Shades of Emerald #52E367
Tints of Emerald #52E367
RGB
CMYK
RGB Variations
Color information
#52E367 (or 0x52E367) is known color: Emerald. HEX triplet: 52, E3 and 67. RGB value is (82,227,103). Sum of RGB (Red+Green+Blue) = 82+227+103=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 227 (89.06% from 255 or 55.10% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 227 - color contains mainly: green. Hex color #52E367 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E367 is #AD1C98. Grayscale: #A9A9A9. Windows color (decimal): -11345049 or 6808402. OLE color: 6808402.
HSL color Cylindrical-coordinate representation of color #52E367: hue angle of 128.69º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E367 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 227 | 103 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.11 |
| HSL | 128.69º | 0.72% | 0.61% | - |
| HSV(B) | 128.69º | 0.64% | 0.89% | - |
| XYZ | 33.4 | 57.71 | 22.21 | - |
| YUV | 169.51 | 90.46 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 227 | 103 | 0.64 | 0 | 0.55 | 0.11 | 128.69 | 0.72 | 0.61 |
| Hex | 52 | E3 | 67 | 40 | 0 | 37 | B | 81 | 48 | 3D |
| Octal | 122 | 343 | 147 | 100 | 0 | 67 | 13 | 201 | 110 | 75 |
| Binary | 1010010 | 11100011 | 1100111 | 1000000 | 0 | 110111 | 1011 | 10000001 | 1001000 | 111101 |
Color Harmonies of #52E367
Complementary color
Monochromatic Colors of #52E367
Black with #52E367
Text Example
Text Example
White with #52E367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E367; }
p { color: rgb(82,227,103); }
H1.HeaderClassName
{
color: #52E367;
}
.AnyTagClassName
{
color: #52E367;
}
</style>
background-color css
<style>
a { background-color: #52E367; }
a { background-color: rgb(82,227,103); }
div.DivClassName
{
background-color: #52E367;
}
.BgClassName
{
background-color: #52E367;
}
</style>
border-color css
<style>
span { border-color: #52E367; }
span { border-color: rgb(82,227,103); }
td.TdClassName
{
border-color: #52E367;
}
.TagClassName
{
border-color: #52E367;
}
</style>