Shades of Emerald #52DB5E
Tints of Emerald #52DB5E
RGB
CMYK
RGB Variations
Color information
#52DB5E (or 0x52DB5E) is known color: Emerald. HEX triplet: 52, DB and 5E. RGB value is (82,219,94). Sum of RGB (Red+Green+Blue) = 82+219+94=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 219 (85.94% from 255 or 55.44% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DB5E is #AD24A1. Grayscale: #A4A4A4. Windows color (decimal): -11347106 or 6216530. OLE color: 6216530.
HSL color Cylindrical-coordinate representation of color #52DB5E: hue angle of 125.26º 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 #52DB5E is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
RGB | 82 | 219 | 94 | - |
CMYK | 0.63 | 0 | 0.57 | 0.14 |
HSL | 125.26º | 0.66% | 0.59% | - |
HSV(B) | 125.26º | 0.63% | 0.86% | - |
XYZ | 30.83 | 53.27 | 19.25 | - |
YUV | 163.79 | 88.61 | 69.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 82 | 219 | 94 | 0.63 | 0 | 0.57 | 0.14 | 125.26 | 0.66 | 0.59 |
Hex | 52 | DB | 5E | 3F | 0 | 39 | E | 7D | 42 | 3B |
Octal | 122 | 333 | 136 | 77 | 0 | 71 | 16 | 175 | 102 | 73 |
Binary | 1010010 | 11011011 | 1011110 | 111111 | 0 | 111001 | 1110 | 1111101 | 1000010 | 111011 |
Color Harmonies of #52DB5E
Complementary color
Monochromatic Colors of #52DB5E
Black with #52DB5E
Text Example
Text Example
White with #52DB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DB5E; }
p { color: rgb(82,219,94); }
H1.HeaderClassName
{
color: #52DB5E;
}
.AnyTagClassName
{
color: #52DB5E;
}
</style>
background-color css
<style>
a { background-color: #52DB5E; }
a { background-color: rgb(82,219,94); }
div.DivClassName
{
background-color: #52DB5E;
}
.BgClassName
{
background-color: #52DB5E;
}
</style>
border-color css
<style>
span { border-color: #52DB5E; }
span { border-color: rgb(82,219,94); }
td.TdClassName
{
border-color: #52DB5E;
}
.TagClassName
{
border-color: #52DB5E;
}
</style>