Shades of Fern #59BC70
Tints of Fern #59BC70
RGB
CMYK
RGB Variations
Color information
#59BC70 (or 0x59BC70) is known color: Fern. HEX triplet: 59, BC and 70. RGB value is (89,188,112). Sum of RGB (Red+Green+Blue) = 89+188+112=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #59BC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59BC70 is #A6438F. Grayscale: #959595. Windows color (decimal): -10896272 or 7388249. OLE color: 7388249.
HSL color Cylindrical-coordinate representation of color #59BC70: hue angle of 133.94º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BC70 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 188 | 112 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.26 |
| HSL | 133.94º | 0.42% | 0.54% | - |
| HSV(B) | 133.94º | 0.53% | 0.74% | - |
| XYZ | 25.03 | 39.26 | 21.59 | - |
| YUV | 149.74 | 106.7 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 112 | 0.53 | 0 | 0.40 | 0.26 | 133.94 | 0.42 | 0.54 |
| Hex | 59 | BC | 70 | 35 | 0 | 28 | 1A | 86 | 2A | 36 |
| Octal | 131 | 274 | 160 | 65 | 0 | 50 | 32 | 206 | 52 | 66 |
| Binary | 1011001 | 10111100 | 1110000 | 110101 | 0 | 101000 | 11010 | 10000110 | 101010 | 110110 |
Color Harmonies of #59BC70
Complementary color
Monochromatic Colors of #59BC70
Black with #59BC70
Text Example
Text Example
White with #59BC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BC70; }
p { color: rgb(89,188,112); }
H1.HeaderClassName
{
color: #59BC70;
}
.AnyTagClassName
{
color: #59BC70;
}
</style>
background-color css
<style>
a { background-color: #59BC70; }
a { background-color: rgb(89,188,112); }
div.DivClassName
{
background-color: #59BC70;
}
.BgClassName
{
background-color: #59BC70;
}
</style>
border-color css
<style>
span { border-color: #59BC70; }
span { border-color: rgb(89,188,112); }
td.TdClassName
{
border-color: #59BC70;
}
.TagClassName
{
border-color: #59BC70;
}
</style>