Shades of Emerald #52DA5A
Tints of Emerald #52DA5A
RGB
CMYK
RGB Variations
Color information
#52DA5A (or 0x52DA5A) is known color: Emerald. HEX triplet: 52, DA and 5A. RGB value is (82,218,90). Sum of RGB (Red+Green+Blue) = 82+218+90=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 218 (85.55% from 255 or 55.90% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DA5A is #AD25A5. Grayscale: #A3A3A3. Windows color (decimal): -11347366 or 5954130. OLE color: 5954130.
HSL color Cylindrical-coordinate representation of color #52DA5A: hue angle of 123.53º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52DA5A is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 218 | 90 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.15 |
| HSL | 123.53º | 0.65% | 0.59% | - |
| HSV(B) | 123.53º | 0.62% | 0.85% | - |
| XYZ | 30.4 | 52.67 | 18.24 | - |
| YUV | 162.74 | 86.94 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 218 | 90 | 0.62 | 0 | 0.59 | 0.15 | 123.53 | 0.65 | 0.59 |
| Hex | 52 | DA | 5A | 3E | 0 | 3B | F | 7C | 41 | 3B |
| Octal | 122 | 332 | 132 | 76 | 0 | 73 | 17 | 174 | 101 | 73 |
| Binary | 1010010 | 11011010 | 1011010 | 111110 | 0 | 111011 | 1111 | 1111100 | 1000001 | 111011 |
Color Harmonies of #52DA5A
Complementary color
Monochromatic Colors of #52DA5A
Black with #52DA5A
Text Example
Text Example
White with #52DA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DA5A; }
p { color: rgb(82,218,90); }
H1.HeaderClassName
{
color: #52DA5A;
}
.AnyTagClassName
{
color: #52DA5A;
}
</style>
background-color css
<style>
a { background-color: #52DA5A; }
a { background-color: rgb(82,218,90); }
div.DivClassName
{
background-color: #52DA5A;
}
.BgClassName
{
background-color: #52DA5A;
}
</style>
border-color css
<style>
span { border-color: #52DA5A; }
span { border-color: rgb(82,218,90); }
td.TdClassName
{
border-color: #52DA5A;
}
.TagClassName
{
border-color: #52DA5A;
}
</style>