Shades of Emerald #52C16C
Tints of Emerald #52C16C
RGB
CMYK
RGB Variations
Color information
#52C16C (or 0x52C16C) is known color: Emerald. HEX triplet: 52, C1 and 6C. RGB value is (82,193,108). Sum of RGB (Red+Green+Blue) = 82+193+108=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 193 (75.78% from 255 or 50.39% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 193 - color contains mainly: green. Hex color #52C16C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C16C is #AD3E93. Grayscale: #969696. Windows color (decimal): -11353748 or 7127378. OLE color: 7127378.
HSL color Cylindrical-coordinate representation of color #52C16C: hue angle of 134.05º 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 #52C16C is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 193 | 108 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.24 |
| HSL | 134.05º | 0.47% | 0.54% | - |
| HSV(B) | 134.05º | 0.58% | 0.76% | - |
| XYZ | 25.26 | 41.02 | 20.77 | - |
| YUV | 150.12 | 104.23 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 193 | 108 | 0.58 | 0 | 0.44 | 0.24 | 134.05 | 0.47 | 0.54 |
| Hex | 52 | C1 | 6C | 3A | 0 | 2C | 18 | 86 | 2F | 36 |
| Octal | 122 | 301 | 154 | 72 | 0 | 54 | 30 | 206 | 57 | 66 |
| Binary | 1010010 | 11000001 | 1101100 | 111010 | 0 | 101100 | 11000 | 10000110 | 101111 | 110110 |
Color Harmonies of #52C16C
Complementary color
Monochromatic Colors of #52C16C
Black with #52C16C
Text Example
Text Example
White with #52C16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C16C; }
p { color: rgb(82,193,108); }
H1.HeaderClassName
{
color: #52C16C;
}
.AnyTagClassName
{
color: #52C16C;
}
</style>
background-color css
<style>
a { background-color: #52C16C; }
a { background-color: rgb(82,193,108); }
div.DivClassName
{
background-color: #52C16C;
}
.BgClassName
{
background-color: #52C16C;
}
</style>
border-color css
<style>
span { border-color: #52C16C; }
span { border-color: rgb(82,193,108); }
td.TdClassName
{
border-color: #52C16C;
}
.TagClassName
{
border-color: #52C16C;
}
</style>