Shades of Emerald #52C06F
Tints of Emerald #52C06F
RGB
CMYK
RGB Variations
Color information
#52C06F (or 0x52C06F) is known color: Emerald. HEX triplet: 52, C0 and 6F. RGB value is (82,192,111). Sum of RGB (Red+Green+Blue) = 82+192+111=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #52C06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C06F is #AD3F90. Grayscale: #969696. Windows color (decimal): -11354001 or 7323730. OLE color: 7323730.
HSL color Cylindrical-coordinate representation of color #52C06F: hue angle of 135.82º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52C06F is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 111 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.25 |
| HSL | 135.82º | 0.47% | 0.54% | - |
| HSV(B) | 135.82º | 0.57% | 0.75% | - |
| XYZ | 25.2 | 40.64 | 21.56 | - |
| YUV | 149.88 | 106.06 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 111 | 0.57 | 0 | 0.42 | 0.25 | 135.82 | 0.47 | 0.54 |
| Hex | 52 | C0 | 6F | 39 | 0 | 2A | 19 | 88 | 2F | 36 |
| Octal | 122 | 300 | 157 | 71 | 0 | 52 | 31 | 210 | 57 | 66 |
| Binary | 1010010 | 11000000 | 1101111 | 111001 | 0 | 101010 | 11001 | 10001000 | 101111 | 110110 |
Color Harmonies of #52C06F
Complementary color
Monochromatic Colors of #52C06F
Black with #52C06F
Text Example
Text Example
White with #52C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C06F; }
p { color: rgb(82,192,111); }
H1.HeaderClassName
{
color: #52C06F;
}
.AnyTagClassName
{
color: #52C06F;
}
</style>
background-color css
<style>
a { background-color: #52C06F; }
a { background-color: rgb(82,192,111); }
div.DivClassName
{
background-color: #52C06F;
}
.BgClassName
{
background-color: #52C06F;
}
</style>
border-color css
<style>
span { border-color: #52C06F; }
span { border-color: rgb(82,192,111); }
td.TdClassName
{
border-color: #52C06F;
}
.TagClassName
{
border-color: #52C06F;
}
</style>