Shades of Emerald #52D477
Tints of Emerald #52D477
RGB
CMYK
RGB Variations
Color information
#52D477 (or 0x52D477) is known color: Emerald. HEX triplet: 52, D4 and 77. RGB value is (82,212,119). Sum of RGB (Red+Green+Blue) = 82+212+119=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 212 (83.20% from 255 or 51.33% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 212 - color contains mainly: green. Hex color #52D477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D477 is #AD2B88. Grayscale: #A2A2A2. Windows color (decimal): -11348873 or 7853138. OLE color: 7853138.
HSL color Cylindrical-coordinate representation of color #52D477: hue angle of 137.08º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D477 is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 212 | 119 | - |
| CMYK | 0.61 | 0 | 0.44 | 0.17 |
| HSL | 137.08º | 0.6% | 0.58% | - |
| HSV(B) | 137.08º | 0.61% | 0.83% | - |
| XYZ | 30.35 | 50.21 | 25.55 | - |
| YUV | 162.53 | 103.43 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 212 | 119 | 0.61 | 0 | 0.44 | 0.17 | 137.08 | 0.6 | 0.58 |
| Hex | 52 | D4 | 77 | 3D | 0 | 2C | 11 | 89 | 3C | 3A |
| Octal | 122 | 324 | 167 | 75 | 0 | 54 | 21 | 211 | 74 | 72 |
| Binary | 1010010 | 11010100 | 1110111 | 111101 | 0 | 101100 | 10001 | 10001001 | 111100 | 111010 |
Color Harmonies of #52D477
Complementary color
Monochromatic Colors of #52D477
Black with #52D477
Text Example
Text Example
White with #52D477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D477; }
p { color: rgb(82,212,119); }
H1.HeaderClassName
{
color: #52D477;
}
.AnyTagClassName
{
color: #52D477;
}
</style>
background-color css
<style>
a { background-color: #52D477; }
a { background-color: rgb(82,212,119); }
div.DivClassName
{
background-color: #52D477;
}
.BgClassName
{
background-color: #52D477;
}
</style>
border-color css
<style>
span { border-color: #52D477; }
span { border-color: rgb(82,212,119); }
td.TdClassName
{
border-color: #52D477;
}
.TagClassName
{
border-color: #52D477;
}
</style>