Shades of Apple #5FCD4F
Tints of Apple #5FCD4F
RGB
CMYK
RGB Variations
Color information
#5FCD4F (or 0x5FCD4F) is known color: Apple. HEX triplet: 5F, CD and 4F. RGB value is (95,205,79). Sum of RGB (Red+Green+Blue) = 95+205+79=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 205 (80.47% from 255 or 54.09% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCD4F is #A032B0. Grayscale: #9E9E9E. Windows color (decimal): -10498737 or 5229919. OLE color: 5229919.
HSL color Cylindrical-coordinate representation of color #5FCD4F: hue angle of 112.38º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FCD4F is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 79 | - |
| CMYK | 0.54 | 0 | 0.61 | 0.20 |
| HSL | 112.38º | 0.56% | 0.56% | - |
| HSV(B) | 112.38º | 0.61% | 0.8% | - |
| XYZ | 27.96 | 46.66 | 14.93 | - |
| YUV | 157.75 | 83.56 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 79 | 0.54 | 0 | 0.61 | 0.20 | 112.38 | 0.56 | 0.56 |
| Hex | 5F | CD | 4F | 36 | 0 | 3D | 14 | 70 | 38 | 38 |
| Octal | 137 | 315 | 117 | 66 | 0 | 75 | 24 | 160 | 70 | 70 |
| Binary | 1011111 | 11001101 | 1001111 | 110110 | 0 | 111101 | 10100 | 1110000 | 111000 | 111000 |
Color Harmonies of #5FCD4F
Complementary color
Monochromatic Colors of #5FCD4F
Black with #5FCD4F
Text Example
Text Example
White with #5FCD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD4F; }
p { color: rgb(95,205,79); }
H1.HeaderClassName
{
color: #5FCD4F;
}
.AnyTagClassName
{
color: #5FCD4F;
}
</style>
background-color css
<style>
a { background-color: #5FCD4F; }
a { background-color: rgb(95,205,79); }
div.DivClassName
{
background-color: #5FCD4F;
}
.BgClassName
{
background-color: #5FCD4F;
}
</style>
border-color css
<style>
span { border-color: #5FCD4F; }
span { border-color: rgb(95,205,79); }
td.TdClassName
{
border-color: #5FCD4F;
}
.TagClassName
{
border-color: #5FCD4F;
}
</style>