Shades of Emerald #52D87D
Tints of Emerald #52D87D
RGB
CMYK
RGB Variations
Color information
#52D87D (or 0x52D87D) is known color: Emerald. HEX triplet: 52, D8 and 7D. RGB value is (82,216,125). Sum of RGB (Red+Green+Blue) = 82+216+125=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 216 (84.77% from 255 or 51.06% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 216 - color contains mainly: green. Hex color #52D87D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D87D is #AD2782. Grayscale: #A5A5A5. Windows color (decimal): -11347843 or 8247378. OLE color: 8247378.
HSL color Cylindrical-coordinate representation of color #52D87D: hue angle of 139.25º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D87D is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 216 | 125 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.15 |
| HSL | 139.25º | 0.63% | 0.58% | - |
| HSV(B) | 139.25º | 0.62% | 0.85% | - |
| XYZ | 31.74 | 52.39 | 27.84 | - |
| YUV | 165.56 | 105.11 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 216 | 125 | 0.62 | 0 | 0.42 | 0.15 | 139.25 | 0.63 | 0.58 |
| Hex | 52 | D8 | 7D | 3E | 0 | 2A | F | 8B | 3F | 3A |
| Octal | 122 | 330 | 175 | 76 | 0 | 52 | 17 | 213 | 77 | 72 |
| Binary | 1010010 | 11011000 | 1111101 | 111110 | 0 | 101010 | 1111 | 10001011 | 111111 | 111010 |
Color Harmonies of #52D87D
Complementary color
Monochromatic Colors of #52D87D
Black with #52D87D
Text Example
Text Example
White with #52D87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D87D; }
p { color: rgb(82,216,125); }
H1.HeaderClassName
{
color: #52D87D;
}
.AnyTagClassName
{
color: #52D87D;
}
</style>
background-color css
<style>
a { background-color: #52D87D; }
a { background-color: rgb(82,216,125); }
div.DivClassName
{
background-color: #52D87D;
}
.BgClassName
{
background-color: #52D87D;
}
</style>
border-color css
<style>
span { border-color: #52D87D; }
span { border-color: rgb(82,216,125); }
td.TdClassName
{
border-color: #52D87D;
}
.TagClassName
{
border-color: #52D87D;
}
</style>