Shades of Emerald #52D75E
Tints of Emerald #52D75E
RGB
CMYK
RGB Variations
Color information
#52D75E (or 0x52D75E) is known color: Emerald. HEX triplet: 52, D7 and 5E. RGB value is (82,215,94). Sum of RGB (Red+Green+Blue) = 82+215+94=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 215 (84.38% from 255 or 54.99% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 215 - color contains mainly: green. Hex color #52D75E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D75E is #AD28A1. Grayscale: #A1A1A1. Windows color (decimal): -11348130 or 6215506. OLE color: 6215506.
HSL color Cylindrical-coordinate representation of color #52D75E: hue angle of 125.41º 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 #52D75E is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 215 | 94 | - |
| CMYK | 0.62 | 0 | 0.56 | 0.16 |
| HSL | 125.41º | 0.62% | 0.58% | - |
| HSV(B) | 125.41º | 0.62% | 0.84% | - |
| XYZ | 29.8 | 51.2 | 18.9 | - |
| YUV | 161.44 | 89.94 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 215 | 94 | 0.62 | 0 | 0.56 | 0.16 | 125.41 | 0.62 | 0.58 |
| Hex | 52 | D7 | 5E | 3E | 0 | 38 | 10 | 7D | 3E | 3A |
| Octal | 122 | 327 | 136 | 76 | 0 | 70 | 20 | 175 | 76 | 72 |
| Binary | 1010010 | 11010111 | 1011110 | 111110 | 0 | 111000 | 10000 | 1111101 | 111110 | 111010 |
Color Harmonies of #52D75E
Complementary color
Monochromatic Colors of #52D75E
Black with #52D75E
Text Example
Text Example
White with #52D75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D75E; }
p { color: rgb(82,215,94); }
H1.HeaderClassName
{
color: #52D75E;
}
.AnyTagClassName
{
color: #52D75E;
}
</style>
background-color css
<style>
a { background-color: #52D75E; }
a { background-color: rgb(82,215,94); }
div.DivClassName
{
background-color: #52D75E;
}
.BgClassName
{
background-color: #52D75E;
}
</style>
border-color css
<style>
span { border-color: #52D75E; }
span { border-color: rgb(82,215,94); }
td.TdClassName
{
border-color: #52D75E;
}
.TagClassName
{
border-color: #52D75E;
}
</style>