Shades of Emerald #59DD70
Tints of Emerald #59DD70
RGB
CMYK
RGB Variations
Color information
#59DD70 (or 0x59DD70) is known color: Emerald. HEX triplet: 59, DD and 70. RGB value is (89,221,112). Sum of RGB (Red+Green+Blue) = 89+221+112=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #59DD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59DD70 is #A6228F. Grayscale: #A9A9A9. Windows color (decimal): -10887824 or 7396697. OLE color: 7396697.
HSL color Cylindrical-coordinate representation of color #59DD70: hue angle of 130.45º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DD70 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 221 | 112 | - |
| CMYK | 0.60 | 0 | 0.49 | 0.13 |
| HSL | 130.45º | 0.66% | 0.61% | - |
| HSV(B) | 130.45º | 0.6% | 0.87% | - |
| XYZ | 32.9 | 55.01 | 24.21 | - |
| YUV | 169.11 | 95.77 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 221 | 112 | 0.60 | 0 | 0.49 | 0.13 | 130.45 | 0.66 | 0.61 |
| Hex | 59 | DD | 70 | 3C | 0 | 31 | D | 82 | 42 | 3D |
| Octal | 131 | 335 | 160 | 74 | 0 | 61 | 15 | 202 | 102 | 75 |
| Binary | 1011001 | 11011101 | 1110000 | 111100 | 0 | 110001 | 1101 | 10000010 | 1000010 | 111101 |
Color Harmonies of #59DD70
Complementary color
Monochromatic Colors of #59DD70
Black with #59DD70
Text Example
Text Example
White with #59DD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DD70; }
p { color: rgb(89,221,112); }
H1.HeaderClassName
{
color: #59DD70;
}
.AnyTagClassName
{
color: #59DD70;
}
</style>
background-color css
<style>
a { background-color: #59DD70; }
a { background-color: rgb(89,221,112); }
div.DivClassName
{
background-color: #59DD70;
}
.BgClassName
{
background-color: #59DD70;
}
</style>
border-color css
<style>
span { border-color: #59DD70; }
span { border-color: rgb(89,221,112); }
td.TdClassName
{
border-color: #59DD70;
}
.TagClassName
{
border-color: #59DD70;
}
</style>