Shades of Emerald #52DF63
Tints of Emerald #52DF63
RGB
CMYK
RGB Variations
Color information
#52DF63 (or 0x52DF63) is known color: Emerald. HEX triplet: 52, DF and 63. RGB value is (82,223,99). Sum of RGB (Red+Green+Blue) = 82+223+99=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 223 (87.5% from 255 or 55.20% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DF63 is #AD209C. Grayscale: #A7A7A7. Windows color (decimal): -11346077 or 6545234. OLE color: 6545234.
HSL color Cylindrical-coordinate representation of color #52DF63: hue angle of 127.23º 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 #52DF63 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 223 | 99 | - |
| CMYK | 0.63 | 0 | 0.56 | 0.13 |
| HSL | 127.23º | 0.69% | 0.6% | - |
| HSV(B) | 127.23º | 0.63% | 0.87% | - |
| XYZ | 32.12 | 55.47 | 20.82 | - |
| YUV | 166.71 | 89.79 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 223 | 99 | 0.63 | 0 | 0.56 | 0.13 | 127.23 | 0.69 | 0.6 |
| Hex | 52 | DF | 63 | 3F | 0 | 38 | D | 7F | 45 | 3C |
| Octal | 122 | 337 | 143 | 77 | 0 | 70 | 15 | 177 | 105 | 74 |
| Binary | 1010010 | 11011111 | 1100011 | 111111 | 0 | 111000 | 1101 | 1111111 | 1000101 | 111100 |
Color Harmonies of #52DF63
Complementary color
Monochromatic Colors of #52DF63
Black with #52DF63
Text Example
Text Example
White with #52DF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DF63; }
p { color: rgb(82,223,99); }
H1.HeaderClassName
{
color: #52DF63;
}
.AnyTagClassName
{
color: #52DF63;
}
</style>
background-color css
<style>
a { background-color: #52DF63; }
a { background-color: rgb(82,223,99); }
div.DivClassName
{
background-color: #52DF63;
}
.BgClassName
{
background-color: #52DF63;
}
</style>
border-color css
<style>
span { border-color: #52DF63; }
span { border-color: rgb(82,223,99); }
td.TdClassName
{
border-color: #52DF63;
}
.TagClassName
{
border-color: #52DF63;
}
</style>