Shades of Emerald #52D083
Tints of Emerald #52D083
RGB
CMYK
RGB Variations
Color information
#52D083 (or 0x52D083) is known color: Emerald. HEX triplet: 52, D0 and 83. RGB value is (82,208,131). Sum of RGB (Red+Green+Blue) = 82+208+131=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #52D083 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D083 is #AD2F7C. Grayscale: #A1A1A1. Windows color (decimal): -11349885 or 8638546. OLE color: 8638546.
HSL color Cylindrical-coordinate representation of color #52D083: hue angle of 143.33º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D083 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 208 | 131 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.18 |
| HSL | 143.33º | 0.57% | 0.57% | - |
| HSV(B) | 143.33º | 0.61% | 0.82% | - |
| XYZ | 30.13 | 48.54 | 29.25 | - |
| YUV | 161.55 | 110.76 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 208 | 131 | 0.61 | 0 | 0.37 | 0.18 | 143.33 | 0.57 | 0.57 |
| Hex | 52 | D0 | 83 | 3D | 0 | 25 | 12 | 8F | 39 | 39 |
| Octal | 122 | 320 | 203 | 75 | 0 | 45 | 22 | 217 | 71 | 71 |
| Binary | 1010010 | 11010000 | 10000011 | 111101 | 0 | 100101 | 10010 | 10001111 | 111001 | 111001 |
Color Harmonies of #52D083
Complementary color
Monochromatic Colors of #52D083
Black with #52D083
Text Example
Text Example
White with #52D083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D083; }
p { color: rgb(82,208,131); }
H1.HeaderClassName
{
color: #52D083;
}
.AnyTagClassName
{
color: #52D083;
}
</style>
background-color css
<style>
a { background-color: #52D083; }
a { background-color: rgb(82,208,131); }
div.DivClassName
{
background-color: #52D083;
}
.BgClassName
{
background-color: #52D083;
}
</style>
border-color css
<style>
span { border-color: #52D083; }
span { border-color: rgb(82,208,131); }
td.TdClassName
{
border-color: #52D083;
}
.TagClassName
{
border-color: #52D083;
}
</style>