Shades of Apple #5FCD4A
Tints of Apple #5FCD4A
RGB
CMYK
RGB Variations
Color information
#5FCD4A (or 0x5FCD4A) is known color: Apple. HEX triplet: 5F, CD and 4A. RGB value is (95,205,74). Sum of RGB (Red+Green+Blue) = 95+205+74=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 205 (80.47% from 255 or 54.81% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCD4A is #A032B5. Grayscale: #9D9D9D. Windows color (decimal): -10498742 or 4902239. OLE color: 4902239.
HSL color Cylindrical-coordinate representation of color #5FCD4A: hue angle of 110.38º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5FCD4A is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 74 | - |
| CMYK | 0.54 | 0 | 0.64 | 0.20 |
| HSL | 110.38º | 0.57% | 0.55% | - |
| HSV(B) | 110.38º | 0.64% | 0.8% | - |
| XYZ | 27.79 | 46.59 | 14.01 | - |
| YUV | 157.18 | 81.06 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 74 | 0.54 | 0 | 0.64 | 0.20 | 110.38 | 0.57 | 0.55 |
| Hex | 5F | CD | 4A | 36 | 0 | 40 | 14 | 6E | 39 | 37 |
| Octal | 137 | 315 | 112 | 66 | 0 | 100 | 24 | 156 | 71 | 67 |
| Binary | 1011111 | 11001101 | 1001010 | 110110 | 0 | 1000000 | 10100 | 1101110 | 111001 | 110111 |
Color Harmonies of #5FCD4A
Complementary color
Monochromatic Colors of #5FCD4A
Black with #5FCD4A
Text Example
Text Example
White with #5FCD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD4A; }
p { color: rgb(95,205,74); }
H1.HeaderClassName
{
color: #5FCD4A;
}
.AnyTagClassName
{
color: #5FCD4A;
}
</style>
background-color css
<style>
a { background-color: #5FCD4A; }
a { background-color: rgb(95,205,74); }
div.DivClassName
{
background-color: #5FCD4A;
}
.BgClassName
{
background-color: #5FCD4A;
}
</style>
border-color css
<style>
span { border-color: #5FCD4A; }
span { border-color: rgb(95,205,74); }
td.TdClassName
{
border-color: #5FCD4A;
}
.TagClassName
{
border-color: #5FCD4A;
}
</style>