Shades of Emerald #59CC70
Tints of Emerald #59CC70
RGB
CMYK
RGB Variations
Color information
#59CC70 (or 0x59CC70) is known color: Emerald. HEX triplet: 59, CC and 70. RGB value is (89,204,112). Sum of RGB (Red+Green+Blue) = 89+204+112=405 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.98% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #59CC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59CC70 is #A6338F. Grayscale: #9F9F9F. Windows color (decimal): -10892176 or 7392345. OLE color: 7392345.
HSL color Cylindrical-coordinate representation of color #59CC70: hue angle of 132º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59CC70 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 204 | 112 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.2 |
| HSL | 132º | 0.53% | 0.57% | - |
| HSV(B) | 132º | 0.56% | 0.8% | - |
| XYZ | 28.64 | 46.48 | 22.79 | - |
| YUV | 159.13 | 101.4 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 204 | 112 | 0.56 | 0 | 0.45 | 0.2 | 132 | 0.53 | 0.57 |
| Hex | 59 | CC | 70 | 38 | 0 | 2D | 14 | 84 | 35 | 39 |
| Octal | 131 | 314 | 160 | 70 | 0 | 55 | 24 | 204 | 65 | 71 |
| Binary | 1011001 | 11001100 | 1110000 | 111000 | 0 | 101101 | 10100 | 10000100 | 110101 | 111001 |
Color Harmonies of #59CC70
Complementary color
Monochromatic Colors of #59CC70
Black with #59CC70
Text Example
Text Example
White with #59CC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CC70; }
p { color: rgb(89,204,112); }
H1.HeaderClassName
{
color: #59CC70;
}
.AnyTagClassName
{
color: #59CC70;
}
</style>
background-color css
<style>
a { background-color: #59CC70; }
a { background-color: rgb(89,204,112); }
div.DivClassName
{
background-color: #59CC70;
}
.BgClassName
{
background-color: #59CC70;
}
</style>
border-color css
<style>
span { border-color: #59CC70; }
span { border-color: rgb(89,204,112); }
td.TdClassName
{
border-color: #59CC70;
}
.TagClassName
{
border-color: #59CC70;
}
</style>