Shades of Emerald #52D678
Tints of Emerald #52D678
RGB
CMYK
RGB Variations
Color information
#52D678 (or 0x52D678) is known color: Emerald. HEX triplet: 52, D6 and 78. RGB value is (82,214,120). Sum of RGB (Red+Green+Blue) = 82+214+120=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 214 (83.98% from 255 or 51.44% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 214 - color contains mainly: green. Hex color #52D678 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D678 is #AD2987. Grayscale: #A4A4A4. Windows color (decimal): -11348360 or 7919186. OLE color: 7919186.
HSL color Cylindrical-coordinate representation of color #52D678: hue angle of 137.27º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D678 is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 214 | 120 | - |
| CMYK | 0.62 | 0 | 0.44 | 0.16 |
| HSL | 137.27º | 0.62% | 0.58% | - |
| HSV(B) | 137.27º | 0.62% | 0.84% | - |
| XYZ | 30.92 | 51.24 | 26.03 | - |
| YUV | 163.82 | 103.27 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 214 | 120 | 0.62 | 0 | 0.44 | 0.16 | 137.27 | 0.62 | 0.58 |
| Hex | 52 | D6 | 78 | 3E | 0 | 2C | 10 | 89 | 3E | 3A |
| Octal | 122 | 326 | 170 | 76 | 0 | 54 | 20 | 211 | 76 | 72 |
| Binary | 1010010 | 11010110 | 1111000 | 111110 | 0 | 101100 | 10000 | 10001001 | 111110 | 111010 |
Color Harmonies of #52D678
Complementary color
Monochromatic Colors of #52D678
Black with #52D678
Text Example
Text Example
White with #52D678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D678; }
p { color: rgb(82,214,120); }
H1.HeaderClassName
{
color: #52D678;
}
.AnyTagClassName
{
color: #52D678;
}
</style>
background-color css
<style>
a { background-color: #52D678; }
a { background-color: rgb(82,214,120); }
div.DivClassName
{
background-color: #52D678;
}
.BgClassName
{
background-color: #52D678;
}
</style>
border-color css
<style>
span { border-color: #52D678; }
span { border-color: rgb(82,214,120); }
td.TdClassName
{
border-color: #52D678;
}
.TagClassName
{
border-color: #52D678;
}
</style>