Shades of Emerald #52DF8F
Tints of Emerald #52DF8F
RGB
CMYK
RGB Variations
Color information
#52DF8F (or 0x52DF8F) is known color: Emerald. HEX triplet: 52, DF and 8F. RGB value is (82,223,143). Sum of RGB (Red+Green+Blue) = 82+223+143=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DF8F is #AD2070. Grayscale: #ABABAB. Windows color (decimal): -11346033 or 9428818. OLE color: 9428818.
HSL color Cylindrical-coordinate representation of color #52DF8F: hue angle of 145.96º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DF8F is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 223 | 143 | - |
| CMYK | 0.63 | 0 | 0.36 | 0.13 |
| HSL | 145.96º | 0.69% | 0.6% | - |
| HSV(B) | 145.96º | 0.63% | 0.87% | - |
| XYZ | 34.83 | 56.55 | 35.07 | - |
| YUV | 171.72 | 111.79 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 223 | 143 | 0.63 | 0 | 0.36 | 0.13 | 145.96 | 0.69 | 0.6 |
| Hex | 52 | DF | 8F | 3F | 0 | 24 | D | 92 | 45 | 3C |
| Octal | 122 | 337 | 217 | 77 | 0 | 44 | 15 | 222 | 105 | 74 |
| Binary | 1010010 | 11011111 | 10001111 | 111111 | 0 | 100100 | 1101 | 10010010 | 1000101 | 111100 |
Color Harmonies of #52DF8F
Complementary color
Monochromatic Colors of #52DF8F
Black with #52DF8F
Text Example
Text Example
White with #52DF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DF8F; }
p { color: rgb(82,223,143); }
H1.HeaderClassName
{
color: #52DF8F;
}
.AnyTagClassName
{
color: #52DF8F;
}
</style>
background-color css
<style>
a { background-color: #52DF8F; }
a { background-color: rgb(82,223,143); }
div.DivClassName
{
background-color: #52DF8F;
}
.BgClassName
{
background-color: #52DF8F;
}
</style>
border-color css
<style>
span { border-color: #52DF8F; }
span { border-color: rgb(82,223,143); }
td.TdClassName
{
border-color: #52DF8F;
}
.TagClassName
{
border-color: #52DF8F;
}
</style>