Shades of Emerald #52E265
Tints of Emerald #52E265
RGB
CMYK
RGB Variations
Color information
#52E265 (or 0x52E265) is known color: Emerald. HEX triplet: 52, E2 and 65. RGB value is (82,226,101). Sum of RGB (Red+Green+Blue) = 82+226+101=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 226 (88.67% from 255 or 55.26% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 226 - color contains mainly: green. Hex color #52E265 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E265 is #AD1D9A. Grayscale: #A9A9A9. Windows color (decimal): -11345307 or 6677074. OLE color: 6677074.
HSL color Cylindrical-coordinate representation of color #52E265: hue angle of 127.92º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E265 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 226 | 101 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.11 |
| HSL | 127.92º | 0.71% | 0.6% | - |
| HSV(B) | 127.92º | 0.64% | 0.89% | - |
| XYZ | 33.02 | 57.13 | 21.6 | - |
| YUV | 168.69 | 89.79 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 226 | 101 | 0.64 | 0 | 0.55 | 0.11 | 127.92 | 0.71 | 0.6 |
| Hex | 52 | E2 | 65 | 40 | 0 | 37 | B | 80 | 47 | 3C |
| Octal | 122 | 342 | 145 | 100 | 0 | 67 | 13 | 200 | 107 | 74 |
| Binary | 1010010 | 11100010 | 1100101 | 1000000 | 0 | 110111 | 1011 | 10000000 | 1000111 | 111100 |
Color Harmonies of #52E265
Complementary color
Monochromatic Colors of #52E265
Black with #52E265
Text Example
Text Example
White with #52E265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E265; }
p { color: rgb(82,226,101); }
H1.HeaderClassName
{
color: #52E265;
}
.AnyTagClassName
{
color: #52E265;
}
</style>
background-color css
<style>
a { background-color: #52E265; }
a { background-color: rgb(82,226,101); }
div.DivClassName
{
background-color: #52E265;
}
.BgClassName
{
background-color: #52E265;
}
</style>
border-color css
<style>
span { border-color: #52E265; }
span { border-color: rgb(82,226,101); }
td.TdClassName
{
border-color: #52E265;
}
.TagClassName
{
border-color: #52E265;
}
</style>