Shades of Emerald #52DE8A
Tints of Emerald #52DE8A
RGB
CMYK
RGB Variations
Color information
#52DE8A (or 0x52DE8A) is known color: Emerald. HEX triplet: 52, DE and 8A. RGB value is (82,222,138). Sum of RGB (Red+Green+Blue) = 82+222+138=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 222 (87.11% from 255 or 50.23% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 222 - color contains mainly: green. Hex color #52DE8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DE8A is #AD2175. Grayscale: #AAAAAA. Windows color (decimal): -11346294 or 9100882. OLE color: 9100882.
HSL color Cylindrical-coordinate representation of color #52DE8A: hue angle of 144º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DE8A is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 222 | 138 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.13 |
| HSL | 144º | 0.68% | 0.6% | - |
| HSV(B) | 144º | 0.63% | 0.87% | - |
| XYZ | 34.19 | 55.87 | 33.03 | - |
| YUV | 170.56 | 109.62 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 222 | 138 | 0.63 | 0 | 0.38 | 0.13 | 144 | 0.68 | 0.6 |
| Hex | 52 | DE | 8A | 3F | 0 | 26 | D | 90 | 44 | 3C |
| Octal | 122 | 336 | 212 | 77 | 0 | 46 | 15 | 220 | 104 | 74 |
| Binary | 1010010 | 11011110 | 10001010 | 111111 | 0 | 100110 | 1101 | 10010000 | 1000100 | 111100 |
Color Harmonies of #52DE8A
Complementary color
Monochromatic Colors of #52DE8A
Black with #52DE8A
Text Example
Text Example
White with #52DE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DE8A; }
p { color: rgb(82,222,138); }
H1.HeaderClassName
{
color: #52DE8A;
}
.AnyTagClassName
{
color: #52DE8A;
}
</style>
background-color css
<style>
a { background-color: #52DE8A; }
a { background-color: rgb(82,222,138); }
div.DivClassName
{
background-color: #52DE8A;
}
.BgClassName
{
background-color: #52DE8A;
}
</style>
border-color css
<style>
span { border-color: #52DE8A; }
span { border-color: rgb(82,222,138); }
td.TdClassName
{
border-color: #52DE8A;
}
.TagClassName
{
border-color: #52DE8A;
}
</style>