Shades of Apple #5FCD55
Tints of Apple #5FCD55
RGB
CMYK
RGB Variations
Color information
#5FCD55 (or 0x5FCD55) is known color: Apple. HEX triplet: 5F, CD and 55. RGB value is (95,205,85). Sum of RGB (Red+Green+Blue) = 95+205+85=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 205 (80.47% from 255 or 53.25% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCD55 is #A032AA. Grayscale: #9E9E9E. Windows color (decimal): -10498731 or 5623135. OLE color: 5623135.
HSL color Cylindrical-coordinate representation of color #5FCD55: hue angle of 115º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FCD55 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 85 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.20 |
| HSL | 115º | 0.55% | 0.57% | - |
| HSV(B) | 115º | 0.59% | 0.8% | - |
| XYZ | 28.19 | 46.75 | 16.13 | - |
| YUV | 158.43 | 86.56 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 85 | 0.54 | 0 | 0.59 | 0.20 | 115 | 0.55 | 0.57 |
| Hex | 5F | CD | 55 | 36 | 0 | 3B | 14 | 73 | 37 | 39 |
| Octal | 137 | 315 | 125 | 66 | 0 | 73 | 24 | 163 | 67 | 71 |
| Binary | 1011111 | 11001101 | 1010101 | 110110 | 0 | 111011 | 10100 | 1110011 | 110111 | 111001 |
Color Harmonies of #5FCD55
Complementary color
Monochromatic Colors of #5FCD55
Black with #5FCD55
Text Example
Text Example
White with #5FCD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD55; }
p { color: rgb(95,205,85); }
H1.HeaderClassName
{
color: #5FCD55;
}
.AnyTagClassName
{
color: #5FCD55;
}
</style>
background-color css
<style>
a { background-color: #5FCD55; }
a { background-color: rgb(95,205,85); }
div.DivClassName
{
background-color: #5FCD55;
}
.BgClassName
{
background-color: #5FCD55;
}
</style>
border-color css
<style>
span { border-color: #5FCD55; }
span { border-color: rgb(95,205,85); }
td.TdClassName
{
border-color: #5FCD55;
}
.TagClassName
{
border-color: #5FCD55;
}
</style>