Shades of Emerald #52DF65
Tints of Emerald #52DF65
RGB
CMYK
RGB Variations
Color information
#52DF65 (or 0x52DF65) is known color: Emerald. HEX triplet: 52, DF and 65. RGB value is (82,223,101). Sum of RGB (Red+Green+Blue) = 82+223+101=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 223 (87.5% from 255 or 54.93% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DF65 is #AD209A. Grayscale: #A7A7A7. Windows color (decimal): -11346075 or 6676306. OLE color: 6676306.
HSL color Cylindrical-coordinate representation of color #52DF65: hue angle of 128.09º 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 #52DF65 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 223 | 101 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.13 |
| HSL | 128.09º | 0.69% | 0.6% | - |
| HSV(B) | 128.09º | 0.63% | 0.87% | - |
| XYZ | 32.22 | 55.51 | 21.33 | - |
| YUV | 166.93 | 90.79 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 223 | 101 | 0.63 | 0 | 0.55 | 0.13 | 128.09 | 0.69 | 0.6 |
| Hex | 52 | DF | 65 | 3F | 0 | 37 | D | 80 | 45 | 3C |
| Octal | 122 | 337 | 145 | 77 | 0 | 67 | 15 | 200 | 105 | 74 |
| Binary | 1010010 | 11011111 | 1100101 | 111111 | 0 | 110111 | 1101 | 10000000 | 1000101 | 111100 |
Color Harmonies of #52DF65
Complementary color
Monochromatic Colors of #52DF65
Black with #52DF65
Text Example
Text Example
White with #52DF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DF65; }
p { color: rgb(82,223,101); }
H1.HeaderClassName
{
color: #52DF65;
}
.AnyTagClassName
{
color: #52DF65;
}
</style>
background-color css
<style>
a { background-color: #52DF65; }
a { background-color: rgb(82,223,101); }
div.DivClassName
{
background-color: #52DF65;
}
.BgClassName
{
background-color: #52DF65;
}
</style>
border-color css
<style>
span { border-color: #52DF65; }
span { border-color: rgb(82,223,101); }
td.TdClassName
{
border-color: #52DF65;
}
.TagClassName
{
border-color: #52DF65;
}
</style>