Shades of Emerald #52CE70
Tints of Emerald #52CE70
RGB
CMYK
RGB Variations
Color information
#52CE70 (or 0x52CE70) is known color: Emerald. HEX triplet: 52, CE and 70. RGB value is (82,206,112). Sum of RGB (Red+Green+Blue) = 82+206+112=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 206 (80.86% from 255 or 51.5% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CE70 is #AD318F. Grayscale: #9E9E9E. Windows color (decimal): -11350416 or 7392850. OLE color: 7392850.
HSL color Cylindrical-coordinate representation of color #52CE70: hue angle of 134.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CE70 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 112 | - |
| CMYK | 0.60 | 0 | 0.46 | 0.19 |
| HSL | 134.52º | 0.56% | 0.56% | - |
| HSV(B) | 134.52º | 0.6% | 0.81% | - |
| XYZ | 28.48 | 47.11 | 22.92 | - |
| YUV | 158.21 | 101.92 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 112 | 0.60 | 0 | 0.46 | 0.19 | 134.52 | 0.56 | 0.56 |
| Hex | 52 | CE | 70 | 3C | 0 | 2E | 13 | 87 | 38 | 38 |
| Octal | 122 | 316 | 160 | 74 | 0 | 56 | 23 | 207 | 70 | 70 |
| Binary | 1010010 | 11001110 | 1110000 | 111100 | 0 | 101110 | 10011 | 10000111 | 111000 | 111000 |
Color Harmonies of #52CE70
Complementary color
Monochromatic Colors of #52CE70
Black with #52CE70
Text Example
Text Example
White with #52CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE70; }
p { color: rgb(82,206,112); }
H1.HeaderClassName
{
color: #52CE70;
}
.AnyTagClassName
{
color: #52CE70;
}
</style>
background-color css
<style>
a { background-color: #52CE70; }
a { background-color: rgb(82,206,112); }
div.DivClassName
{
background-color: #52CE70;
}
.BgClassName
{
background-color: #52CE70;
}
</style>
border-color css
<style>
span { border-color: #52CE70; }
span { border-color: rgb(82,206,112); }
td.TdClassName
{
border-color: #52CE70;
}
.TagClassName
{
border-color: #52CE70;
}
</style>