Shades of Emerald #52CE8B
Tints of Emerald #52CE8B
RGB
CMYK
RGB Variations
Color information
#52CE8B (or 0x52CE8B) is known color: Emerald. HEX triplet: 52, CE and 8B. RGB value is (82,206,139). Sum of RGB (Red+Green+Blue) = 82+206+139=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 206 (80.86% from 255 or 48.24% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CE8B is #AD3174. Grayscale: #A1A1A1. Windows color (decimal): -11350389 or 9162322. OLE color: 9162322.
HSL color Cylindrical-coordinate representation of color #52CE8B: hue angle of 147.58º 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 #52CE8B is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 139 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.19 |
| HSL | 147.58º | 0.56% | 0.56% | - |
| HSV(B) | 147.58º | 0.6% | 0.81% | - |
| XYZ | 30.21 | 47.8 | 32.06 | - |
| YUV | 161.29 | 115.42 | 71.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 139 | 0.60 | 0 | 0.33 | 0.19 | 147.58 | 0.56 | 0.56 |
| Hex | 52 | CE | 8B | 3C | 0 | 21 | 13 | 94 | 38 | 38 |
| Octal | 122 | 316 | 213 | 74 | 0 | 41 | 23 | 224 | 70 | 70 |
| Binary | 1010010 | 11001110 | 10001011 | 111100 | 0 | 100001 | 10011 | 10010100 | 111000 | 111000 |
Color Harmonies of #52CE8B
Complementary color
Monochromatic Colors of #52CE8B
Black with #52CE8B
Text Example
Text Example
White with #52CE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE8B; }
p { color: rgb(82,206,139); }
H1.HeaderClassName
{
color: #52CE8B;
}
.AnyTagClassName
{
color: #52CE8B;
}
</style>
background-color css
<style>
a { background-color: #52CE8B; }
a { background-color: rgb(82,206,139); }
div.DivClassName
{
background-color: #52CE8B;
}
.BgClassName
{
background-color: #52CE8B;
}
</style>
border-color css
<style>
span { border-color: #52CE8B; }
span { border-color: rgb(82,206,139); }
td.TdClassName
{
border-color: #52CE8B;
}
.TagClassName
{
border-color: #52CE8B;
}
</style>