Shades of Emerald #52C86D
Tints of Emerald #52C86D
RGB
CMYK
RGB Variations
Color information
#52C86D (or 0x52C86D) is known color: Emerald. HEX triplet: 52, C8 and 6D. RGB value is (82,200,109). Sum of RGB (Red+Green+Blue) = 82+200+109=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 200 (78.52% from 255 or 51.15% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 200 - color contains mainly: green. Hex color #52C86D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C86D is #AD3792. Grayscale: #9A9A9A. Windows color (decimal): -11351955 or 7194706. OLE color: 7194706.
HSL color Cylindrical-coordinate representation of color #52C86D: hue angle of 133.73º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C86D is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 200 | 109 | - |
| CMYK | 0.59 | 0 | 0.46 | 0.22 |
| HSL | 133.73º | 0.52% | 0.55% | - |
| HSV(B) | 133.73º | 0.59% | 0.78% | - |
| XYZ | 26.89 | 44.21 | 21.58 | - |
| YUV | 154.34 | 102.41 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 109 | 0.59 | 0 | 0.46 | 0.22 | 133.73 | 0.52 | 0.55 |
| Hex | 52 | C8 | 6D | 3B | 0 | 2E | 16 | 86 | 34 | 37 |
| Octal | 122 | 310 | 155 | 73 | 0 | 56 | 26 | 206 | 64 | 67 |
| Binary | 1010010 | 11001000 | 1101101 | 111011 | 0 | 101110 | 10110 | 10000110 | 110100 | 110111 |
Color Harmonies of #52C86D
Complementary color
Monochromatic Colors of #52C86D
Black with #52C86D
Text Example
Text Example
White with #52C86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C86D; }
p { color: rgb(82,200,109); }
H1.HeaderClassName
{
color: #52C86D;
}
.AnyTagClassName
{
color: #52C86D;
}
</style>
background-color css
<style>
a { background-color: #52C86D; }
a { background-color: rgb(82,200,109); }
div.DivClassName
{
background-color: #52C86D;
}
.BgClassName
{
background-color: #52C86D;
}
</style>
border-color css
<style>
span { border-color: #52C86D; }
span { border-color: rgb(82,200,109); }
td.TdClassName
{
border-color: #52C86D;
}
.TagClassName
{
border-color: #52C86D;
}
</style>