Shades of Apple #5FCD44
Tints of Apple #5FCD44
RGB
CMYK
RGB Variations
Color information
#5FCD44 (or 0x5FCD44) is known color: Apple. HEX triplet: 5F, CD and 44. RGB value is (95,205,68). Sum of RGB (Red+Green+Blue) = 95+205+68=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 205 (80.47% from 255 or 55.71% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCD44 is #A032BB. Grayscale: #9C9C9C. Windows color (decimal): -10498748 or 4509023. OLE color: 4509023.
HSL color Cylindrical-coordinate representation of color #5FCD44: hue angle of 108.18º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5FCD44 is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 68 | - |
| CMYK | 0.54 | 0 | 0.67 | 0.20 |
| HSL | 108.18º | 0.58% | 0.54% | - |
| HSV(B) | 108.18º | 0.67% | 0.8% | - |
| XYZ | 27.59 | 46.51 | 12.99 | - |
| YUV | 156.49 | 78.06 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 68 | 0.54 | 0 | 0.67 | 0.20 | 108.18 | 0.58 | 0.54 |
| Hex | 5F | CD | 44 | 36 | 0 | 43 | 14 | 6C | 3A | 36 |
| Octal | 137 | 315 | 104 | 66 | 0 | 103 | 24 | 154 | 72 | 66 |
| Binary | 1011111 | 11001101 | 1000100 | 110110 | 0 | 1000011 | 10100 | 1101100 | 111010 | 110110 |
Color Harmonies of #5FCD44
Complementary color
Monochromatic Colors of #5FCD44
Black with #5FCD44
Text Example
Text Example
White with #5FCD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD44; }
p { color: rgb(95,205,68); }
H1.HeaderClassName
{
color: #5FCD44;
}
.AnyTagClassName
{
color: #5FCD44;
}
</style>
background-color css
<style>
a { background-color: #5FCD44; }
a { background-color: rgb(95,205,68); }
div.DivClassName
{
background-color: #5FCD44;
}
.BgClassName
{
background-color: #5FCD44;
}
</style>
border-color css
<style>
span { border-color: #5FCD44; }
span { border-color: rgb(95,205,68); }
td.TdClassName
{
border-color: #5FCD44;
}
.TagClassName
{
border-color: #5FCD44;
}
</style>