Shades of Emerald #59CC85
Tints of Emerald #59CC85
RGB
CMYK
RGB Variations
Color information
#59CC85 (or 0x59CC85) is known color: Emerald. HEX triplet: 59, CC and 85. RGB value is (89,204,133). Sum of RGB (Red+Green+Blue) = 89+204+133=426 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.89% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #59CC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59CC85 is #A6337A. Grayscale: #A1A1A1. Windows color (decimal): -10892155 or 8768601. OLE color: 8768601.
HSL color Cylindrical-coordinate representation of color #59CC85: hue angle of 142.96º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59CC85 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 204 | 133 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.2 |
| HSL | 142.96º | 0.53% | 0.57% | - |
| HSV(B) | 142.96º | 0.56% | 0.8% | - |
| XYZ | 29.95 | 47 | 29.68 | - |
| YUV | 161.52 | 111.9 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 204 | 133 | 0.56 | 0 | 0.35 | 0.2 | 142.96 | 0.53 | 0.57 |
| Hex | 59 | CC | 85 | 38 | 0 | 23 | 14 | 8F | 35 | 39 |
| Octal | 131 | 314 | 205 | 70 | 0 | 43 | 24 | 217 | 65 | 71 |
| Binary | 1011001 | 11001100 | 10000101 | 111000 | 0 | 100011 | 10100 | 10001111 | 110101 | 111001 |
Color Harmonies of #59CC85
Complementary color
Monochromatic Colors of #59CC85
Black with #59CC85
Text Example
Text Example
White with #59CC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CC85; }
p { color: rgb(89,204,133); }
H1.HeaderClassName
{
color: #59CC85;
}
.AnyTagClassName
{
color: #59CC85;
}
</style>
background-color css
<style>
a { background-color: #59CC85; }
a { background-color: rgb(89,204,133); }
div.DivClassName
{
background-color: #59CC85;
}
.BgClassName
{
background-color: #59CC85;
}
</style>
border-color css
<style>
span { border-color: #59CC85; }
span { border-color: rgb(89,204,133); }
td.TdClassName
{
border-color: #59CC85;
}
.TagClassName
{
border-color: #59CC85;
}
</style>