Shades of Emerald #52D577
Tints of Emerald #52D577
RGB
CMYK
RGB Variations
Color information
#52D577 (or 0x52D577) is known color: Emerald. HEX triplet: 52, D5 and 77. RGB value is (82,213,119). Sum of RGB (Red+Green+Blue) = 82+213+119=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 213 (83.59% from 255 or 51.45% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 213 - color contains mainly: green. Hex color #52D577 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D577 is #AD2A88. Grayscale: #A3A3A3. Windows color (decimal): -11348617 or 7853394. OLE color: 7853394.
HSL color Cylindrical-coordinate representation of color #52D577: hue angle of 136.95º degrees, saturation: 0.61, 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 #52D577 is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 213 | 119 | - |
| CMYK | 0.62 | 0 | 0.44 | 0.16 |
| HSL | 136.95º | 0.61% | 0.58% | - |
| HSV(B) | 136.95º | 0.62% | 0.84% | - |
| XYZ | 30.6 | 50.71 | 25.63 | - |
| YUV | 163.12 | 103.1 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 213 | 119 | 0.62 | 0 | 0.44 | 0.16 | 136.95 | 0.61 | 0.58 |
| Hex | 52 | D5 | 77 | 3E | 0 | 2C | 10 | 89 | 3D | 3A |
| Octal | 122 | 325 | 167 | 76 | 0 | 54 | 20 | 211 | 75 | 72 |
| Binary | 1010010 | 11010101 | 1110111 | 111110 | 0 | 101100 | 10000 | 10001001 | 111101 | 111010 |
Color Harmonies of #52D577
Complementary color
Monochromatic Colors of #52D577
Black with #52D577
Text Example
Text Example
White with #52D577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D577; }
p { color: rgb(82,213,119); }
H1.HeaderClassName
{
color: #52D577;
}
.AnyTagClassName
{
color: #52D577;
}
</style>
background-color css
<style>
a { background-color: #52D577; }
a { background-color: rgb(82,213,119); }
div.DivClassName
{
background-color: #52D577;
}
.BgClassName
{
background-color: #52D577;
}
</style>
border-color css
<style>
span { border-color: #52D577; }
span { border-color: rgb(82,213,119); }
td.TdClassName
{
border-color: #52D577;
}
.TagClassName
{
border-color: #52D577;
}
</style>