Shades of Emerald #59C07D
Tints of Emerald #59C07D
RGB
CMYK
RGB Variations
Color information
#59C07D (or 0x59C07D) is known color: Emerald. HEX triplet: 59, C0 and 7D. RGB value is (89,192,125). Sum of RGB (Red+Green+Blue) = 89+192+125=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #59C07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59C07D is #A63F82. Grayscale: #999999. Windows color (decimal): -10895235 or 8241241. OLE color: 8241241.
HSL color Cylindrical-coordinate representation of color #59C07D: hue angle of 140.97º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59C07D is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 192 | 125 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.25 |
| HSL | 140.97º | 0.45% | 0.55% | - |
| HSV(B) | 140.97º | 0.54% | 0.75% | - |
| XYZ | 26.67 | 41.3 | 25.97 | - |
| YUV | 153.57 | 111.88 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 192 | 125 | 0.54 | 0 | 0.35 | 0.25 | 140.97 | 0.45 | 0.55 |
| Hex | 59 | C0 | 7D | 36 | 0 | 23 | 19 | 8D | 2D | 37 |
| Octal | 131 | 300 | 175 | 66 | 0 | 43 | 31 | 215 | 55 | 67 |
| Binary | 1011001 | 11000000 | 1111101 | 110110 | 0 | 100011 | 11001 | 10001101 | 101101 | 110111 |
Color Harmonies of #59C07D
Complementary color
Monochromatic Colors of #59C07D
Black with #59C07D
Text Example
Text Example
White with #59C07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C07D; }
p { color: rgb(89,192,125); }
H1.HeaderClassName
{
color: #59C07D;
}
.AnyTagClassName
{
color: #59C07D;
}
</style>
background-color css
<style>
a { background-color: #59C07D; }
a { background-color: rgb(89,192,125); }
div.DivClassName
{
background-color: #59C07D;
}
.BgClassName
{
background-color: #59C07D;
}
</style>
border-color css
<style>
span { border-color: #59C07D; }
span { border-color: rgb(89,192,125); }
td.TdClassName
{
border-color: #59C07D;
}
.TagClassName
{
border-color: #59C07D;
}
</style>