Shades of Emerald #52E982
Tints of Emerald #52E982
RGB
CMYK
RGB Variations
Color information
#52E982 (or 0x52E982) is known color: Emerald. HEX triplet: 52, E9 and 82. RGB value is (82,233,130). Sum of RGB (Red+Green+Blue) = 82+233+130=445 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.43% from 445); Green value is 233 (91.41% from 255 or 52.36% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 233 - color contains mainly: green. Hex color #52E982 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E982 is #AD167D. Grayscale: #B0B0B0. Windows color (decimal): -11343486 or 8579410. OLE color: 8579410.
HSL color Cylindrical-coordinate representation of color #52E982: hue angle of 139.07º 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 #52E982 is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 233 | 130 | - |
| CMYK | 0.65 | 0 | 0.44 | 0.09 |
| HSL | 139.07º | 0.77% | 0.62% | - |
| HSV(B) | 139.07º | 0.65% | 0.91% | - |
| XYZ | 36.65 | 61.68 | 31.09 | - |
| YUV | 176.11 | 101.97 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 233 | 130 | 0.65 | 0 | 0.44 | 0.09 | 139.07 | 0.77 | 0.62 |
| Hex | 52 | E9 | 82 | 41 | 0 | 2C | 9 | 8B | 4D | 3E |
| Octal | 122 | 351 | 202 | 101 | 0 | 54 | 11 | 213 | 115 | 76 |
| Binary | 1010010 | 11101001 | 10000010 | 1000001 | 0 | 101100 | 1001 | 10001011 | 1001101 | 111110 |
Color Harmonies of #52E982
Complementary color
Monochromatic Colors of #52E982
Black with #52E982
Text Example
Text Example
White with #52E982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E982; }
p { color: rgb(82,233,130); }
H1.HeaderClassName
{
color: #52E982;
}
.AnyTagClassName
{
color: #52E982;
}
</style>
background-color css
<style>
a { background-color: #52E982; }
a { background-color: rgb(82,233,130); }
div.DivClassName
{
background-color: #52E982;
}
.BgClassName
{
background-color: #52E982;
}
</style>
border-color css
<style>
span { border-color: #52E982; }
span { border-color: rgb(82,233,130); }
td.TdClassName
{
border-color: #52E982;
}
.TagClassName
{
border-color: #52E982;
}
</style>