Shades of Emerald #52E578
Tints of Emerald #52E578
RGB
CMYK
RGB Variations
Color information
#52E578 (or 0x52E578) is known color: Emerald. HEX triplet: 52, E5 and 78. RGB value is (82,229,120). Sum of RGB (Red+Green+Blue) = 82+229+120=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 229 (89.84% from 255 or 53.13% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 229 - color contains mainly: green. Hex color #52E578 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E578 is #AD1A87. Grayscale: #ACACAC. Windows color (decimal): -11344520 or 7923026. OLE color: 7923026.
HSL color Cylindrical-coordinate representation of color #52E578: hue angle of 135.51º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E578 is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 229 | 120 | - |
| CMYK | 0.64 | 0 | 0.48 | 0.10 |
| HSL | 135.51º | 0.74% | 0.61% | - |
| HSV(B) | 135.51º | 0.64% | 0.9% | - |
| XYZ | 34.89 | 59.19 | 27.35 | - |
| YUV | 172.62 | 98.3 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 229 | 120 | 0.64 | 0 | 0.48 | 0.10 | 135.51 | 0.74 | 0.61 |
| Hex | 52 | E5 | 78 | 40 | 0 | 30 | A | 88 | 4A | 3D |
| Octal | 122 | 345 | 170 | 100 | 0 | 60 | 12 | 210 | 112 | 75 |
| Binary | 1010010 | 11100101 | 1111000 | 1000000 | 0 | 110000 | 1010 | 10001000 | 1001010 | 111101 |
Color Harmonies of #52E578
Complementary color
Monochromatic Colors of #52E578
Black with #52E578
Text Example
Text Example
White with #52E578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E578; }
p { color: rgb(82,229,120); }
H1.HeaderClassName
{
color: #52E578;
}
.AnyTagClassName
{
color: #52E578;
}
</style>
background-color css
<style>
a { background-color: #52E578; }
a { background-color: rgb(82,229,120); }
div.DivClassName
{
background-color: #52E578;
}
.BgClassName
{
background-color: #52E578;
}
</style>
border-color css
<style>
span { border-color: #52E578; }
span { border-color: rgb(82,229,120); }
td.TdClassName
{
border-color: #52E578;
}
.TagClassName
{
border-color: #52E578;
}
</style>