Shades of Emerald #59CA82
Tints of Emerald #59CA82
RGB
CMYK
RGB Variations
Color information
#59CA82 (or 0x59CA82) is known color: Emerald. HEX triplet: 59, CA and 82. RGB value is (89,202,130). Sum of RGB (Red+Green+Blue) = 89+202+130=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #59CA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59CA82 is #A6357D. Grayscale: #A0A0A0. Windows color (decimal): -10892670 or 8571481. OLE color: 8571481.
HSL color Cylindrical-coordinate representation of color #59CA82: hue angle of 141.77º 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 #59CA82 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 202 | 130 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.21 |
| HSL | 141.77º | 0.52% | 0.57% | - |
| HSV(B) | 141.77º | 0.56% | 0.79% | - |
| XYZ | 29.27 | 45.98 | 28.45 | - |
| YUV | 160.01 | 111.06 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 202 | 130 | 0.56 | 0 | 0.36 | 0.21 | 141.77 | 0.52 | 0.57 |
| Hex | 59 | CA | 82 | 38 | 0 | 24 | 15 | 8E | 34 | 39 |
| Octal | 131 | 312 | 202 | 70 | 0 | 44 | 25 | 216 | 64 | 71 |
| Binary | 1011001 | 11001010 | 10000010 | 111000 | 0 | 100100 | 10101 | 10001110 | 110100 | 111001 |
Color Harmonies of #59CA82
Complementary color
Monochromatic Colors of #59CA82
Black with #59CA82
Text Example
Text Example
White with #59CA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CA82; }
p { color: rgb(89,202,130); }
H1.HeaderClassName
{
color: #59CA82;
}
.AnyTagClassName
{
color: #59CA82;
}
</style>
background-color css
<style>
a { background-color: #59CA82; }
a { background-color: rgb(89,202,130); }
div.DivClassName
{
background-color: #59CA82;
}
.BgClassName
{
background-color: #59CA82;
}
</style>
border-color css
<style>
span { border-color: #59CA82; }
span { border-color: rgb(89,202,130); }
td.TdClassName
{
border-color: #59CA82;
}
.TagClassName
{
border-color: #59CA82;
}
</style>