Shades of Emerald #52EE7C
Tints of Emerald #52EE7C
RGB
CMYK
RGB Variations
Color information
#52EE7C (or 0x52EE7C) is known color: Emerald. HEX triplet: 52, EE and 7C. RGB value is (82,238,124). Sum of RGB (Red+Green+Blue) = 82+238+124=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 238 (93.36% from 255 or 53.60% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 238 - color contains mainly: green. Hex color #52EE7C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EE7C is #AD1183. Grayscale: #B2B2B2. Windows color (decimal): -11342212 or 8187474. OLE color: 8187474.
HSL color Cylindrical-coordinate representation of color #52EE7C: hue angle of 136.15º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EE7C is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 238 | 124 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.07 |
| HSL | 136.15º | 0.82% | 0.63% | - |
| HSV(B) | 136.15º | 0.66% | 0.93% | - |
| XYZ | 37.69 | 64.4 | 29.51 | - |
| YUV | 178.36 | 97.32 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 238 | 124 | 0.66 | 0 | 0.48 | 0.07 | 136.15 | 0.82 | 0.63 |
| Hex | 52 | EE | 7C | 42 | 0 | 30 | 7 | 88 | 52 | 3F |
| Octal | 122 | 356 | 174 | 102 | 0 | 60 | 7 | 210 | 122 | 77 |
| Binary | 1010010 | 11101110 | 1111100 | 1000010 | 0 | 110000 | 111 | 10001000 | 1010010 | 111111 |
Color Harmonies of #52EE7C
Complementary color
Monochromatic Colors of #52EE7C
Black with #52EE7C
Text Example
Text Example
White with #52EE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EE7C; }
p { color: rgb(82,238,124); }
H1.HeaderClassName
{
color: #52EE7C;
}
.AnyTagClassName
{
color: #52EE7C;
}
</style>
background-color css
<style>
a { background-color: #52EE7C; }
a { background-color: rgb(82,238,124); }
div.DivClassName
{
background-color: #52EE7C;
}
.BgClassName
{
background-color: #52EE7C;
}
</style>
border-color css
<style>
span { border-color: #52EE7C; }
span { border-color: rgb(82,238,124); }
td.TdClassName
{
border-color: #52EE7C;
}
.TagClassName
{
border-color: #52EE7C;
}
</style>