Shades of Emerald #59C975
Tints of Emerald #59C975
RGB
CMYK
RGB Variations
Color information
#59C975 (or 0x59C975) is known color: Emerald. HEX triplet: 59, C9 and 75. RGB value is (89,201,117). Sum of RGB (Red+Green+Blue) = 89+201+117=407 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.87% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #59C975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59C975 is #A6368A. Grayscale: #9E9E9E. Windows color (decimal): -10892939 or 7719257. OLE color: 7719257.
HSL color Cylindrical-coordinate representation of color #59C975: hue angle of 135º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59C975 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 201 | 117 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.21 |
| HSL | 135º | 0.51% | 0.57% | - |
| HSV(B) | 135º | 0.56% | 0.79% | - |
| XYZ | 28.22 | 45.18 | 24.06 | - |
| YUV | 157.94 | 104.89 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 201 | 117 | 0.56 | 0 | 0.42 | 0.21 | 135 | 0.51 | 0.57 |
| Hex | 59 | C9 | 75 | 38 | 0 | 2A | 15 | 87 | 33 | 39 |
| Octal | 131 | 311 | 165 | 70 | 0 | 52 | 25 | 207 | 63 | 71 |
| Binary | 1011001 | 11001001 | 1110101 | 111000 | 0 | 101010 | 10101 | 10000111 | 110011 | 111001 |
Color Harmonies of #59C975
Complementary color
Monochromatic Colors of #59C975
Black with #59C975
Text Example
Text Example
White with #59C975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C975; }
p { color: rgb(89,201,117); }
H1.HeaderClassName
{
color: #59C975;
}
.AnyTagClassName
{
color: #59C975;
}
</style>
background-color css
<style>
a { background-color: #59C975; }
a { background-color: rgb(89,201,117); }
div.DivClassName
{
background-color: #59C975;
}
.BgClassName
{
background-color: #59C975;
}
</style>
border-color css
<style>
span { border-color: #59C975; }
span { border-color: rgb(89,201,117); }
td.TdClassName
{
border-color: #59C975;
}
.TagClassName
{
border-color: #59C975;
}
</style>