Shades of Emerald #52DC8B
Tints of Emerald #52DC8B
RGB
CMYK
RGB Variations
Color information
#52DC8B (or 0x52DC8B) is known color: Emerald. HEX triplet: 52, DC and 8B. RGB value is (82,220,139). Sum of RGB (Red+Green+Blue) = 82+220+139=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DC8B is #AD2374. Grayscale: #A9A9A9. Windows color (decimal): -11346805 or 9165906. OLE color: 9165906.
HSL color Cylindrical-coordinate representation of color #52DC8B: hue angle of 144.78º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DC8B is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 139 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.14 |
| HSL | 144.78º | 0.66% | 0.59% | - |
| HSV(B) | 144.78º | 0.63% | 0.86% | - |
| XYZ | 33.73 | 54.84 | 33.23 | - |
| YUV | 169.5 | 110.78 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 139 | 0.63 | 0 | 0.37 | 0.14 | 144.78 | 0.66 | 0.59 |
| Hex | 52 | DC | 8B | 3F | 0 | 25 | E | 91 | 42 | 3B |
| Octal | 122 | 334 | 213 | 77 | 0 | 45 | 16 | 221 | 102 | 73 |
| Binary | 1010010 | 11011100 | 10001011 | 111111 | 0 | 100101 | 1110 | 10010001 | 1000010 | 111011 |
Color Harmonies of #52DC8B
Complementary color
Monochromatic Colors of #52DC8B
Black with #52DC8B
Text Example
Text Example
White with #52DC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DC8B; }
p { color: rgb(82,220,139); }
H1.HeaderClassName
{
color: #52DC8B;
}
.AnyTagClassName
{
color: #52DC8B;
}
</style>
background-color css
<style>
a { background-color: #52DC8B; }
a { background-color: rgb(82,220,139); }
div.DivClassName
{
background-color: #52DC8B;
}
.BgClassName
{
background-color: #52DC8B;
}
</style>
border-color css
<style>
span { border-color: #52DC8B; }
span { border-color: rgb(82,220,139); }
td.TdClassName
{
border-color: #52DC8B;
}
.TagClassName
{
border-color: #52DC8B;
}
</style>