RGB | 70 | 198 | 75 | |
HSL | 0.34 | 0.53 | 0.53 | |
HSV | 122° | 65° | 78° | |
CYMK | 0.6465 | 0 | 0.6212 | 57 |
XYZ | 23.9899 | 42.1983 | 13.5373 |
This color is called Apple. It has 70 red, 198 green, and 75 blue. This color is mostly light.
.text-46c64b { color: #46c64b }
This is some text in the color #46c64b
.bg-46c64b { background-color: #46c64b }
.border-46c64b { border: 3px solid #46c64b; }
This is some text in a box with a border of the color #46c64b
.text-shadow-46c64b { text-shadow: 4px 4px 2px #46c64b; }
This is some text with text shadow color #46c64b
.box-shadow-46c64b { -moz-box-shadow: 1px 1px 3px 2px #46c64b; -webkit-box-shadow: 1px 1px 3px 2px #46c64b; box-shadow: 1px 1px 3px 2px #46c64b; }
This is some text in a box with a box shadow of the color #46c64b