Shades of Emerald #52D774
Tints of Emerald #52D774
RGB
CMYK
RGB Variations
Color information
#52D774 (or 0x52D774) is known color: Emerald. HEX triplet: 52, D7 and 74. RGB value is (82,215,116). Sum of RGB (Red+Green+Blue) = 82+215+116=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 215 (84.38% from 255 or 52.06% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 215 - color contains mainly: green. Hex color #52D774 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D774 is #AD288B. Grayscale: #A4A4A4. Windows color (decimal): -11348108 or 7657298. OLE color: 7657298.
HSL color Cylindrical-coordinate representation of color #52D774: hue angle of 135.34º 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 #52D774 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 215 | 116 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.16 |
| HSL | 135.34º | 0.62% | 0.58% | - |
| HSV(B) | 135.34º | 0.62% | 0.84% | - |
| XYZ | 30.93 | 51.66 | 24.86 | - |
| YUV | 163.95 | 100.94 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 215 | 116 | 0.62 | 0 | 0.46 | 0.16 | 135.34 | 0.62 | 0.58 |
| Hex | 52 | D7 | 74 | 3E | 0 | 2E | 10 | 87 | 3E | 3A |
| Octal | 122 | 327 | 164 | 76 | 0 | 56 | 20 | 207 | 76 | 72 |
| Binary | 1010010 | 11010111 | 1110100 | 111110 | 0 | 101110 | 10000 | 10000111 | 111110 | 111010 |
Color Harmonies of #52D774
Complementary color
Monochromatic Colors of #52D774
Black with #52D774
Text Example
Text Example
White with #52D774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D774; }
p { color: rgb(82,215,116); }
H1.HeaderClassName
{
color: #52D774;
}
.AnyTagClassName
{
color: #52D774;
}
</style>
background-color css
<style>
a { background-color: #52D774; }
a { background-color: rgb(82,215,116); }
div.DivClassName
{
background-color: #52D774;
}
.BgClassName
{
background-color: #52D774;
}
</style>
border-color css
<style>
span { border-color: #52D774; }
span { border-color: rgb(82,215,116); }
td.TdClassName
{
border-color: #52D774;
}
.TagClassName
{
border-color: #52D774;
}
</style>