Shades of Emerald #52D38F
Tints of Emerald #52D38F
RGB
CMYK
RGB Variations
Color information
#52D38F (or 0x52D38F) is known color: Emerald. HEX triplet: 52, D3 and 8F. RGB value is (82,211,143). Sum of RGB (Red+Green+Blue) = 82+211+143=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 211 - color contains mainly: green. Hex color #52D38F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D38F is #AD2C70. Grayscale: #A4A4A4. Windows color (decimal): -11349105 or 9425746. OLE color: 9425746.
HSL color Cylindrical-coordinate representation of color #52D38F: hue angle of 148.37º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D38F is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 211 | 143 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.17 |
| HSL | 148.37º | 0.59% | 0.57% | - |
| HSV(B) | 148.37º | 0.61% | 0.83% | - |
| XYZ | 31.73 | 50.37 | 34.04 | - |
| YUV | 164.68 | 115.76 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 211 | 143 | 0.61 | 0 | 0.32 | 0.17 | 148.37 | 0.59 | 0.57 |
| Hex | 52 | D3 | 8F | 3D | 0 | 20 | 11 | 94 | 3B | 39 |
| Octal | 122 | 323 | 217 | 75 | 0 | 40 | 21 | 224 | 73 | 71 |
| Binary | 1010010 | 11010011 | 10001111 | 111101 | 0 | 100000 | 10001 | 10010100 | 111011 | 111001 |
Color Harmonies of #52D38F
Complementary color
Monochromatic Colors of #52D38F
Black with #52D38F
Text Example
Text Example
White with #52D38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D38F; }
p { color: rgb(82,211,143); }
H1.HeaderClassName
{
color: #52D38F;
}
.AnyTagClassName
{
color: #52D38F;
}
</style>
background-color css
<style>
a { background-color: #52D38F; }
a { background-color: rgb(82,211,143); }
div.DivClassName
{
background-color: #52D38F;
}
.BgClassName
{
background-color: #52D38F;
}
</style>
border-color css
<style>
span { border-color: #52D38F; }
span { border-color: rgb(82,211,143); }
td.TdClassName
{
border-color: #52D38F;
}
.TagClassName
{
border-color: #52D38F;
}
</style>