Shades of Apple #5FD355
Tints of Apple #5FD355
RGB
CMYK
RGB Variations
Color information
#5FD355 (or 0x5FD355) is known color: Apple. HEX triplet: 5F, D3 and 55. RGB value is (95,211,85). Sum of RGB (Red+Green+Blue) = 95+211+85=391 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.30% from 391); Green value is 211 (82.81% from 255 or 53.96% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 211 - color contains mainly: green. Hex color #5FD355 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD355 is #A02CAA. Grayscale: #A2A2A2. Windows color (decimal): -10497195 or 5624671. OLE color: 5624671.
HSL color Cylindrical-coordinate representation of color #5FD355: hue angle of 115.24º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FD355 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 95 | 211 | 85 | - |
| CMYK | 0.55 | 0 | 0.60 | 0.17 |
| HSL | 115.24º | 0.59% | 0.58% | - |
| HSV(B) | 115.24º | 0.6% | 0.83% | - |
| XYZ | 29.65 | 49.68 | 16.62 | - |
| YUV | 161.95 | 84.57 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 211 | 85 | 0.55 | 0 | 0.60 | 0.17 | 115.24 | 0.59 | 0.58 |
| Hex | 5F | D3 | 55 | 37 | 0 | 3C | 11 | 73 | 3B | 3A |
| Octal | 137 | 323 | 125 | 67 | 0 | 74 | 21 | 163 | 73 | 72 |
| Binary | 1011111 | 11010011 | 1010101 | 110111 | 0 | 111100 | 10001 | 1110011 | 111011 | 111010 |
Color Harmonies of #5FD355
Complementary color
Monochromatic Colors of #5FD355
Black with #5FD355
Text Example
Text Example
White with #5FD355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD355; }
p { color: rgb(95,211,85); }
H1.HeaderClassName
{
color: #5FD355;
}
.AnyTagClassName
{
color: #5FD355;
}
</style>
background-color css
<style>
a { background-color: #5FD355; }
a { background-color: rgb(95,211,85); }
div.DivClassName
{
background-color: #5FD355;
}
.BgClassName
{
background-color: #5FD355;
}
</style>
border-color css
<style>
span { border-color: #5FD355; }
span { border-color: rgb(95,211,85); }
td.TdClassName
{
border-color: #5FD355;
}
.TagClassName
{
border-color: #5FD355;
}
</style>