Shades of Apple #5FD655
Tints of Apple #5FD655
RGB
CMYK
RGB Variations
Color information
#5FD655 (or 0x5FD655) is known color: Apple. HEX triplet: 5F, D6 and 55. RGB value is (95,214,85). Sum of RGB (Red+Green+Blue) = 95+214+85=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 214 (83.98% from 255 or 54.31% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 214 - color contains mainly: green. Hex color #5FD655 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD655 is #A029AA. Grayscale: #A4A4A4. Windows color (decimal): -10496427 or 5625439. OLE color: 5625439.
HSL color Cylindrical-coordinate representation of color #5FD655: hue angle of 115.35º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FD655 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 214 | 85 | - |
| CMYK | 0.56 | 0 | 0.60 | 0.16 |
| HSL | 115.35º | 0.61% | 0.59% | - |
| HSV(B) | 115.35º | 0.6% | 0.84% | - |
| XYZ | 30.41 | 51.18 | 16.87 | - |
| YUV | 163.71 | 83.58 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 214 | 85 | 0.56 | 0 | 0.60 | 0.16 | 115.35 | 0.61 | 0.59 |
| Hex | 5F | D6 | 55 | 38 | 0 | 3C | 10 | 73 | 3D | 3B |
| Octal | 137 | 326 | 125 | 70 | 0 | 74 | 20 | 163 | 75 | 73 |
| Binary | 1011111 | 11010110 | 1010101 | 111000 | 0 | 111100 | 10000 | 1110011 | 111101 | 111011 |
Color Harmonies of #5FD655
Complementary color
Monochromatic Colors of #5FD655
Black with #5FD655
Text Example
Text Example
White with #5FD655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD655; }
p { color: rgb(95,214,85); }
H1.HeaderClassName
{
color: #5FD655;
}
.AnyTagClassName
{
color: #5FD655;
}
</style>
background-color css
<style>
a { background-color: #5FD655; }
a { background-color: rgb(95,214,85); }
div.DivClassName
{
background-color: #5FD655;
}
.BgClassName
{
background-color: #5FD655;
}
</style>
border-color css
<style>
span { border-color: #5FD655; }
span { border-color: rgb(95,214,85); }
td.TdClassName
{
border-color: #5FD655;
}
.TagClassName
{
border-color: #5FD655;
}
</style>