Shades of Emerald #52C66C
Tints of Emerald #52C66C
RGB
CMYK
RGB Variations
Color information
#52C66C (or 0x52C66C) is known color: Emerald. HEX triplet: 52, C6 and 6C. RGB value is (82,198,108). Sum of RGB (Red+Green+Blue) = 82+198+108=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 198 (77.73% from 255 or 51.03% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 198 - color contains mainly: green. Hex color #52C66C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C66C is #AD3993. Grayscale: #999999. Windows color (decimal): -11352468 or 7128658. OLE color: 7128658.
HSL color Cylindrical-coordinate representation of color #52C66C: hue angle of 133.45º degrees, saturation: 0.5, 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 #52C66C is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 198 | 108 | - |
| CMYK | 0.59 | 0 | 0.45 | 0.22 |
| HSL | 133.45º | 0.5% | 0.55% | - |
| HSV(B) | 133.45º | 0.59% | 0.78% | - |
| XYZ | 26.38 | 43.26 | 21.15 | - |
| YUV | 153.06 | 102.57 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 198 | 108 | 0.59 | 0 | 0.45 | 0.22 | 133.45 | 0.5 | 0.55 |
| Hex | 52 | C6 | 6C | 3B | 0 | 2D | 16 | 85 | 32 | 37 |
| Octal | 122 | 306 | 154 | 73 | 0 | 55 | 26 | 205 | 62 | 67 |
| Binary | 1010010 | 11000110 | 1101100 | 111011 | 0 | 101101 | 10110 | 10000101 | 110010 | 110111 |
Color Harmonies of #52C66C
Complementary color
Monochromatic Colors of #52C66C
Black with #52C66C
Text Example
Text Example
White with #52C66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C66C; }
p { color: rgb(82,198,108); }
H1.HeaderClassName
{
color: #52C66C;
}
.AnyTagClassName
{
color: #52C66C;
}
</style>
background-color css
<style>
a { background-color: #52C66C; }
a { background-color: rgb(82,198,108); }
div.DivClassName
{
background-color: #52C66C;
}
.BgClassName
{
background-color: #52C66C;
}
</style>
border-color css
<style>
span { border-color: #52C66C; }
span { border-color: rgb(82,198,108); }
td.TdClassName
{
border-color: #52C66C;
}
.TagClassName
{
border-color: #52C66C;
}
</style>