Shades of Emerald #52EC88
Tints of Emerald #52EC88
RGB
CMYK
RGB Variations
Color information
#52EC88 (or 0x52EC88) is known color: Emerald. HEX triplet: 52, EC and 88. RGB value is (82,236,136). Sum of RGB (Red+Green+Blue) = 82+236+136=454 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.06% from 454); Green value is 236 (92.58% from 255 or 51.98% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC88 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EC88 is #AD1377. Grayscale: #B2B2B2. Windows color (decimal): -11342712 or 8973394. OLE color: 8973394.
HSL color Cylindrical-coordinate representation of color #52EC88: hue angle of 141.04º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EC88 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 236 | 136 | - |
| CMYK | 0.65 | 0 | 0.42 | 0.07 |
| HSL | 141.04º | 0.8% | 0.62% | - |
| HSV(B) | 141.04º | 0.65% | 0.93% | - |
| XYZ | 37.92 | 63.56 | 33.56 | - |
| YUV | 178.55 | 103.98 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 236 | 136 | 0.65 | 0 | 0.42 | 0.07 | 141.04 | 0.8 | 0.62 |
| Hex | 52 | EC | 88 | 41 | 0 | 2A | 7 | 8D | 50 | 3E |
| Octal | 122 | 354 | 210 | 101 | 0 | 52 | 7 | 215 | 120 | 76 |
| Binary | 1010010 | 11101100 | 10001000 | 1000001 | 0 | 101010 | 111 | 10001101 | 1010000 | 111110 |
Color Harmonies of #52EC88
Complementary color
Monochromatic Colors of #52EC88
Black with #52EC88
Text Example
Text Example
White with #52EC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EC88; }
p { color: rgb(82,236,136); }
H1.HeaderClassName
{
color: #52EC88;
}
.AnyTagClassName
{
color: #52EC88;
}
</style>
background-color css
<style>
a { background-color: #52EC88; }
a { background-color: rgb(82,236,136); }
div.DivClassName
{
background-color: #52EC88;
}
.BgClassName
{
background-color: #52EC88;
}
</style>
border-color css
<style>
span { border-color: #52EC88; }
span { border-color: rgb(82,236,136); }
td.TdClassName
{
border-color: #52EC88;
}
.TagClassName
{
border-color: #52EC88;
}
</style>