Shades of Emerald #52D983
Tints of Emerald #52D983
RGB
CMYK
RGB Variations
Color information
#52D983 (or 0x52D983) is known color: Emerald. HEX triplet: 52, D9 and 83. RGB value is (82,217,131). Sum of RGB (Red+Green+Blue) = 82+217+131=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #52D983 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D983 is #AD267C. Grayscale: #A7A7A7. Windows color (decimal): -11347581 or 8640850. OLE color: 8640850.
HSL color Cylindrical-coordinate representation of color #52D983: hue angle of 141.78º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D983 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 217 | 131 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.15 |
| HSL | 141.78º | 0.64% | 0.59% | - |
| HSV(B) | 141.78º | 0.62% | 0.85% | - |
| XYZ | 32.39 | 53.06 | 30.01 | - |
| YUV | 166.83 | 107.77 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 217 | 131 | 0.62 | 0 | 0.40 | 0.15 | 141.78 | 0.64 | 0.59 |
| Hex | 52 | D9 | 83 | 3E | 0 | 28 | F | 8E | 40 | 3B |
| Octal | 122 | 331 | 203 | 76 | 0 | 50 | 17 | 216 | 100 | 73 |
| Binary | 1010010 | 11011001 | 10000011 | 111110 | 0 | 101000 | 1111 | 10001110 | 1000000 | 111011 |
Color Harmonies of #52D983
Complementary color
Monochromatic Colors of #52D983
Black with #52D983
Text Example
Text Example
White with #52D983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D983; }
p { color: rgb(82,217,131); }
H1.HeaderClassName
{
color: #52D983;
}
.AnyTagClassName
{
color: #52D983;
}
</style>
background-color css
<style>
a { background-color: #52D983; }
a { background-color: rgb(82,217,131); }
div.DivClassName
{
background-color: #52D983;
}
.BgClassName
{
background-color: #52D983;
}
</style>
border-color css
<style>
span { border-color: #52D983; }
span { border-color: rgb(82,217,131); }
td.TdClassName
{
border-color: #52D983;
}
.TagClassName
{
border-color: #52D983;
}
</style>