Shades of Emerald #52C072
Tints of Emerald #52C072
RGB
CMYK
RGB Variations
Color information
#52C072 (or 0x52C072) is known color: Emerald. HEX triplet: 52, C0 and 72. RGB value is (82,192,114). Sum of RGB (Red+Green+Blue) = 82+192+114=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #52C072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C072 is #AD3F8D. Grayscale: #969696. Windows color (decimal): -11353998 or 7520338. OLE color: 7520338.
HSL color Cylindrical-coordinate representation of color #52C072: hue angle of 137.45º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52C072 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 114 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.25 |
| HSL | 137.45º | 0.47% | 0.54% | - |
| HSV(B) | 137.45º | 0.57% | 0.75% | - |
| XYZ | 25.37 | 40.71 | 22.44 | - |
| YUV | 150.22 | 107.56 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 114 | 0.57 | 0 | 0.41 | 0.25 | 137.45 | 0.47 | 0.54 |
| Hex | 52 | C0 | 72 | 39 | 0 | 29 | 19 | 89 | 2F | 36 |
| Octal | 122 | 300 | 162 | 71 | 0 | 51 | 31 | 211 | 57 | 66 |
| Binary | 1010010 | 11000000 | 1110010 | 111001 | 0 | 101001 | 11001 | 10001001 | 101111 | 110110 |
Color Harmonies of #52C072
Complementary color
Monochromatic Colors of #52C072
Black with #52C072
Text Example
Text Example
White with #52C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C072; }
p { color: rgb(82,192,114); }
H1.HeaderClassName
{
color: #52C072;
}
.AnyTagClassName
{
color: #52C072;
}
</style>
background-color css
<style>
a { background-color: #52C072; }
a { background-color: rgb(82,192,114); }
div.DivClassName
{
background-color: #52C072;
}
.BgClassName
{
background-color: #52C072;
}
</style>
border-color css
<style>
span { border-color: #52C072; }
span { border-color: rgb(82,192,114); }
td.TdClassName
{
border-color: #52C072;
}
.TagClassName
{
border-color: #52C072;
}
</style>