Shades of Emerald #52C16D
Tints of Emerald #52C16D
RGB
CMYK
RGB Variations
Color information
#52C16D (or 0x52C16D) is known color: Emerald. HEX triplet: 52, C1 and 6D. RGB value is (82,193,109). Sum of RGB (Red+Green+Blue) = 82+193+109=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #52C16D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C16D is #AD3E92. Grayscale: #969696. Windows color (decimal): -11353747 or 7192914. OLE color: 7192914.
HSL color Cylindrical-coordinate representation of color #52C16D: hue angle of 134.59º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C16D is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 193 | 109 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.24 |
| HSL | 134.59º | 0.47% | 0.54% | - |
| HSV(B) | 134.59º | 0.58% | 0.76% | - |
| XYZ | 25.31 | 41.04 | 21.06 | - |
| YUV | 150.24 | 104.73 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 193 | 109 | 0.58 | 0 | 0.44 | 0.24 | 134.59 | 0.47 | 0.54 |
| Hex | 52 | C1 | 6D | 3A | 0 | 2C | 18 | 87 | 2F | 36 |
| Octal | 122 | 301 | 155 | 72 | 0 | 54 | 30 | 207 | 57 | 66 |
| Binary | 1010010 | 11000001 | 1101101 | 111010 | 0 | 101100 | 11000 | 10000111 | 101111 | 110110 |
Color Harmonies of #52C16D
Complementary color
Monochromatic Colors of #52C16D
Black with #52C16D
Text Example
Text Example
White with #52C16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C16D; }
p { color: rgb(82,193,109); }
H1.HeaderClassName
{
color: #52C16D;
}
.AnyTagClassName
{
color: #52C16D;
}
</style>
background-color css
<style>
a { background-color: #52C16D; }
a { background-color: rgb(82,193,109); }
div.DivClassName
{
background-color: #52C16D;
}
.BgClassName
{
background-color: #52C16D;
}
</style>
border-color css
<style>
span { border-color: #52C16D; }
span { border-color: rgb(82,193,109); }
td.TdClassName
{
border-color: #52C16D;
}
.TagClassName
{
border-color: #52C16D;
}
</style>