Shades of Emerald #59DC8A
Tints of Emerald #59DC8A
RGB
CMYK
RGB Variations
Color information
#59DC8A (or 0x59DC8A) is known color: Emerald. HEX triplet: 59, DC and 8A. RGB value is (89,220,138). Sum of RGB (Red+Green+Blue) = 89+220+138=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #59DC8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59DC8A is #A62375. Grayscale: #ABABAB. Windows color (decimal): -10888054 or 9100377. OLE color: 9100377.
HSL color Cylindrical-coordinate representation of color #59DC8A: hue angle of 142.44º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DC8A is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 220 | 138 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.14 |
| HSL | 142.44º | 0.65% | 0.61% | - |
| HSV(B) | 142.44º | 0.6% | 0.86% | - |
| XYZ | 34.3 | 55.15 | 32.88 | - |
| YUV | 171.48 | 109.1 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 220 | 138 | 0.60 | 0 | 0.37 | 0.14 | 142.44 | 0.65 | 0.61 |
| Hex | 59 | DC | 8A | 3C | 0 | 25 | E | 8E | 41 | 3D |
| Octal | 131 | 334 | 212 | 74 | 0 | 45 | 16 | 216 | 101 | 75 |
| Binary | 1011001 | 11011100 | 10001010 | 111100 | 0 | 100101 | 1110 | 10001110 | 1000001 | 111101 |
Color Harmonies of #59DC8A
Complementary color
Monochromatic Colors of #59DC8A
Black with #59DC8A
Text Example
Text Example
White with #59DC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DC8A; }
p { color: rgb(89,220,138); }
H1.HeaderClassName
{
color: #59DC8A;
}
.AnyTagClassName
{
color: #59DC8A;
}
</style>
background-color css
<style>
a { background-color: #59DC8A; }
a { background-color: rgb(89,220,138); }
div.DivClassName
{
background-color: #59DC8A;
}
.BgClassName
{
background-color: #59DC8A;
}
</style>
border-color css
<style>
span { border-color: #59DC8A; }
span { border-color: rgb(89,220,138); }
td.TdClassName
{
border-color: #59DC8A;
}
.TagClassName
{
border-color: #59DC8A;
}
</style>