Shades of Emerald #59DB7D
Tints of Emerald #59DB7D
RGB
CMYK
RGB Variations
Color information
#59DB7D (or 0x59DB7D) is known color: Emerald. HEX triplet: 59, DB and 7D. RGB value is (89,219,125). Sum of RGB (Red+Green+Blue) = 89+219+125=433 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.55% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #59DB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59DB7D is #A62482. Grayscale: #A9A9A9. Windows color (decimal): -10888323 or 8248153. OLE color: 8248153.
HSL color Cylindrical-coordinate representation of color #59DB7D: hue angle of 136.62º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59DB7D is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 219 | 125 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.14 |
| HSL | 136.62º | 0.64% | 0.6% | - |
| HSV(B) | 136.62º | 0.59% | 0.86% | - |
| XYZ | 33.15 | 54.27 | 28.13 | - |
| YUV | 169.41 | 102.93 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 219 | 125 | 0.59 | 0 | 0.43 | 0.14 | 136.62 | 0.64 | 0.6 |
| Hex | 59 | DB | 7D | 3B | 0 | 2B | E | 89 | 40 | 3C |
| Octal | 131 | 333 | 175 | 73 | 0 | 53 | 16 | 211 | 100 | 74 |
| Binary | 1011001 | 11011011 | 1111101 | 111011 | 0 | 101011 | 1110 | 10001001 | 1000000 | 111100 |
Color Harmonies of #59DB7D
Complementary color
Monochromatic Colors of #59DB7D
Black with #59DB7D
Text Example
Text Example
White with #59DB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DB7D; }
p { color: rgb(89,219,125); }
H1.HeaderClassName
{
color: #59DB7D;
}
.AnyTagClassName
{
color: #59DB7D;
}
</style>
background-color css
<style>
a { background-color: #59DB7D; }
a { background-color: rgb(89,219,125); }
div.DivClassName
{
background-color: #59DB7D;
}
.BgClassName
{
background-color: #59DB7D;
}
</style>
border-color css
<style>
span { border-color: #59DB7D; }
span { border-color: rgb(89,219,125); }
td.TdClassName
{
border-color: #59DB7D;
}
.TagClassName
{
border-color: #59DB7D;
}
</style>