Shades of Emerald #52C07D
Tints of Emerald #52C07D
RGB
CMYK
RGB Variations
Color information
#52C07D (or 0x52C07D) is known color: Emerald. HEX triplet: 52, C0 and 7D. RGB value is (82,192,125). Sum of RGB (Red+Green+Blue) = 82+192+125=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #52C07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C07D is #AD3F82. Grayscale: #979797. Windows color (decimal): -11353987 or 8241234. OLE color: 8241234.
HSL color Cylindrical-coordinate representation of color #52C07D: hue angle of 143.45º 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 #52C07D is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 125 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.25 |
| HSL | 143.45º | 0.47% | 0.54% | - |
| HSV(B) | 143.45º | 0.57% | 0.75% | - |
| XYZ | 26.03 | 40.97 | 25.94 | - |
| YUV | 151.47 | 113.06 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 125 | 0.57 | 0 | 0.35 | 0.25 | 143.45 | 0.47 | 0.54 |
| Hex | 52 | C0 | 7D | 39 | 0 | 23 | 19 | 8F | 2F | 36 |
| Octal | 122 | 300 | 175 | 71 | 0 | 43 | 31 | 217 | 57 | 66 |
| Binary | 1010010 | 11000000 | 1111101 | 111001 | 0 | 100011 | 11001 | 10001111 | 101111 | 110110 |
Color Harmonies of #52C07D
Complementary color
Monochromatic Colors of #52C07D
Black with #52C07D
Text Example
Text Example
White with #52C07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C07D; }
p { color: rgb(82,192,125); }
H1.HeaderClassName
{
color: #52C07D;
}
.AnyTagClassName
{
color: #52C07D;
}
</style>
background-color css
<style>
a { background-color: #52C07D; }
a { background-color: rgb(82,192,125); }
div.DivClassName
{
background-color: #52C07D;
}
.BgClassName
{
background-color: #52C07D;
}
</style>
border-color css
<style>
span { border-color: #52C07D; }
span { border-color: rgb(82,192,125); }
td.TdClassName
{
border-color: #52C07D;
}
.TagClassName
{
border-color: #52C07D;
}
</style>