Shades of Emerald #59D380
Tints of Emerald #59D380
RGB
CMYK
RGB Variations
Color information
#59D380 (or 0x59D380) is known color: Emerald. HEX triplet: 59, D3 and 80. RGB value is (89,211,128). Sum of RGB (Red+Green+Blue) = 89+211+128=428 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.79% from 428); Green value is 211 (82.81% from 255 or 49.30% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 211 - color contains mainly: green. Hex color #59D380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59D380 is #A62C7F. Grayscale: #A5A5A5. Windows color (decimal): -10890368 or 8442713. OLE color: 8442713.
HSL color Cylindrical-coordinate representation of color #59D380: hue angle of 139.18º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59D380 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 89 | 211 | 128 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.17 |
| HSL | 139.18º | 0.58% | 0.59% | - |
| HSV(B) | 139.18º | 0.58% | 0.83% | - |
| XYZ | 31.31 | 50.27 | 28.48 | - |
| YUV | 165.06 | 107.08 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 211 | 128 | 0.58 | 0 | 0.39 | 0.17 | 139.18 | 0.58 | 0.59 |
| Hex | 59 | D3 | 80 | 3A | 0 | 27 | 11 | 8B | 3A | 3B |
| Octal | 131 | 323 | 200 | 72 | 0 | 47 | 21 | 213 | 72 | 73 |
| Binary | 1011001 | 11010011 | 10000000 | 111010 | 0 | 100111 | 10001 | 10001011 | 111010 | 111011 |
Color Harmonies of #59D380
Complementary color
Monochromatic Colors of #59D380
Black with #59D380
Text Example
Text Example
White with #59D380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D380; }
p { color: rgb(89,211,128); }
H1.HeaderClassName
{
color: #59D380;
}
.AnyTagClassName
{
color: #59D380;
}
</style>
background-color css
<style>
a { background-color: #59D380; }
a { background-color: rgb(89,211,128); }
div.DivClassName
{
background-color: #59D380;
}
.BgClassName
{
background-color: #59D380;
}
</style>
border-color css
<style>
span { border-color: #59D380; }
span { border-color: rgb(89,211,128); }
td.TdClassName
{
border-color: #59D380;
}
.TagClassName
{
border-color: #59D380;
}
</style>