Shades of Emerald #52DB5C
Tints of Emerald #52DB5C
RGB
CMYK
RGB Variations
Color information
#52DB5C (or 0x52DB5C) is known color: Emerald. HEX triplet: 52, DB and 5C. RGB value is (82,219,92). Sum of RGB (Red+Green+Blue) = 82+219+92=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 219 (85.94% from 255 or 55.73% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DB5C is #AD24A3. Grayscale: #A3A3A3. Windows color (decimal): -11347108 or 6085458. OLE color: 6085458.
HSL color Cylindrical-coordinate representation of color #52DB5C: hue angle of 124.38º 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 #52DB5C is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 92 | - |
| CMYK | 0.63 | 0 | 0.58 | 0.14 |
| HSL | 124.38º | 0.66% | 0.59% | - |
| HSV(B) | 124.38º | 0.63% | 0.86% | - |
| XYZ | 30.74 | 53.23 | 18.78 | - |
| YUV | 163.56 | 87.61 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 92 | 0.63 | 0 | 0.58 | 0.14 | 124.38 | 0.66 | 0.59 |
| Hex | 52 | DB | 5C | 3F | 0 | 3A | E | 7C | 42 | 3B |
| Octal | 122 | 333 | 134 | 77 | 0 | 72 | 16 | 174 | 102 | 73 |
| Binary | 1010010 | 11011011 | 1011100 | 111111 | 0 | 111010 | 1110 | 1111100 | 1000010 | 111011 |
Color Harmonies of #52DB5C
Complementary color
Monochromatic Colors of #52DB5C
Black with #52DB5C
Text Example
Text Example
White with #52DB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DB5C; }
p { color: rgb(82,219,92); }
H1.HeaderClassName
{
color: #52DB5C;
}
.AnyTagClassName
{
color: #52DB5C;
}
</style>
background-color css
<style>
a { background-color: #52DB5C; }
a { background-color: rgb(82,219,92); }
div.DivClassName
{
background-color: #52DB5C;
}
.BgClassName
{
background-color: #52DB5C;
}
</style>
border-color css
<style>
span { border-color: #52DB5C; }
span { border-color: rgb(82,219,92); }
td.TdClassName
{
border-color: #52DB5C;
}
.TagClassName
{
border-color: #52DB5C;
}
</style>