Shades of Emerald #52CA70
Tints of Emerald #52CA70
RGB
CMYK
RGB Variations
Color information
#52CA70 (or 0x52CA70) is known color: Emerald. HEX triplet: 52, CA and 70. RGB value is (82,202,112). Sum of RGB (Red+Green+Blue) = 82+202+112=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 202 (79.30% from 255 or 51.01% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CA70 is #AD358F. Grayscale: #9C9C9C. Windows color (decimal): -11351440 or 7391826. OLE color: 7391826.
HSL color Cylindrical-coordinate representation of color #52CA70: hue angle of 135º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52CA70 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 202 | 112 | - |
| CMYK | 0.59 | 0 | 0.45 | 0.21 |
| HSL | 135º | 0.53% | 0.56% | - |
| HSV(B) | 135º | 0.59% | 0.79% | - |
| XYZ | 27.52 | 45.2 | 22.6 | - |
| YUV | 155.86 | 103.24 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 202 | 112 | 0.59 | 0 | 0.45 | 0.21 | 135 | 0.53 | 0.56 |
| Hex | 52 | CA | 70 | 3B | 0 | 2D | 15 | 87 | 35 | 38 |
| Octal | 122 | 312 | 160 | 73 | 0 | 55 | 25 | 207 | 65 | 70 |
| Binary | 1010010 | 11001010 | 1110000 | 111011 | 0 | 101101 | 10101 | 10000111 | 110101 | 111000 |
Color Harmonies of #52CA70
Complementary color
Monochromatic Colors of #52CA70
Black with #52CA70
Text Example
Text Example
White with #52CA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CA70; }
p { color: rgb(82,202,112); }
H1.HeaderClassName
{
color: #52CA70;
}
.AnyTagClassName
{
color: #52CA70;
}
</style>
background-color css
<style>
a { background-color: #52CA70; }
a { background-color: rgb(82,202,112); }
div.DivClassName
{
background-color: #52CA70;
}
.BgClassName
{
background-color: #52CA70;
}
</style>
border-color css
<style>
span { border-color: #52CA70; }
span { border-color: rgb(82,202,112); }
td.TdClassName
{
border-color: #52CA70;
}
.TagClassName
{
border-color: #52CA70;
}
</style>