Shades of Emerald #52D679
Tints of Emerald #52D679
RGB
CMYK
RGB Variations
Color information
#52D679 (or 0x52D679) is known color: Emerald. HEX triplet: 52, D6 and 79. RGB value is (82,214,121). Sum of RGB (Red+Green+Blue) = 82+214+121=417 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.66% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #52D679 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D679 is #AD2986. Grayscale: #A4A4A4. Windows color (decimal): -11348359 or 7984722. OLE color: 7984722.
HSL color Cylindrical-coordinate representation of color #52D679: hue angle of 137.73º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D679 is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 214 | 121 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.16 |
| HSL | 137.73º | 0.62% | 0.58% | - |
| HSV(B) | 137.73º | 0.62% | 0.84% | - |
| XYZ | 30.98 | 51.27 | 26.35 | - |
| YUV | 163.93 | 103.77 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 214 | 121 | 0.62 | 0 | 0.43 | 0.16 | 137.73 | 0.62 | 0.58 |
| Hex | 52 | D6 | 79 | 3E | 0 | 2B | 10 | 8A | 3E | 3A |
| Octal | 122 | 326 | 171 | 76 | 0 | 53 | 20 | 212 | 76 | 72 |
| Binary | 1010010 | 11010110 | 1111001 | 111110 | 0 | 101011 | 10000 | 10001010 | 111110 | 111010 |
Color Harmonies of #52D679
Complementary color
Monochromatic Colors of #52D679
Black with #52D679
Text Example
Text Example
White with #52D679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D679; }
p { color: rgb(82,214,121); }
H1.HeaderClassName
{
color: #52D679;
}
.AnyTagClassName
{
color: #52D679;
}
</style>
background-color css
<style>
a { background-color: #52D679; }
a { background-color: rgb(82,214,121); }
div.DivClassName
{
background-color: #52D679;
}
.BgClassName
{
background-color: #52D679;
}
</style>
border-color css
<style>
span { border-color: #52D679; }
span { border-color: rgb(82,214,121); }
td.TdClassName
{
border-color: #52D679;
}
.TagClassName
{
border-color: #52D679;
}
</style>