Shades of Emerald #59CA7C
Tints of Emerald #59CA7C
RGB
CMYK
RGB Variations
Color information
#59CA7C (or 0x59CA7C) is known color: Emerald. HEX triplet: 59, CA and 7C. RGB value is (89,202,124). Sum of RGB (Red+Green+Blue) = 89+202+124=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #59CA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59CA7C is #A63583. Grayscale: #9F9F9F. Windows color (decimal): -10892676 or 8178265. OLE color: 8178265.
HSL color Cylindrical-coordinate representation of color #59CA7C: hue angle of 138.58º degrees, saturation: 0.52, 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 #59CA7C is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 202 | 124 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.21 |
| HSL | 138.58º | 0.52% | 0.57% | - |
| HSV(B) | 138.58º | 0.56% | 0.79% | - |
| XYZ | 28.88 | 45.82 | 26.39 | - |
| YUV | 159.32 | 108.06 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 202 | 124 | 0.56 | 0 | 0.39 | 0.21 | 138.58 | 0.52 | 0.57 |
| Hex | 59 | CA | 7C | 38 | 0 | 27 | 15 | 8B | 34 | 39 |
| Octal | 131 | 312 | 174 | 70 | 0 | 47 | 25 | 213 | 64 | 71 |
| Binary | 1011001 | 11001010 | 1111100 | 111000 | 0 | 100111 | 10101 | 10001011 | 110100 | 111001 |
Color Harmonies of #59CA7C
Complementary color
Monochromatic Colors of #59CA7C
Black with #59CA7C
Text Example
Text Example
White with #59CA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CA7C; }
p { color: rgb(89,202,124); }
H1.HeaderClassName
{
color: #59CA7C;
}
.AnyTagClassName
{
color: #59CA7C;
}
</style>
background-color css
<style>
a { background-color: #59CA7C; }
a { background-color: rgb(89,202,124); }
div.DivClassName
{
background-color: #59CA7C;
}
.BgClassName
{
background-color: #59CA7C;
}
</style>
border-color css
<style>
span { border-color: #59CA7C; }
span { border-color: rgb(89,202,124); }
td.TdClassName
{
border-color: #59CA7C;
}
.TagClassName
{
border-color: #59CA7C;
}
</style>