Shades of Emerald #52C56D
Tints of Emerald #52C56D
RGB
CMYK
RGB Variations
Color information
#52C56D (or 0x52C56D) is known color: Emerald. HEX triplet: 52, C5 and 6D. RGB value is (82,197,109). Sum of RGB (Red+Green+Blue) = 82+197+109=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 197 (77.34% from 255 or 50.77% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 197 - color contains mainly: green. Hex color #52C56D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C56D is #AD3A92. Grayscale: #989898. Windows color (decimal): -11352723 or 7193938. OLE color: 7193938.
HSL color Cylindrical-coordinate representation of color #52C56D: hue angle of 134.09º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C56D is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 109 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.23 |
| HSL | 134.09º | 0.5% | 0.55% | - |
| HSV(B) | 134.09º | 0.58% | 0.77% | - |
| XYZ | 26.21 | 42.83 | 21.35 | - |
| YUV | 152.58 | 103.4 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 109 | 0.58 | 0 | 0.45 | 0.23 | 134.09 | 0.5 | 0.55 |
| Hex | 52 | C5 | 6D | 3A | 0 | 2D | 17 | 86 | 32 | 37 |
| Octal | 122 | 305 | 155 | 72 | 0 | 55 | 27 | 206 | 62 | 67 |
| Binary | 1010010 | 11000101 | 1101101 | 111010 | 0 | 101101 | 10111 | 10000110 | 110010 | 110111 |
Color Harmonies of #52C56D
Complementary color
Monochromatic Colors of #52C56D
Black with #52C56D
Text Example
Text Example
White with #52C56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C56D; }
p { color: rgb(82,197,109); }
H1.HeaderClassName
{
color: #52C56D;
}
.AnyTagClassName
{
color: #52C56D;
}
</style>
background-color css
<style>
a { background-color: #52C56D; }
a { background-color: rgb(82,197,109); }
div.DivClassName
{
background-color: #52C56D;
}
.BgClassName
{
background-color: #52C56D;
}
</style>
border-color css
<style>
span { border-color: #52C56D; }
span { border-color: rgb(82,197,109); }
td.TdClassName
{
border-color: #52C56D;
}
.TagClassName
{
border-color: #52C56D;
}
</style>