Shades of Emerald #52E76E
Tints of Emerald #52E76E
RGB
CMYK
RGB Variations
Color information
#52E76E (or 0x52E76E) is known color: Emerald. HEX triplet: 52, E7 and 6E. RGB value is (82,231,110). Sum of RGB (Red+Green+Blue) = 82+231+110=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 231 (90.62% from 255 or 54.61% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 231 - color contains mainly: green. Hex color #52E76E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52E76E is #AD1891. Grayscale: #ACACAC. Windows color (decimal): -11344018 or 7268178. OLE color: 7268178.
HSL color Cylindrical-coordinate representation of color #52E76E: hue angle of 131.28º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E76E is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 231 | 110 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.09 |
| HSL | 131.28º | 0.76% | 0.61% | - |
| HSV(B) | 131.28º | 0.65% | 0.91% | - |
| XYZ | 34.87 | 60.07 | 24.51 | - |
| YUV | 172.66 | 92.64 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 231 | 110 | 0.65 | 0 | 0.52 | 0.09 | 131.28 | 0.76 | 0.61 |
| Hex | 52 | E7 | 6E | 41 | 0 | 34 | 9 | 83 | 4C | 3D |
| Octal | 122 | 347 | 156 | 101 | 0 | 64 | 11 | 203 | 114 | 75 |
| Binary | 1010010 | 11100111 | 1101110 | 1000001 | 0 | 110100 | 1001 | 10000011 | 1001100 | 111101 |
Color Harmonies of #52E76E
Complementary color
Monochromatic Colors of #52E76E
Black with #52E76E
Text Example
Text Example
White with #52E76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E76E; }
p { color: rgb(82,231,110); }
H1.HeaderClassName
{
color: #52E76E;
}
.AnyTagClassName
{
color: #52E76E;
}
</style>
background-color css
<style>
a { background-color: #52E76E; }
a { background-color: rgb(82,231,110); }
div.DivClassName
{
background-color: #52E76E;
}
.BgClassName
{
background-color: #52E76E;
}
</style>
border-color css
<style>
span { border-color: #52E76E; }
span { border-color: rgb(82,231,110); }
td.TdClassName
{
border-color: #52E76E;
}
.TagClassName
{
border-color: #52E76E;
}
</style>