Shades of Emerald #52EC92
Tints of Emerald #52EC92
RGB
CMYK
RGB Variations
Color information
#52EC92 (or 0x52EC92) is known color: Emerald. HEX triplet: 52, EC and 92. RGB value is (82,236,146). Sum of RGB (Red+Green+Blue) = 82+236+146=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 236 (92.58% from 255 or 50.86% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EC92 is #AD136D. Grayscale: #B3B3B3. Windows color (decimal): -11342702 or 9628754. OLE color: 9628754.
HSL color Cylindrical-coordinate representation of color #52EC92: hue angle of 144.94º 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 #52EC92 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 236 | 146 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.07 |
| HSL | 144.94º | 0.8% | 0.62% | - |
| HSV(B) | 144.94º | 0.65% | 0.93% | - |
| XYZ | 38.66 | 63.86 | 37.48 | - |
| YUV | 179.69 | 108.98 | 58.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 236 | 146 | 0.65 | 0 | 0.38 | 0.07 | 144.94 | 0.8 | 0.62 |
| Hex | 52 | EC | 92 | 41 | 0 | 26 | 7 | 91 | 50 | 3E |
| Octal | 122 | 354 | 222 | 101 | 0 | 46 | 7 | 221 | 120 | 76 |
| Binary | 1010010 | 11101100 | 10010010 | 1000001 | 0 | 100110 | 111 | 10010001 | 1010000 | 111110 |
Color Harmonies of #52EC92
Complementary color
Monochromatic Colors of #52EC92
Black with #52EC92
Text Example
Text Example
White with #52EC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EC92; }
p { color: rgb(82,236,146); }
H1.HeaderClassName
{
color: #52EC92;
}
.AnyTagClassName
{
color: #52EC92;
}
</style>
background-color css
<style>
a { background-color: #52EC92; }
a { background-color: rgb(82,236,146); }
div.DivClassName
{
background-color: #52EC92;
}
.BgClassName
{
background-color: #52EC92;
}
</style>
border-color css
<style>
span { border-color: #52EC92; }
span { border-color: rgb(82,236,146); }
td.TdClassName
{
border-color: #52EC92;
}
.TagClassName
{
border-color: #52EC92;
}
</style>