Shades of Emerald #52E079
Tints of Emerald #52E079
RGB
CMYK
RGB Variations
Color information
#52E079 (or 0x52E079) is known color: Emerald. HEX triplet: 52, E0 and 79. RGB value is (82,224,121). Sum of RGB (Red+Green+Blue) = 82+224+121=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 224 (87.89% from 255 or 52.46% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 224 - color contains mainly: green. Hex color #52E079 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E079 is #AD1F86. Grayscale: #AAAAAA. Windows color (decimal): -11345799 or 7987282. OLE color: 7987282.
HSL color Cylindrical-coordinate representation of color #52E079: hue angle of 136.48º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52E079 is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 224 | 121 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.12 |
| HSL | 136.48º | 0.7% | 0.6% | - |
| HSV(B) | 136.48º | 0.63% | 0.88% | - |
| XYZ | 33.59 | 56.49 | 27.22 | - |
| YUV | 169.8 | 100.46 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 224 | 121 | 0.63 | 0 | 0.46 | 0.12 | 136.48 | 0.7 | 0.6 |
| Hex | 52 | E0 | 79 | 3F | 0 | 2E | C | 88 | 46 | 3C |
| Octal | 122 | 340 | 171 | 77 | 0 | 56 | 14 | 210 | 106 | 74 |
| Binary | 1010010 | 11100000 | 1111001 | 111111 | 0 | 101110 | 1100 | 10001000 | 1000110 | 111100 |
Color Harmonies of #52E079
Complementary color
Monochromatic Colors of #52E079
Black with #52E079
Text Example
Text Example
White with #52E079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E079; }
p { color: rgb(82,224,121); }
H1.HeaderClassName
{
color: #52E079;
}
.AnyTagClassName
{
color: #52E079;
}
</style>
background-color css
<style>
a { background-color: #52E079; }
a { background-color: rgb(82,224,121); }
div.DivClassName
{
background-color: #52E079;
}
.BgClassName
{
background-color: #52E079;
}
</style>
border-color css
<style>
span { border-color: #52E079; }
span { border-color: rgb(82,224,121); }
td.TdClassName
{
border-color: #52E079;
}
.TagClassName
{
border-color: #52E079;
}
</style>