Shades of Emerald #52DD68
Tints of Emerald #52DD68
RGB
CMYK
RGB Variations
Color information
#52DD68 (or 0x52DD68) is known color: Emerald. HEX triplet: 52, DD and 68. RGB value is (82,221,104). Sum of RGB (Red+Green+Blue) = 82+221+104=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DD68 is #AD2297. Grayscale: #A6A6A6. Windows color (decimal): -11346584 or 6872402. OLE color: 6872402.
HSL color Cylindrical-coordinate representation of color #52DD68: hue angle of 129.5º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DD68 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 221 | 104 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.13 |
| HSL | 129.5º | 0.67% | 0.59% | - |
| HSV(B) | 129.5º | 0.63% | 0.87% | - |
| XYZ | 31.83 | 54.51 | 21.94 | - |
| YUV | 166.1 | 92.95 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 221 | 104 | 0.63 | 0 | 0.53 | 0.13 | 129.5 | 0.67 | 0.59 |
| Hex | 52 | DD | 68 | 3F | 0 | 35 | D | 81 | 43 | 3B |
| Octal | 122 | 335 | 150 | 77 | 0 | 65 | 15 | 201 | 103 | 73 |
| Binary | 1010010 | 11011101 | 1101000 | 111111 | 0 | 110101 | 1101 | 10000001 | 1000011 | 111011 |
Color Harmonies of #52DD68
Complementary color
Monochromatic Colors of #52DD68
Black with #52DD68
Text Example
Text Example
White with #52DD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DD68; }
p { color: rgb(82,221,104); }
H1.HeaderClassName
{
color: #52DD68;
}
.AnyTagClassName
{
color: #52DD68;
}
</style>
background-color css
<style>
a { background-color: #52DD68; }
a { background-color: rgb(82,221,104); }
div.DivClassName
{
background-color: #52DD68;
}
.BgClassName
{
background-color: #52DD68;
}
</style>
border-color css
<style>
span { border-color: #52DD68; }
span { border-color: rgb(82,221,104); }
td.TdClassName
{
border-color: #52DD68;
}
.TagClassName
{
border-color: #52DD68;
}
</style>