Shades of Emerald #52DB7F
Tints of Emerald #52DB7F
RGB
CMYK
RGB Variations
Color information
#52DB7F (or 0x52DB7F) is known color: Emerald. HEX triplet: 52, DB and 7F. RGB value is (82,219,127). Sum of RGB (Red+Green+Blue) = 82+219+127=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 219 (85.94% from 255 or 51.17% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DB7F is #AD2480. Grayscale: #A7A7A7. Windows color (decimal): -11347073 or 8379218. OLE color: 8379218.
HSL color Cylindrical-coordinate representation of color #52DB7F: hue angle of 139.71º 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 #52DB7F is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 127 | - |
| CMYK | 0.63 | 0 | 0.42 | 0.14 |
| HSL | 139.71º | 0.66% | 0.59% | - |
| HSV(B) | 139.71º | 0.63% | 0.86% | - |
| XYZ | 32.64 | 53.99 | 28.78 | - |
| YUV | 167.55 | 105.11 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 127 | 0.63 | 0 | 0.42 | 0.14 | 139.71 | 0.66 | 0.59 |
| Hex | 52 | DB | 7F | 3F | 0 | 2A | E | 8C | 42 | 3B |
| Octal | 122 | 333 | 177 | 77 | 0 | 52 | 16 | 214 | 102 | 73 |
| Binary | 1010010 | 11011011 | 1111111 | 111111 | 0 | 101010 | 1110 | 10001100 | 1000010 | 111011 |
Color Harmonies of #52DB7F
Complementary color
Monochromatic Colors of #52DB7F
Black with #52DB7F
Text Example
Text Example
White with #52DB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DB7F; }
p { color: rgb(82,219,127); }
H1.HeaderClassName
{
color: #52DB7F;
}
.AnyTagClassName
{
color: #52DB7F;
}
</style>
background-color css
<style>
a { background-color: #52DB7F; }
a { background-color: rgb(82,219,127); }
div.DivClassName
{
background-color: #52DB7F;
}
.BgClassName
{
background-color: #52DB7F;
}
</style>
border-color css
<style>
span { border-color: #52DB7F; }
span { border-color: rgb(82,219,127); }
td.TdClassName
{
border-color: #52DB7F;
}
.TagClassName
{
border-color: #52DB7F;
}
</style>