Shades of Emerald #52CE89
Tints of Emerald #52CE89
RGB
CMYK
RGB Variations
Color information
#52CE89 (or 0x52CE89) is known color: Emerald. HEX triplet: 52, CE and 89. RGB value is (82,206,137). Sum of RGB (Red+Green+Blue) = 82+206+137=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 206 (80.86% from 255 or 48.47% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CE89 is #AD3176. Grayscale: #A1A1A1. Windows color (decimal): -11350391 or 9031250. OLE color: 9031250.
HSL color Cylindrical-coordinate representation of color #52CE89: hue angle of 146.61º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CE89 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 137 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.19 |
| HSL | 146.61º | 0.56% | 0.56% | - |
| HSV(B) | 146.61º | 0.6% | 0.81% | - |
| XYZ | 30.07 | 47.74 | 31.3 | - |
| YUV | 161.06 | 114.42 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 137 | 0.60 | 0 | 0.33 | 0.19 | 146.61 | 0.56 | 0.56 |
| Hex | 52 | CE | 89 | 3C | 0 | 21 | 13 | 93 | 38 | 38 |
| Octal | 122 | 316 | 211 | 74 | 0 | 41 | 23 | 223 | 70 | 70 |
| Binary | 1010010 | 11001110 | 10001001 | 111100 | 0 | 100001 | 10011 | 10010011 | 111000 | 111000 |
Color Harmonies of #52CE89
Complementary color
Monochromatic Colors of #52CE89
Black with #52CE89
Text Example
Text Example
White with #52CE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE89; }
p { color: rgb(82,206,137); }
H1.HeaderClassName
{
color: #52CE89;
}
.AnyTagClassName
{
color: #52CE89;
}
</style>
background-color css
<style>
a { background-color: #52CE89; }
a { background-color: rgb(82,206,137); }
div.DivClassName
{
background-color: #52CE89;
}
.BgClassName
{
background-color: #52CE89;
}
</style>
border-color css
<style>
span { border-color: #52CE89; }
span { border-color: rgb(82,206,137); }
td.TdClassName
{
border-color: #52CE89;
}
.TagClassName
{
border-color: #52CE89;
}
</style>