Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Apple | 35A217 | #35A217 | 53, 162, 23 | 20.78, 63.53, 9.02 | 67.28, 0, 85.8, 36.47 | 107.05035971223, 85.802469135802, 63.529411764706 |
Color #35a217 is Apple. In RGB: 20.78, 63.53, 9.02. In CMYK: 67.28, 0, 85.8, 36.47.
div { background: #35a217; color: #000; }
div { background: #35a217; color: #fff; }
div { background: linear-gradient(to bottom, #028700 0%, #55BE36 100%); color: #000; }
div { background: linear-gradient(to bottom, #55BE36 0%, #028700 100%); color: #000; }
div { background: linear-gradient(to bottom, #028700 0%, #55BE36 100%); color: #fff; }
div { background: linear-gradient(to bottom, #55BE36 0%, #028700 100%); color: #fff; }
div { border: 1px solid #35a217; }
div { border: 5px solid #35a217; }
div { border: 1px dashed #35a217; }
div { border: 5px dashed #35a217; }
div { border: 1px dotted #35a217; }
div { border: 5px dotted #35a217; }