Shades of Emerald #59C980
Tints of Emerald #59C980
RGB
CMYK
RGB Variations
Color information
#59C980 (or 0x59C980) is known color: Emerald. HEX triplet: 59, C9 and 80. RGB value is (89,201,128). Sum of RGB (Red+Green+Blue) = 89+201+128=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 201 - color contains mainly: green. Hex color #59C980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C980 is #A6367F. Grayscale: #9F9F9F. Windows color (decimal): -10892928 or 8440153. OLE color: 8440153.
HSL color Cylindrical-coordinate representation of color #59C980: hue angle of 140.89º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59C980 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 201 | 128 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.21 |
| HSL | 140.89º | 0.51% | 0.57% | - |
| HSV(B) | 140.89º | 0.56% | 0.79% | - |
| XYZ | 28.9 | 45.46 | 27.67 | - |
| YUV | 159.19 | 110.39 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 201 | 128 | 0.56 | 0 | 0.36 | 0.21 | 140.89 | 0.51 | 0.57 |
| Hex | 59 | C9 | 80 | 38 | 0 | 24 | 15 | 8D | 33 | 39 |
| Octal | 131 | 311 | 200 | 70 | 0 | 44 | 25 | 215 | 63 | 71 |
| Binary | 1011001 | 11001001 | 10000000 | 111000 | 0 | 100100 | 10101 | 10001101 | 110011 | 111001 |
Color Harmonies of #59C980
Complementary color
Monochromatic Colors of #59C980
Black with #59C980
Text Example
Text Example
White with #59C980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C980; }
p { color: rgb(89,201,128); }
H1.HeaderClassName
{
color: #59C980;
}
.AnyTagClassName
{
color: #59C980;
}
</style>
background-color css
<style>
a { background-color: #59C980; }
a { background-color: rgb(89,201,128); }
div.DivClassName
{
background-color: #59C980;
}
.BgClassName
{
background-color: #59C980;
}
</style>
border-color css
<style>
span { border-color: #59C980; }
span { border-color: rgb(89,201,128); }
td.TdClassName
{
border-color: #59C980;
}
.TagClassName
{
border-color: #59C980;
}
</style>