Shades of Emerald #52E181
Tints of Emerald #52E181
RGB
CMYK
RGB Variations
Color information
#52E181 (or 0x52E181) is known color: Emerald. HEX triplet: 52, E1 and 81. RGB value is (82,225,129). Sum of RGB (Red+Green+Blue) = 82+225+129=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #52E181 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E181 is #AD1E7E. Grayscale: #ABABAB. Windows color (decimal): -11345535 or 8511826. OLE color: 8511826.
HSL color Cylindrical-coordinate representation of color #52E181: hue angle of 139.72º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E181 is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 225 | 129 | - |
| CMYK | 0.64 | 0 | 0.43 | 0.12 |
| HSL | 139.72º | 0.7% | 0.6% | - |
| HSV(B) | 139.72º | 0.64% | 0.88% | - |
| XYZ | 34.37 | 57.23 | 30 | - |
| YUV | 171.3 | 104.12 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 225 | 129 | 0.64 | 0 | 0.43 | 0.12 | 139.72 | 0.7 | 0.6 |
| Hex | 52 | E1 | 81 | 40 | 0 | 2B | C | 8C | 46 | 3C |
| Octal | 122 | 341 | 201 | 100 | 0 | 53 | 14 | 214 | 106 | 74 |
| Binary | 1010010 | 11100001 | 10000001 | 1000000 | 0 | 101011 | 1100 | 10001100 | 1000110 | 111100 |
Color Harmonies of #52E181
Complementary color
Monochromatic Colors of #52E181
Black with #52E181
Text Example
Text Example
White with #52E181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E181; }
p { color: rgb(82,225,129); }
H1.HeaderClassName
{
color: #52E181;
}
.AnyTagClassName
{
color: #52E181;
}
</style>
background-color css
<style>
a { background-color: #52E181; }
a { background-color: rgb(82,225,129); }
div.DivClassName
{
background-color: #52E181;
}
.BgClassName
{
background-color: #52E181;
}
</style>
border-color css
<style>
span { border-color: #52E181; }
span { border-color: rgb(82,225,129); }
td.TdClassName
{
border-color: #52E181;
}
.TagClassName
{
border-color: #52E181;
}
</style>