Shades of Emerald #59D474
Tints of Emerald #59D474
RGB
CMYK
RGB Variations
Color information
#59D474 (or 0x59D474) is known color: Emerald. HEX triplet: 59, D4 and 74. RGB value is (89,212,116). Sum of RGB (Red+Green+Blue) = 89+212+116=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 212 (83.20% from 255 or 50.84% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 212 - color contains mainly: green. Hex color #59D474 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59D474 is #A62B8B. Grayscale: #A4A4A4. Windows color (decimal): -10890124 or 7656537. OLE color: 7656537.
HSL color Cylindrical-coordinate representation of color #59D474: hue angle of 133.17º degrees, saturation: 0.59, 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 #59D474 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 89 | 212 | 116 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.17 |
| HSL | 133.17º | 0.59% | 0.59% | - |
| HSV(B) | 133.17º | 0.58% | 0.83% | - |
| XYZ | 30.82 | 50.47 | 24.64 | - |
| YUV | 164.28 | 100.75 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 212 | 116 | 0.58 | 0 | 0.45 | 0.17 | 133.17 | 0.59 | 0.59 |
| Hex | 59 | D4 | 74 | 3A | 0 | 2D | 11 | 85 | 3B | 3B |
| Octal | 131 | 324 | 164 | 72 | 0 | 55 | 21 | 205 | 73 | 73 |
| Binary | 1011001 | 11010100 | 1110100 | 111010 | 0 | 101101 | 10001 | 10000101 | 111011 | 111011 |
Color Harmonies of #59D474
Complementary color
Monochromatic Colors of #59D474
Black with #59D474
Text Example
Text Example
White with #59D474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D474; }
p { color: rgb(89,212,116); }
H1.HeaderClassName
{
color: #59D474;
}
.AnyTagClassName
{
color: #59D474;
}
</style>
background-color css
<style>
a { background-color: #59D474; }
a { background-color: rgb(89,212,116); }
div.DivClassName
{
background-color: #59D474;
}
.BgClassName
{
background-color: #59D474;
}
</style>
border-color css
<style>
span { border-color: #59D474; }
span { border-color: rgb(89,212,116); }
td.TdClassName
{
border-color: #59D474;
}
.TagClassName
{
border-color: #59D474;
}
</style>