Shades of Emerald #59C372
Tints of Emerald #59C372
RGB
CMYK
RGB Variations
Color information
#59C372 (or 0x59C372) is known color: Emerald. HEX triplet: 59, C3 and 72. RGB value is (89,195,114). Sum of RGB (Red+Green+Blue) = 89+195+114=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #59C372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59C372 is #A63C8D. Grayscale: #9A9A9A. Windows color (decimal): -10894478 or 7521113. OLE color: 7521113.
HSL color Cylindrical-coordinate representation of color #59C372: hue angle of 134.15º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59C372 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 195 | 114 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.24 |
| HSL | 134.15º | 0.47% | 0.56% | - |
| HSV(B) | 134.15º | 0.54% | 0.76% | - |
| XYZ | 26.67 | 42.37 | 22.69 | - |
| YUV | 154.07 | 105.38 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 195 | 114 | 0.54 | 0 | 0.42 | 0.24 | 134.15 | 0.47 | 0.56 |
| Hex | 59 | C3 | 72 | 36 | 0 | 2A | 18 | 86 | 2F | 38 |
| Octal | 131 | 303 | 162 | 66 | 0 | 52 | 30 | 206 | 57 | 70 |
| Binary | 1011001 | 11000011 | 1110010 | 110110 | 0 | 101010 | 11000 | 10000110 | 101111 | 111000 |
Color Harmonies of #59C372
Complementary color
Monochromatic Colors of #59C372
Black with #59C372
Text Example
Text Example
White with #59C372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C372; }
p { color: rgb(89,195,114); }
H1.HeaderClassName
{
color: #59C372;
}
.AnyTagClassName
{
color: #59C372;
}
</style>
background-color css
<style>
a { background-color: #59C372; }
a { background-color: rgb(89,195,114); }
div.DivClassName
{
background-color: #59C372;
}
.BgClassName
{
background-color: #59C372;
}
</style>
border-color css
<style>
span { border-color: #59C372; }
span { border-color: rgb(89,195,114); }
td.TdClassName
{
border-color: #59C372;
}
.TagClassName
{
border-color: #59C372;
}
</style>