Shades of Apple #5FCD4C
Tints of Apple #5FCD4C
RGB
CMYK
RGB Variations
Color information
#5FCD4C (or 0x5FCD4C) is known color: Apple. HEX triplet: 5F, CD and 4C. RGB value is (95,205,76). Sum of RGB (Red+Green+Blue) = 95+205+76=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 205 (80.47% from 255 or 54.52% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCD4C is #A032B3. Grayscale: #9D9D9D. Windows color (decimal): -10498740 or 5033311. OLE color: 5033311.
HSL color Cylindrical-coordinate representation of color #5FCD4C: hue angle of 111.16º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FCD4C is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 76 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.20 |
| HSL | 111.16º | 0.56% | 0.55% | - |
| HSV(B) | 111.16º | 0.63% | 0.8% | - |
| XYZ | 27.86 | 46.62 | 14.37 | - |
| YUV | 157.4 | 82.06 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 76 | 0.54 | 0 | 0.63 | 0.20 | 111.16 | 0.56 | 0.55 |
| Hex | 5F | CD | 4C | 36 | 0 | 3F | 14 | 6F | 38 | 37 |
| Octal | 137 | 315 | 114 | 66 | 0 | 77 | 24 | 157 | 70 | 67 |
| Binary | 1011111 | 11001101 | 1001100 | 110110 | 0 | 111111 | 10100 | 1101111 | 111000 | 110111 |
Color Harmonies of #5FCD4C
Complementary color
Monochromatic Colors of #5FCD4C
Black with #5FCD4C
Text Example
Text Example
White with #5FCD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD4C; }
p { color: rgb(95,205,76); }
H1.HeaderClassName
{
color: #5FCD4C;
}
.AnyTagClassName
{
color: #5FCD4C;
}
</style>
background-color css
<style>
a { background-color: #5FCD4C; }
a { background-color: rgb(95,205,76); }
div.DivClassName
{
background-color: #5FCD4C;
}
.BgClassName
{
background-color: #5FCD4C;
}
</style>
border-color css
<style>
span { border-color: #5FCD4C; }
span { border-color: rgb(95,205,76); }
td.TdClassName
{
border-color: #5FCD4C;
}
.TagClassName
{
border-color: #5FCD4C;
}
</style>