Shades of Emerald #52C878
Tints of Emerald #52C878
RGB
CMYK
RGB Variations
Color information
#52C878 (or 0x52C878) is known color: Emerald. HEX triplet: 52, C8 and 78. RGB value is (82,200,120). Sum of RGB (Red+Green+Blue) = 82+200+120=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 200 (78.52% from 255 or 49.75% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 200 - color contains mainly: green. Hex color #52C878 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C878 is #AD3787. Grayscale: #9B9B9B. Windows color (decimal): -11351944 or 7915602. OLE color: 7915602.
HSL color Cylindrical-coordinate representation of color #52C878: hue angle of 139.32º degrees, saturation: 0.52, 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 #52C878 is Cyan = 0.59, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 200 | 120 | - |
| CMYK | 0.59 | 0 | 0.4 | 0.22 |
| HSL | 139.32º | 0.52% | 0.55% | - |
| HSV(B) | 139.32º | 0.59% | 0.78% | - |
| XYZ | 27.52 | 44.46 | 24.9 | - |
| YUV | 155.6 | 107.91 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 120 | 0.59 | 0 | 0.4 | 0.22 | 139.32 | 0.52 | 0.55 |
| Hex | 52 | C8 | 78 | 3B | 0 | 28 | 16 | 8B | 34 | 37 |
| Octal | 122 | 310 | 170 | 73 | 0 | 50 | 26 | 213 | 64 | 67 |
| Binary | 1010010 | 11001000 | 1111000 | 111011 | 0 | 101000 | 10110 | 10001011 | 110100 | 110111 |
Color Harmonies of #52C878
Complementary color
Monochromatic Colors of #52C878
Black with #52C878
Text Example
Text Example
White with #52C878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C878; }
p { color: rgb(82,200,120); }
H1.HeaderClassName
{
color: #52C878;
}
.AnyTagClassName
{
color: #52C878;
}
</style>
background-color css
<style>
a { background-color: #52C878; }
a { background-color: rgb(82,200,120); }
div.DivClassName
{
background-color: #52C878;
}
.BgClassName
{
background-color: #52C878;
}
</style>
border-color css
<style>
span { border-color: #52C878; }
span { border-color: rgb(82,200,120); }
td.TdClassName
{
border-color: #52C878;
}
.TagClassName
{
border-color: #52C878;
}
</style>