Shades of Emerald #52DE67
Tints of Emerald #52DE67
RGB
CMYK
RGB Variations
Color information
#52DE67 (or 0x52DE67) is known color: Emerald. HEX triplet: 52, DE and 67. RGB value is (82,222,103). Sum of RGB (Red+Green+Blue) = 82+222+103=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 222 (87.11% from 255 or 54.55% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 222 - color contains mainly: green. Hex color #52DE67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DE67 is #AD2198. Grayscale: #A6A6A6. Windows color (decimal): -11346329 or 6807122. OLE color: 6807122.
HSL color Cylindrical-coordinate representation of color #52DE67: hue angle of 129º degrees, saturation: 0.68, 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 #52DE67 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 222 | 103 | - |
| CMYK | 0.63 | 0 | 0.54 | 0.13 |
| HSL | 129º | 0.68% | 0.6% | - |
| HSV(B) | 129º | 0.63% | 0.87% | - |
| XYZ | 32.05 | 55.02 | 21.76 | - |
| YUV | 166.57 | 92.12 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 222 | 103 | 0.63 | 0 | 0.54 | 0.13 | 129 | 0.68 | 0.6 |
| Hex | 52 | DE | 67 | 3F | 0 | 36 | D | 81 | 44 | 3C |
| Octal | 122 | 336 | 147 | 77 | 0 | 66 | 15 | 201 | 104 | 74 |
| Binary | 1010010 | 11011110 | 1100111 | 111111 | 0 | 110110 | 1101 | 10000001 | 1000100 | 111100 |
Color Harmonies of #52DE67
Complementary color
Monochromatic Colors of #52DE67
Black with #52DE67
Text Example
Text Example
White with #52DE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DE67; }
p { color: rgb(82,222,103); }
H1.HeaderClassName
{
color: #52DE67;
}
.AnyTagClassName
{
color: #52DE67;
}
</style>
background-color css
<style>
a { background-color: #52DE67; }
a { background-color: rgb(82,222,103); }
div.DivClassName
{
background-color: #52DE67;
}
.BgClassName
{
background-color: #52DE67;
}
</style>
border-color css
<style>
span { border-color: #52DE67; }
span { border-color: rgb(82,222,103); }
td.TdClassName
{
border-color: #52DE67;
}
.TagClassName
{
border-color: #52DE67;
}
</style>