Shades of Emerald #59CC80
Tints of Emerald #59CC80
RGB
CMYK
RGB Variations
Color information
#59CC80 (or 0x59CC80) is known color: Emerald. HEX triplet: 59, CC and 80. RGB value is (89,204,128). Sum of RGB (Red+Green+Blue) = 89+204+128=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #59CC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59CC80 is #A6337F. Grayscale: #A1A1A1. Windows color (decimal): -10892160 or 8440921. OLE color: 8440921.
HSL color Cylindrical-coordinate representation of color #59CC80: hue angle of 140.35º 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 #59CC80 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 204 | 128 | - |
| CMYK | 0.56 | 0 | 0.37 | 0.2 |
| HSL | 140.35º | 0.53% | 0.57% | - |
| HSV(B) | 140.35º | 0.56% | 0.8% | - |
| XYZ | 29.61 | 46.87 | 27.91 | - |
| YUV | 160.95 | 109.4 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 204 | 128 | 0.56 | 0 | 0.37 | 0.2 | 140.35 | 0.53 | 0.57 |
| Hex | 59 | CC | 80 | 38 | 0 | 25 | 14 | 8C | 35 | 39 |
| Octal | 131 | 314 | 200 | 70 | 0 | 45 | 24 | 214 | 65 | 71 |
| Binary | 1011001 | 11001100 | 10000000 | 111000 | 0 | 100101 | 10100 | 10001100 | 110101 | 111001 |
Color Harmonies of #59CC80
Complementary color
Monochromatic Colors of #59CC80
Black with #59CC80
Text Example
Text Example
White with #59CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CC80; }
p { color: rgb(89,204,128); }
H1.HeaderClassName
{
color: #59CC80;
}
.AnyTagClassName
{
color: #59CC80;
}
</style>
background-color css
<style>
a { background-color: #59CC80; }
a { background-color: rgb(89,204,128); }
div.DivClassName
{
background-color: #59CC80;
}
.BgClassName
{
background-color: #59CC80;
}
</style>
border-color css
<style>
span { border-color: #59CC80; }
span { border-color: rgb(89,204,128); }
td.TdClassName
{
border-color: #59CC80;
}
.TagClassName
{
border-color: #59CC80;
}
</style>