Shades of Apple #5FD555
Tints of Apple #5FD555
RGB
CMYK
RGB Variations
Color information
#5FD555 (or 0x5FD555) is known color: Apple. HEX triplet: 5F, D5 and 55. RGB value is (95,213,85). Sum of RGB (Red+Green+Blue) = 95+213+85=393 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.17% from 393); Green value is 213 (83.59% from 255 or 54.20% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 213 - color contains mainly: green. Hex color #5FD555 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD555 is #A02AAA. Grayscale: #A3A3A3. Windows color (decimal): -10496683 or 5625183. OLE color: 5625183.
HSL color Cylindrical-coordinate representation of color #5FD555: hue angle of 115.31º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FD555 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 213 | 85 | - |
| CMYK | 0.55 | 0 | 0.60 | 0.16 |
| HSL | 115.31º | 0.6% | 0.58% | - |
| HSV(B) | 115.31º | 0.6% | 0.84% | - |
| XYZ | 30.15 | 50.68 | 16.79 | - |
| YUV | 163.13 | 83.91 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 213 | 85 | 0.55 | 0 | 0.60 | 0.16 | 115.31 | 0.6 | 0.58 |
| Hex | 5F | D5 | 55 | 37 | 0 | 3C | 10 | 73 | 3C | 3A |
| Octal | 137 | 325 | 125 | 67 | 0 | 74 | 20 | 163 | 74 | 72 |
| Binary | 1011111 | 11010101 | 1010101 | 110111 | 0 | 111100 | 10000 | 1110011 | 111100 | 111010 |
Color Harmonies of #5FD555
Complementary color
Monochromatic Colors of #5FD555
Black with #5FD555
Text Example
Text Example
White with #5FD555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD555; }
p { color: rgb(95,213,85); }
H1.HeaderClassName
{
color: #5FD555;
}
.AnyTagClassName
{
color: #5FD555;
}
</style>
background-color css
<style>
a { background-color: #5FD555; }
a { background-color: rgb(95,213,85); }
div.DivClassName
{
background-color: #5FD555;
}
.BgClassName
{
background-color: #5FD555;
}
</style>
border-color css
<style>
span { border-color: #5FD555; }
span { border-color: rgb(95,213,85); }
td.TdClassName
{
border-color: #5FD555;
}
.TagClassName
{
border-color: #5FD555;
}
</style>