Shades of Emerald #52D78C
Tints of Emerald #52D78C
RGB
CMYK
RGB Variations
Color information
#52D78C (or 0x52D78C) is known color: Emerald. HEX triplet: 52, D7 and 8C. RGB value is (82,215,140). Sum of RGB (Red+Green+Blue) = 82+215+140=437 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.76% from 437); Green value is 215 (84.38% from 255 or 49.20% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 215 - color contains mainly: green. Hex color #52D78C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D78C is #AD2873. Grayscale: #A6A6A6. Windows color (decimal): -11348084 or 9230162. OLE color: 9230162.
HSL color Cylindrical-coordinate representation of color #52D78C: hue angle of 146.17º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D78C is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 215 | 140 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.16 |
| HSL | 146.17º | 0.62% | 0.58% | - |
| HSV(B) | 146.17º | 0.62% | 0.84% | - |
| XYZ | 32.51 | 52.29 | 33.19 | - |
| YUV | 166.68 | 112.94 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 215 | 140 | 0.62 | 0 | 0.35 | 0.16 | 146.17 | 0.62 | 0.58 |
| Hex | 52 | D7 | 8C | 3E | 0 | 23 | 10 | 92 | 3E | 3A |
| Octal | 122 | 327 | 214 | 76 | 0 | 43 | 20 | 222 | 76 | 72 |
| Binary | 1010010 | 11010111 | 10001100 | 111110 | 0 | 100011 | 10000 | 10010010 | 111110 | 111010 |
Color Harmonies of #52D78C
Complementary color
Monochromatic Colors of #52D78C
Black with #52D78C
Text Example
Text Example
White with #52D78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D78C; }
p { color: rgb(82,215,140); }
H1.HeaderClassName
{
color: #52D78C;
}
.AnyTagClassName
{
color: #52D78C;
}
</style>
background-color css
<style>
a { background-color: #52D78C; }
a { background-color: rgb(82,215,140); }
div.DivClassName
{
background-color: #52D78C;
}
.BgClassName
{
background-color: #52D78C;
}
</style>
border-color css
<style>
span { border-color: #52D78C; }
span { border-color: rgb(82,215,140); }
td.TdClassName
{
border-color: #52D78C;
}
.TagClassName
{
border-color: #52D78C;
}
</style>