Shades of Emerald #59C885
Tints of Emerald #59C885
RGB
CMYK
RGB Variations
Color information
#59C885 (or 0x59C885) is known color: Emerald. HEX triplet: 59, C8 and 85. RGB value is (89,200,133). Sum of RGB (Red+Green+Blue) = 89+200+133=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 200 - color contains mainly: green. Hex color #59C885 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C885 is #A6377A. Grayscale: #9F9F9F. Windows color (decimal): -10893179 or 8767577. OLE color: 8767577.
HSL color Cylindrical-coordinate representation of color #59C885: hue angle of 143.78º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59C885 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 200 | 133 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.22 |
| HSL | 143.78º | 0.5% | 0.57% | - |
| HSV(B) | 143.78º | 0.56% | 0.78% | - |
| XYZ | 29.01 | 45.13 | 29.37 | - |
| YUV | 159.17 | 113.23 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 200 | 133 | 0.56 | 0 | 0.34 | 0.22 | 143.78 | 0.5 | 0.57 |
| Hex | 59 | C8 | 85 | 38 | 0 | 22 | 16 | 90 | 32 | 39 |
| Octal | 131 | 310 | 205 | 70 | 0 | 42 | 26 | 220 | 62 | 71 |
| Binary | 1011001 | 11001000 | 10000101 | 111000 | 0 | 100010 | 10110 | 10010000 | 110010 | 111001 |
Color Harmonies of #59C885
Complementary color
Monochromatic Colors of #59C885
Black with #59C885
Text Example
Text Example
White with #59C885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C885; }
p { color: rgb(89,200,133); }
H1.HeaderClassName
{
color: #59C885;
}
.AnyTagClassName
{
color: #59C885;
}
</style>
background-color css
<style>
a { background-color: #59C885; }
a { background-color: rgb(89,200,133); }
div.DivClassName
{
background-color: #59C885;
}
.BgClassName
{
background-color: #59C885;
}
</style>
border-color css
<style>
span { border-color: #59C885; }
span { border-color: rgb(89,200,133); }
td.TdClassName
{
border-color: #59C885;
}
.TagClassName
{
border-color: #59C885;
}
</style>