Shades of Emerald #52DA7E
Tints of Emerald #52DA7E
RGB
CMYK
RGB Variations
Color information
#52DA7E (or 0x52DA7E) is known color: Emerald. HEX triplet: 52, DA and 7E. RGB value is (82,218,126). Sum of RGB (Red+Green+Blue) = 82+218+126=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 218 (85.55% from 255 or 51.17% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DA7E is #AD2581. Grayscale: #A7A7A7. Windows color (decimal): -11347330 or 8313426. OLE color: 8313426.
HSL color Cylindrical-coordinate representation of color #52DA7E: hue angle of 139.41º 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 #52DA7E is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 218 | 126 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.15 |
| HSL | 139.41º | 0.65% | 0.59% | - |
| HSV(B) | 139.41º | 0.62% | 0.85% | - |
| XYZ | 32.32 | 53.44 | 28.35 | - |
| YUV | 166.85 | 104.94 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 218 | 126 | 0.62 | 0 | 0.42 | 0.15 | 139.41 | 0.65 | 0.59 |
| Hex | 52 | DA | 7E | 3E | 0 | 2A | F | 8B | 41 | 3B |
| Octal | 122 | 332 | 176 | 76 | 0 | 52 | 17 | 213 | 101 | 73 |
| Binary | 1010010 | 11011010 | 1111110 | 111110 | 0 | 101010 | 1111 | 10001011 | 1000001 | 111011 |
Color Harmonies of #52DA7E
Complementary color
Monochromatic Colors of #52DA7E
Black with #52DA7E
Text Example
Text Example
White with #52DA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DA7E; }
p { color: rgb(82,218,126); }
H1.HeaderClassName
{
color: #52DA7E;
}
.AnyTagClassName
{
color: #52DA7E;
}
</style>
background-color css
<style>
a { background-color: #52DA7E; }
a { background-color: rgb(82,218,126); }
div.DivClassName
{
background-color: #52DA7E;
}
.BgClassName
{
background-color: #52DA7E;
}
</style>
border-color css
<style>
span { border-color: #52DA7E; }
span { border-color: rgb(82,218,126); }
td.TdClassName
{
border-color: #52DA7E;
}
.TagClassName
{
border-color: #52DA7E;
}
</style>