Shades of Emerald #52EC7F
Tints of Emerald #52EC7F
RGB
CMYK
RGB Variations
Color information
#52EC7F (or 0x52EC7F) is known color: Emerald. HEX triplet: 52, EC and 7F. RGB value is (82,236,127). Sum of RGB (Red+Green+Blue) = 82+236+127=445 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.43% from 445); Green value is 236 (92.58% from 255 or 53.03% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC7F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EC7F is #AD1380. Grayscale: #B1B1B1. Windows color (decimal): -11342721 or 8383570. OLE color: 8383570.
HSL color Cylindrical-coordinate representation of color #52EC7F: hue angle of 137.53º 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 #52EC7F is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 236 | 127 | - |
| CMYK | 0.65 | 0 | 0.46 | 0.07 |
| HSL | 137.53º | 0.8% | 0.62% | - |
| HSV(B) | 137.53º | 0.65% | 0.93% | - |
| XYZ | 37.31 | 63.32 | 30.33 | - |
| YUV | 177.53 | 99.48 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 236 | 127 | 0.65 | 0 | 0.46 | 0.07 | 137.53 | 0.8 | 0.62 |
| Hex | 52 | EC | 7F | 41 | 0 | 2E | 7 | 8A | 50 | 3E |
| Octal | 122 | 354 | 177 | 101 | 0 | 56 | 7 | 212 | 120 | 76 |
| Binary | 1010010 | 11101100 | 1111111 | 1000001 | 0 | 101110 | 111 | 10001010 | 1010000 | 111110 |
Color Harmonies of #52EC7F
Complementary color
Monochromatic Colors of #52EC7F
Black with #52EC7F
Text Example
Text Example
White with #52EC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EC7F; }
p { color: rgb(82,236,127); }
H1.HeaderClassName
{
color: #52EC7F;
}
.AnyTagClassName
{
color: #52EC7F;
}
</style>
background-color css
<style>
a { background-color: #52EC7F; }
a { background-color: rgb(82,236,127); }
div.DivClassName
{
background-color: #52EC7F;
}
.BgClassName
{
background-color: #52EC7F;
}
</style>
border-color css
<style>
span { border-color: #52EC7F; }
span { border-color: rgb(82,236,127); }
td.TdClassName
{
border-color: #52EC7F;
}
.TagClassName
{
border-color: #52EC7F;
}
</style>