Shades of Emerald #52E573
Tints of Emerald #52E573
RGB
CMYK
RGB Variations
Color information
#52E573 (or 0x52E573) is known color: Emerald. HEX triplet: 52, E5 and 73. RGB value is (82,229,115). Sum of RGB (Red+Green+Blue) = 82+229+115=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 229 (89.84% from 255 or 53.76% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 229 - color contains mainly: green. Hex color #52E573 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E573 is #AD1A8C. Grayscale: #ACACAC. Windows color (decimal): -11344525 or 7595346. OLE color: 7595346.
HSL color Cylindrical-coordinate representation of color #52E573: hue angle of 133.47º 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 #52E573 is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 229 | 115 | - |
| CMYK | 0.64 | 0 | 0.50 | 0.10 |
| HSL | 133.47º | 0.74% | 0.61% | - |
| HSV(B) | 133.47º | 0.64% | 0.9% | - |
| XYZ | 34.59 | 59.07 | 25.8 | - |
| YUV | 172.05 | 95.8 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 229 | 115 | 0.64 | 0 | 0.50 | 0.10 | 133.47 | 0.74 | 0.61 |
| Hex | 52 | E5 | 73 | 40 | 0 | 32 | A | 85 | 4A | 3D |
| Octal | 122 | 345 | 163 | 100 | 0 | 62 | 12 | 205 | 112 | 75 |
| Binary | 1010010 | 11100101 | 1110011 | 1000000 | 0 | 110010 | 1010 | 10000101 | 1001010 | 111101 |
Color Harmonies of #52E573
Complementary color
Monochromatic Colors of #52E573
Black with #52E573
Text Example
Text Example
White with #52E573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E573; }
p { color: rgb(82,229,115); }
H1.HeaderClassName
{
color: #52E573;
}
.AnyTagClassName
{
color: #52E573;
}
</style>
background-color css
<style>
a { background-color: #52E573; }
a { background-color: rgb(82,229,115); }
div.DivClassName
{
background-color: #52E573;
}
.BgClassName
{
background-color: #52E573;
}
</style>
border-color css
<style>
span { border-color: #52E573; }
span { border-color: rgb(82,229,115); }
td.TdClassName
{
border-color: #52E573;
}
.TagClassName
{
border-color: #52E573;
}
</style>