Shades of Emerald #52D378
Tints of Emerald #52D378
RGB
CMYK
RGB Variations
Color information
#52D378 (or 0x52D378) is known color: Emerald. HEX triplet: 52, D3 and 78. RGB value is (82,211,120). Sum of RGB (Red+Green+Blue) = 82+211+120=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 211 (82.81% from 255 or 51.09% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 211 - color contains mainly: green. Hex color #52D378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D378 is #AD2C87. Grayscale: #A2A2A2. Windows color (decimal): -11349128 or 7918418. OLE color: 7918418.
HSL color Cylindrical-coordinate representation of color #52D378: hue angle of 137.67º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D378 is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 211 | 120 | - |
| CMYK | 0.61 | 0 | 0.43 | 0.17 |
| HSL | 137.67º | 0.59% | 0.57% | - |
| HSV(B) | 137.67º | 0.61% | 0.83% | - |
| XYZ | 30.16 | 49.74 | 25.78 | - |
| YUV | 162.06 | 104.26 | 70.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 211 | 120 | 0.61 | 0 | 0.43 | 0.17 | 137.67 | 0.59 | 0.57 |
| Hex | 52 | D3 | 78 | 3D | 0 | 2B | 11 | 8A | 3B | 39 |
| Octal | 122 | 323 | 170 | 75 | 0 | 53 | 21 | 212 | 73 | 71 |
| Binary | 1010010 | 11010011 | 1111000 | 111101 | 0 | 101011 | 10001 | 10001010 | 111011 | 111001 |
Color Harmonies of #52D378
Complementary color
Monochromatic Colors of #52D378
Black with #52D378
Text Example
Text Example
White with #52D378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D378; }
p { color: rgb(82,211,120); }
H1.HeaderClassName
{
color: #52D378;
}
.AnyTagClassName
{
color: #52D378;
}
</style>
background-color css
<style>
a { background-color: #52D378; }
a { background-color: rgb(82,211,120); }
div.DivClassName
{
background-color: #52D378;
}
.BgClassName
{
background-color: #52D378;
}
</style>
border-color css
<style>
span { border-color: #52D378; }
span { border-color: rgb(82,211,120); }
td.TdClassName
{
border-color: #52D378;
}
.TagClassName
{
border-color: #52D378;
}
</style>