Shades of Emerald #52DD7B
Tints of Emerald #52DD7B
RGB
CMYK
RGB Variations
Color information
#52DD7B (or 0x52DD7B) is known color: Emerald. HEX triplet: 52, DD and 7B. RGB value is (82,221,123). Sum of RGB (Red+Green+Blue) = 82+221+123=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DD7B is #AD2284. Grayscale: #A8A8A8. Windows color (decimal): -11346565 or 8117586. OLE color: 8117586.
HSL color Cylindrical-coordinate representation of color #52DD7B: hue angle of 137.7º 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 #52DD7B is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 221 | 123 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.13 |
| HSL | 137.7º | 0.67% | 0.59% | - |
| HSV(B) | 137.7º | 0.63% | 0.87% | - |
| XYZ | 32.91 | 54.94 | 27.61 | - |
| YUV | 168.27 | 102.45 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 221 | 123 | 0.63 | 0 | 0.44 | 0.13 | 137.7 | 0.67 | 0.59 |
| Hex | 52 | DD | 7B | 3F | 0 | 2C | D | 8A | 43 | 3B |
| Octal | 122 | 335 | 173 | 77 | 0 | 54 | 15 | 212 | 103 | 73 |
| Binary | 1010010 | 11011101 | 1111011 | 111111 | 0 | 101100 | 1101 | 10001010 | 1000011 | 111011 |
Color Harmonies of #52DD7B
Complementary color
Monochromatic Colors of #52DD7B
Black with #52DD7B
Text Example
Text Example
White with #52DD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DD7B; }
p { color: rgb(82,221,123); }
H1.HeaderClassName
{
color: #52DD7B;
}
.AnyTagClassName
{
color: #52DD7B;
}
</style>
background-color css
<style>
a { background-color: #52DD7B; }
a { background-color: rgb(82,221,123); }
div.DivClassName
{
background-color: #52DD7B;
}
.BgClassName
{
background-color: #52DD7B;
}
</style>
border-color css
<style>
span { border-color: #52DD7B; }
span { border-color: rgb(82,221,123); }
td.TdClassName
{
border-color: #52DD7B;
}
.TagClassName
{
border-color: #52DD7B;
}
</style>