Shades of Emerald #59DB75
Tints of Emerald #59DB75
RGB
CMYK
RGB Variations
Color information
#59DB75 (or 0x59DB75) is known color: Emerald. HEX triplet: 59, DB and 75. RGB value is (89,219,117). Sum of RGB (Red+Green+Blue) = 89+219+117=425 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.94% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #59DB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59DB75 is #A6248A. Grayscale: #A8A8A8. Windows color (decimal): -10888331 or 7723865. OLE color: 7723865.
HSL color Cylindrical-coordinate representation of color #59DB75: hue angle of 132.92º 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 #59DB75 is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 219 | 117 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.14 |
| HSL | 132.92º | 0.64% | 0.6% | - |
| HSV(B) | 132.92º | 0.59% | 0.86% | - |
| XYZ | 32.66 | 54.07 | 25.54 | - |
| YUV | 168.5 | 98.93 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 219 | 117 | 0.59 | 0 | 0.47 | 0.14 | 132.92 | 0.64 | 0.6 |
| Hex | 59 | DB | 75 | 3B | 0 | 2F | E | 85 | 40 | 3C |
| Octal | 131 | 333 | 165 | 73 | 0 | 57 | 16 | 205 | 100 | 74 |
| Binary | 1011001 | 11011011 | 1110101 | 111011 | 0 | 101111 | 1110 | 10000101 | 1000000 | 111100 |
Color Harmonies of #59DB75
Complementary color
Monochromatic Colors of #59DB75
Black with #59DB75
Text Example
Text Example
White with #59DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DB75; }
p { color: rgb(89,219,117); }
H1.HeaderClassName
{
color: #59DB75;
}
.AnyTagClassName
{
color: #59DB75;
}
</style>
background-color css
<style>
a { background-color: #59DB75; }
a { background-color: rgb(89,219,117); }
div.DivClassName
{
background-color: #59DB75;
}
.BgClassName
{
background-color: #59DB75;
}
</style>
border-color css
<style>
span { border-color: #59DB75; }
span { border-color: rgb(89,219,117); }
td.TdClassName
{
border-color: #59DB75;
}
.TagClassName
{
border-color: #59DB75;
}
</style>