Shades of Emerald #52E971
Tints of Emerald #52E971
RGB
CMYK
RGB Variations
Color information
#52E971 (or 0x52E971) is known color: Emerald. HEX triplet: 52, E9 and 71. RGB value is (82,233,113). Sum of RGB (Red+Green+Blue) = 82+233+113=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 233 (91.41% from 255 or 54.44% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 233 - color contains mainly: green. Hex color #52E971 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52E971 is #AD168E. Grayscale: #AEAEAE. Windows color (decimal): -11343503 or 7465298. OLE color: 7465298.
HSL color Cylindrical-coordinate representation of color #52E971: hue angle of 132.32º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E971 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 233 | 113 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.09 |
| HSL | 132.32º | 0.77% | 0.62% | - |
| HSV(B) | 132.32º | 0.65% | 0.91% | - |
| XYZ | 35.6 | 61.26 | 25.57 | - |
| YUV | 174.17 | 93.47 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 233 | 113 | 0.65 | 0 | 0.52 | 0.09 | 132.32 | 0.77 | 0.62 |
| Hex | 52 | E9 | 71 | 41 | 0 | 34 | 9 | 84 | 4D | 3E |
| Octal | 122 | 351 | 161 | 101 | 0 | 64 | 11 | 204 | 115 | 76 |
| Binary | 1010010 | 11101001 | 1110001 | 1000001 | 0 | 110100 | 1001 | 10000100 | 1001101 | 111110 |
Color Harmonies of #52E971
Complementary color
Monochromatic Colors of #52E971
Black with #52E971
Text Example
Text Example
White with #52E971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E971; }
p { color: rgb(82,233,113); }
H1.HeaderClassName
{
color: #52E971;
}
.AnyTagClassName
{
color: #52E971;
}
</style>
background-color css
<style>
a { background-color: #52E971; }
a { background-color: rgb(82,233,113); }
div.DivClassName
{
background-color: #52E971;
}
.BgClassName
{
background-color: #52E971;
}
</style>
border-color css
<style>
span { border-color: #52E971; }
span { border-color: rgb(82,233,113); }
td.TdClassName
{
border-color: #52E971;
}
.TagClassName
{
border-color: #52E971;
}
</style>