Shades of Apple #5FD155
Tints of Apple #5FD155
RGB
CMYK
RGB Variations
Color information
#5FD155 (or 0x5FD155) is known color: Apple. HEX triplet: 5F, D1 and 55. RGB value is (95,209,85). Sum of RGB (Red+Green+Blue) = 95+209+85=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 209 (82.03% from 255 or 53.73% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD155 is #A02EAA. Grayscale: #A1A1A1. Windows color (decimal): -10497707 or 5624159. OLE color: 5624159.
HSL color Cylindrical-coordinate representation of color #5FD155: hue angle of 115.16º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FD155 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 209 | 85 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.18 |
| HSL | 115.16º | 0.57% | 0.58% | - |
| HSV(B) | 115.16º | 0.59% | 0.82% | - |
| XYZ | 29.16 | 48.69 | 16.46 | - |
| YUV | 160.78 | 85.23 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 85 | 0.55 | 0 | 0.59 | 0.18 | 115.16 | 0.57 | 0.58 |
| Hex | 5F | D1 | 55 | 37 | 0 | 3B | 12 | 73 | 39 | 3A |
| Octal | 137 | 321 | 125 | 67 | 0 | 73 | 22 | 163 | 71 | 72 |
| Binary | 1011111 | 11010001 | 1010101 | 110111 | 0 | 111011 | 10010 | 1110011 | 111001 | 111010 |
Color Harmonies of #5FD155
Complementary color
Monochromatic Colors of #5FD155
Black with #5FD155
Text Example
Text Example
White with #5FD155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD155; }
p { color: rgb(95,209,85); }
H1.HeaderClassName
{
color: #5FD155;
}
.AnyTagClassName
{
color: #5FD155;
}
</style>
background-color css
<style>
a { background-color: #5FD155; }
a { background-color: rgb(95,209,85); }
div.DivClassName
{
background-color: #5FD155;
}
.BgClassName
{
background-color: #5FD155;
}
</style>
border-color css
<style>
span { border-color: #5FD155; }
span { border-color: rgb(95,209,85); }
td.TdClassName
{
border-color: #5FD155;
}
.TagClassName
{
border-color: #5FD155;
}
</style>