Shades of Emerald #52DF8A
Tints of Emerald #52DF8A
RGB
CMYK
RGB Variations
Color information
#52DF8A (or 0x52DF8A) is known color: Emerald. HEX triplet: 52, DF and 8A. RGB value is (82,223,138). Sum of RGB (Red+Green+Blue) = 82+223+138=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DF8A is #AD2075. Grayscale: #ABABAB. Windows color (decimal): -11346038 or 9101138. OLE color: 9101138.
HSL color Cylindrical-coordinate representation of color #52DF8A: hue angle of 143.83º degrees, saturation: 0.69, 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 #52DF8A is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 223 | 138 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.13 |
| HSL | 143.83º | 0.69% | 0.6% | - |
| HSV(B) | 143.83º | 0.63% | 0.87% | - |
| XYZ | 34.45 | 56.4 | 33.12 | - |
| YUV | 171.15 | 109.29 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 223 | 138 | 0.63 | 0 | 0.38 | 0.13 | 143.83 | 0.69 | 0.6 |
| Hex | 52 | DF | 8A | 3F | 0 | 26 | D | 90 | 45 | 3C |
| Octal | 122 | 337 | 212 | 77 | 0 | 46 | 15 | 220 | 105 | 74 |
| Binary | 1010010 | 11011111 | 10001010 | 111111 | 0 | 100110 | 1101 | 10010000 | 1000101 | 111100 |
Color Harmonies of #52DF8A
Complementary color
Monochromatic Colors of #52DF8A
Black with #52DF8A
Text Example
Text Example
White with #52DF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DF8A; }
p { color: rgb(82,223,138); }
H1.HeaderClassName
{
color: #52DF8A;
}
.AnyTagClassName
{
color: #52DF8A;
}
</style>
background-color css
<style>
a { background-color: #52DF8A; }
a { background-color: rgb(82,223,138); }
div.DivClassName
{
background-color: #52DF8A;
}
.BgClassName
{
background-color: #52DF8A;
}
</style>
border-color css
<style>
span { border-color: #52DF8A; }
span { border-color: rgb(82,223,138); }
td.TdClassName
{
border-color: #52DF8A;
}
.TagClassName
{
border-color: #52DF8A;
}
</style>