Shades of Emerald #59D07C
Tints of Emerald #59D07C
RGB
CMYK
RGB Variations
Color information
#59D07C (or 0x59D07C) is known color: Emerald. HEX triplet: 59, D0 and 7C. RGB value is (89,208,124). Sum of RGB (Red+Green+Blue) = 89+208+124=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #59D07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59D07C is #A62F83. Grayscale: #A3A3A3. Windows color (decimal): -10891140 or 8179801. OLE color: 8179801.
HSL color Cylindrical-coordinate representation of color #59D07C: hue angle of 137.65º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59D07C is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 208 | 124 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.18 |
| HSL | 137.65º | 0.56% | 0.58% | - |
| HSV(B) | 137.65º | 0.57% | 0.82% | - |
| XYZ | 30.31 | 48.69 | 26.87 | - |
| YUV | 162.84 | 106.08 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 208 | 124 | 0.57 | 0 | 0.40 | 0.18 | 137.65 | 0.56 | 0.58 |
| Hex | 59 | D0 | 7C | 39 | 0 | 28 | 12 | 8A | 38 | 3A |
| Octal | 131 | 320 | 174 | 71 | 0 | 50 | 22 | 212 | 70 | 72 |
| Binary | 1011001 | 11010000 | 1111100 | 111001 | 0 | 101000 | 10010 | 10001010 | 111000 | 111010 |
Color Harmonies of #59D07C
Complementary color
Monochromatic Colors of #59D07C
Black with #59D07C
Text Example
Text Example
White with #59D07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D07C; }
p { color: rgb(89,208,124); }
H1.HeaderClassName
{
color: #59D07C;
}
.AnyTagClassName
{
color: #59D07C;
}
</style>
background-color css
<style>
a { background-color: #59D07C; }
a { background-color: rgb(89,208,124); }
div.DivClassName
{
background-color: #59D07C;
}
.BgClassName
{
background-color: #59D07C;
}
</style>
border-color css
<style>
span { border-color: #59D07C; }
span { border-color: rgb(89,208,124); }
td.TdClassName
{
border-color: #59D07C;
}
.TagClassName
{
border-color: #59D07C;
}
</style>