Shades of Emerald #59DC80
Tints of Emerald #59DC80
RGB
CMYK
RGB Variations
Color information
#59DC80 (or 0x59DC80) is known color: Emerald. HEX triplet: 59, DC and 80. RGB value is (89,220,128). Sum of RGB (Red+Green+Blue) = 89+220+128=437 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.37% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #59DC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59DC80 is #A6237F. Grayscale: #AAAAAA. Windows color (decimal): -10888064 or 8445017. OLE color: 8445017.
HSL color Cylindrical-coordinate representation of color #59DC80: hue angle of 137.86º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DC80 is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 220 | 128 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.14 |
| HSL | 137.86º | 0.65% | 0.61% | - |
| HSV(B) | 137.86º | 0.6% | 0.86% | - |
| XYZ | 33.61 | 54.87 | 29.24 | - |
| YUV | 170.34 | 104.1 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 220 | 128 | 0.60 | 0 | 0.42 | 0.14 | 137.86 | 0.65 | 0.61 |
| Hex | 59 | DC | 80 | 3C | 0 | 2A | E | 8A | 41 | 3D |
| Octal | 131 | 334 | 200 | 74 | 0 | 52 | 16 | 212 | 101 | 75 |
| Binary | 1011001 | 11011100 | 10000000 | 111100 | 0 | 101010 | 1110 | 10001010 | 1000001 | 111101 |
Color Harmonies of #59DC80
Complementary color
Monochromatic Colors of #59DC80
Black with #59DC80
Text Example
Text Example
White with #59DC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DC80; }
p { color: rgb(89,220,128); }
H1.HeaderClassName
{
color: #59DC80;
}
.AnyTagClassName
{
color: #59DC80;
}
</style>
background-color css
<style>
a { background-color: #59DC80; }
a { background-color: rgb(89,220,128); }
div.DivClassName
{
background-color: #59DC80;
}
.BgClassName
{
background-color: #59DC80;
}
</style>
border-color css
<style>
span { border-color: #59DC80; }
span { border-color: rgb(89,220,128); }
td.TdClassName
{
border-color: #59DC80;
}
.TagClassName
{
border-color: #59DC80;
}
</style>