Shades of Fern #59D960
Tints of Fern #59D960
RGB
CMYK
RGB Variations
Color information
#59D960 (or 0x59D960) is known color: Fern. HEX triplet: 59, D9 and 60. RGB value is (89,217,96). Sum of RGB (Red+Green+Blue) = 89+217+96=402 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.14% from 402); Green value is 217 (85.16% from 255 or 53.98% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 217 - color contains mainly: green. Hex color #59D960 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59D960 is #A6269F. Grayscale: #A5A5A5. Windows color (decimal): -10888864 or 6347097. OLE color: 6347097.
HSL color Cylindrical-coordinate representation of color #59D960: hue angle of 123.28º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59D960 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 217 | 96 | - |
| CMYK | 0.59 | 0 | 0.56 | 0.15 |
| HSL | 123.28º | 0.63% | 0.6% | - |
| HSV(B) | 123.28º | 0.59% | 0.85% | - |
| XYZ | 31.04 | 52.59 | 19.58 | - |
| YUV | 164.93 | 89.09 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 217 | 96 | 0.59 | 0 | 0.56 | 0.15 | 123.28 | 0.63 | 0.6 |
| Hex | 59 | D9 | 60 | 3B | 0 | 38 | F | 7B | 3F | 3C |
| Octal | 131 | 331 | 140 | 73 | 0 | 70 | 17 | 173 | 77 | 74 |
| Binary | 1011001 | 11011001 | 1100000 | 111011 | 0 | 111000 | 1111 | 1111011 | 111111 | 111100 |
Color Harmonies of #59D960
Complementary color
Monochromatic Colors of #59D960
Black with #59D960
Text Example
Text Example
White with #59D960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D960; }
p { color: rgb(89,217,96); }
H1.HeaderClassName
{
color: #59D960;
}
.AnyTagClassName
{
color: #59D960;
}
</style>
background-color css
<style>
a { background-color: #59D960; }
a { background-color: rgb(89,217,96); }
div.DivClassName
{
background-color: #59D960;
}
.BgClassName
{
background-color: #59D960;
}
</style>
border-color css
<style>
span { border-color: #59D960; }
span { border-color: rgb(89,217,96); }
td.TdClassName
{
border-color: #59D960;
}
.TagClassName
{
border-color: #59D960;
}
</style>