Shades of Apple #5FCE4F
Tints of Apple #5FCE4F
RGB
CMYK
RGB Variations
Color information
#5FCE4F (or 0x5FCE4F) is known color: Apple. HEX triplet: 5F, CE and 4F. RGB value is (95,206,79). Sum of RGB (Red+Green+Blue) = 95+206+79=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 206 (80.86% from 255 or 54.21% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCE4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCE4F is #A031B0. Grayscale: #9E9E9E. Windows color (decimal): -10498481 or 5230175. OLE color: 5230175.
HSL color Cylindrical-coordinate representation of color #5FCE4F: hue angle of 112.44º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FCE4F is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 206 | 79 | - |
| CMYK | 0.54 | 0 | 0.62 | 0.19 |
| HSL | 112.44º | 0.56% | 0.56% | - |
| HSV(B) | 112.44º | 0.62% | 0.81% | - |
| XYZ | 28.2 | 47.14 | 15.01 | - |
| YUV | 158.33 | 83.23 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 79 | 0.54 | 0 | 0.62 | 0.19 | 112.44 | 0.56 | 0.56 |
| Hex | 5F | CE | 4F | 36 | 0 | 3E | 13 | 70 | 38 | 38 |
| Octal | 137 | 316 | 117 | 66 | 0 | 76 | 23 | 160 | 70 | 70 |
| Binary | 1011111 | 11001110 | 1001111 | 110110 | 0 | 111110 | 10011 | 1110000 | 111000 | 111000 |
Color Harmonies of #5FCE4F
Complementary color
Monochromatic Colors of #5FCE4F
Black with #5FCE4F
Text Example
Text Example
White with #5FCE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCE4F; }
p { color: rgb(95,206,79); }
H1.HeaderClassName
{
color: #5FCE4F;
}
.AnyTagClassName
{
color: #5FCE4F;
}
</style>
background-color css
<style>
a { background-color: #5FCE4F; }
a { background-color: rgb(95,206,79); }
div.DivClassName
{
background-color: #5FCE4F;
}
.BgClassName
{
background-color: #5FCE4F;
}
</style>
border-color css
<style>
span { border-color: #5FCE4F; }
span { border-color: rgb(95,206,79); }
td.TdClassName
{
border-color: #5FCE4F;
}
.TagClassName
{
border-color: #5FCE4F;
}
</style>