Shades of Emerald #52D18B
Tints of Emerald #52D18B
RGB
CMYK
RGB Variations
Color information
#52D18B (or 0x52D18B) is known color: Emerald. HEX triplet: 52, D1 and 8B. RGB value is (82,209,139). Sum of RGB (Red+Green+Blue) = 82+209+139=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #52D18B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D18B is #AD2E74. Grayscale: #A3A3A3. Windows color (decimal): -11349621 or 9163090. OLE color: 9163090.
HSL color Cylindrical-coordinate representation of color #52D18B: hue angle of 146.93º degrees, saturation: 0.58, 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 #52D18B is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 209 | 139 | - |
| CMYK | 0.61 | 0 | 0.33 | 0.18 |
| HSL | 146.93º | 0.58% | 0.57% | - |
| HSV(B) | 146.93º | 0.61% | 0.82% | - |
| XYZ | 30.94 | 49.26 | 32.3 | - |
| YUV | 163.05 | 114.42 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 209 | 139 | 0.61 | 0 | 0.33 | 0.18 | 146.93 | 0.58 | 0.57 |
| Hex | 52 | D1 | 8B | 3D | 0 | 21 | 12 | 93 | 3A | 39 |
| Octal | 122 | 321 | 213 | 75 | 0 | 41 | 22 | 223 | 72 | 71 |
| Binary | 1010010 | 11010001 | 10001011 | 111101 | 0 | 100001 | 10010 | 10010011 | 111010 | 111001 |
Color Harmonies of #52D18B
Complementary color
Monochromatic Colors of #52D18B
Black with #52D18B
Text Example
Text Example
White with #52D18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D18B; }
p { color: rgb(82,209,139); }
H1.HeaderClassName
{
color: #52D18B;
}
.AnyTagClassName
{
color: #52D18B;
}
</style>
background-color css
<style>
a { background-color: #52D18B; }
a { background-color: rgb(82,209,139); }
div.DivClassName
{
background-color: #52D18B;
}
.BgClassName
{
background-color: #52D18B;
}
</style>
border-color css
<style>
span { border-color: #52D18B; }
span { border-color: rgb(82,209,139); }
td.TdClassName
{
border-color: #52D18B;
}
.TagClassName
{
border-color: #52D18B;
}
</style>