Shades of Emerald #52E670
Tints of Emerald #52E670
RGB
CMYK
RGB Variations
Color information
#52E670 (or 0x52E670) is known color: Emerald. HEX triplet: 52, E6 and 70. RGB value is (82,230,112). Sum of RGB (Red+Green+Blue) = 82+230+112=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 230 (90.23% from 255 or 54.25% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 230 - color contains mainly: green. Hex color #52E670 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52E670 is #AD198F. Grayscale: #ACACAC. Windows color (decimal): -11344272 or 7398994. OLE color: 7398994.
HSL color Cylindrical-coordinate representation of color #52E670: hue angle of 132.16º degrees, saturation: 0.75, 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 #52E670 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 230 | 112 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.10 |
| HSL | 132.16º | 0.75% | 0.61% | - |
| HSV(B) | 132.16º | 0.64% | 0.9% | - |
| XYZ | 34.7 | 59.56 | 25 | - |
| YUV | 172.3 | 93.97 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 230 | 112 | 0.64 | 0 | 0.51 | 0.10 | 132.16 | 0.75 | 0.61 |
| Hex | 52 | E6 | 70 | 40 | 0 | 33 | A | 84 | 4B | 3D |
| Octal | 122 | 346 | 160 | 100 | 0 | 63 | 12 | 204 | 113 | 75 |
| Binary | 1010010 | 11100110 | 1110000 | 1000000 | 0 | 110011 | 1010 | 10000100 | 1001011 | 111101 |
Color Harmonies of #52E670
Complementary color
Monochromatic Colors of #52E670
Black with #52E670
Text Example
Text Example
White with #52E670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E670; }
p { color: rgb(82,230,112); }
H1.HeaderClassName
{
color: #52E670;
}
.AnyTagClassName
{
color: #52E670;
}
</style>
background-color css
<style>
a { background-color: #52E670; }
a { background-color: rgb(82,230,112); }
div.DivClassName
{
background-color: #52E670;
}
.BgClassName
{
background-color: #52E670;
}
</style>
border-color css
<style>
span { border-color: #52E670; }
span { border-color: rgb(82,230,112); }
td.TdClassName
{
border-color: #52E670;
}
.TagClassName
{
border-color: #52E670;
}
</style>