Shades of Emerald #52E168
Tints of Emerald #52E168
RGB
CMYK
RGB Variations
Color information
#52E168 (or 0x52E168) is known color: Emerald. HEX triplet: 52, E1 and 68. RGB value is (82,225,104). Sum of RGB (Red+Green+Blue) = 82+225+104=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 225 (88.28% from 255 or 54.74% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 225 - color contains mainly: green. Hex color #52E168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E168 is #AD1E97. Grayscale: #A8A8A8. Windows color (decimal): -11345560 or 6873426. OLE color: 6873426.
HSL color Cylindrical-coordinate representation of color #52E168: hue angle of 129.23º 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 #52E168 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 225 | 104 | - |
| CMYK | 0.64 | 0 | 0.54 | 0.12 |
| HSL | 129.23º | 0.7% | 0.6% | - |
| HSV(B) | 129.23º | 0.64% | 0.88% | - |
| XYZ | 32.9 | 56.64 | 22.3 | - |
| YUV | 168.45 | 91.62 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 225 | 104 | 0.64 | 0 | 0.54 | 0.12 | 129.23 | 0.7 | 0.6 |
| Hex | 52 | E1 | 68 | 40 | 0 | 36 | C | 81 | 46 | 3C |
| Octal | 122 | 341 | 150 | 100 | 0 | 66 | 14 | 201 | 106 | 74 |
| Binary | 1010010 | 11100001 | 1101000 | 1000000 | 0 | 110110 | 1100 | 10000001 | 1000110 | 111100 |
Color Harmonies of #52E168
Complementary color
Monochromatic Colors of #52E168
Black with #52E168
Text Example
Text Example
White with #52E168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E168; }
p { color: rgb(82,225,104); }
H1.HeaderClassName
{
color: #52E168;
}
.AnyTagClassName
{
color: #52E168;
}
</style>
background-color css
<style>
a { background-color: #52E168; }
a { background-color: rgb(82,225,104); }
div.DivClassName
{
background-color: #52E168;
}
.BgClassName
{
background-color: #52E168;
}
</style>
border-color css
<style>
span { border-color: #52E168; }
span { border-color: rgb(82,225,104); }
td.TdClassName
{
border-color: #52E168;
}
.TagClassName
{
border-color: #52E168;
}
</style>