Shades of Emerald #59C478
Tints of Emerald #59C478
RGB
CMYK
RGB Variations
Color information
#59C478 (or 0x59C478) is known color: Emerald. HEX triplet: 59, C4 and 78. RGB value is (89,196,120). Sum of RGB (Red+Green+Blue) = 89+196+120=405 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.98% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #59C478 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59C478 is #A63B87. Grayscale: #9B9B9B. Windows color (decimal): -10894216 or 7914585. OLE color: 7914585.
HSL color Cylindrical-coordinate representation of color #59C478: hue angle of 137.38º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59C478 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 89 | 196 | 120 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.23 |
| HSL | 137.38º | 0.48% | 0.56% | - |
| HSV(B) | 137.38º | 0.55% | 0.77% | - |
| XYZ | 27.25 | 42.96 | 24.63 | - |
| YUV | 155.34 | 108.05 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 196 | 120 | 0.55 | 0 | 0.39 | 0.23 | 137.38 | 0.48 | 0.56 |
| Hex | 59 | C4 | 78 | 37 | 0 | 27 | 17 | 89 | 30 | 38 |
| Octal | 131 | 304 | 170 | 67 | 0 | 47 | 27 | 211 | 60 | 70 |
| Binary | 1011001 | 11000100 | 1111000 | 110111 | 0 | 100111 | 10111 | 10001001 | 110000 | 111000 |
Color Harmonies of #59C478
Complementary color
Monochromatic Colors of #59C478
Black with #59C478
Text Example
Text Example
White with #59C478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C478; }
p { color: rgb(89,196,120); }
H1.HeaderClassName
{
color: #59C478;
}
.AnyTagClassName
{
color: #59C478;
}
</style>
background-color css
<style>
a { background-color: #59C478; }
a { background-color: rgb(89,196,120); }
div.DivClassName
{
background-color: #59C478;
}
.BgClassName
{
background-color: #59C478;
}
</style>
border-color css
<style>
span { border-color: #59C478; }
span { border-color: rgb(89,196,120); }
td.TdClassName
{
border-color: #59C478;
}
.TagClassName
{
border-color: #59C478;
}
</style>