Shades of Emerald #59CC7C
Tints of Emerald #59CC7C
RGB
CMYK
RGB Variations
Color information
#59CC7C (or 0x59CC7C) is known color: Emerald. HEX triplet: 59, CC and 7C. RGB value is (89,204,124). Sum of RGB (Red+Green+Blue) = 89+204+124=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #59CC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59CC7C is #A63383. Grayscale: #A0A0A0. Windows color (decimal): -10892164 or 8178777. OLE color: 8178777.
HSL color Cylindrical-coordinate representation of color #59CC7C: hue angle of 138.26º 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 #59CC7C is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 204 | 124 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.2 |
| HSL | 138.26º | 0.53% | 0.57% | - |
| HSV(B) | 138.26º | 0.56% | 0.8% | - |
| XYZ | 29.35 | 46.76 | 26.55 | - |
| YUV | 160.5 | 107.4 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 204 | 124 | 0.56 | 0 | 0.39 | 0.2 | 138.26 | 0.53 | 0.57 |
| Hex | 59 | CC | 7C | 38 | 0 | 27 | 14 | 8A | 35 | 39 |
| Octal | 131 | 314 | 174 | 70 | 0 | 47 | 24 | 212 | 65 | 71 |
| Binary | 1011001 | 11001100 | 1111100 | 111000 | 0 | 100111 | 10100 | 10001010 | 110101 | 111001 |
Color Harmonies of #59CC7C
Complementary color
Monochromatic Colors of #59CC7C
Black with #59CC7C
Text Example
Text Example
White with #59CC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CC7C; }
p { color: rgb(89,204,124); }
H1.HeaderClassName
{
color: #59CC7C;
}
.AnyTagClassName
{
color: #59CC7C;
}
</style>
background-color css
<style>
a { background-color: #59CC7C; }
a { background-color: rgb(89,204,124); }
div.DivClassName
{
background-color: #59CC7C;
}
.BgClassName
{
background-color: #59CC7C;
}
</style>
border-color css
<style>
span { border-color: #59CC7C; }
span { border-color: rgb(89,204,124); }
td.TdClassName
{
border-color: #59CC7C;
}
.TagClassName
{
border-color: #59CC7C;
}
</style>