Shades of Emerald #53E16E
Tints of Emerald #53E16E
RGB
CMYK
RGB Variations
Color information
#53E16E (or 0x53E16E) is known color: Emerald. HEX triplet: 53, E1 and 6E. RGB value is (83,225,110). Sum of RGB (Red+Green+Blue) = 83+225+110=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 225 (88.28% from 255 or 53.83% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 225 - color contains mainly: green. Hex color #53E16E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53E16E is #AC1E91. Grayscale: #A9A9A9. Windows color (decimal): -11280018 or 7266643. OLE color: 7266643.
HSL color Cylindrical-coordinate representation of color #53E16E: hue angle of 131.41º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53E16E is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 225 | 110 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.12 |
| HSL | 131.41º | 0.7% | 0.6% | - |
| HSV(B) | 131.41º | 0.63% | 0.88% | - |
| XYZ | 33.31 | 56.82 | 23.96 | - |
| YUV | 169.43 | 94.46 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 225 | 110 | 0.63 | 0 | 0.51 | 0.12 | 131.41 | 0.7 | 0.6 |
| Hex | 53 | E1 | 6E | 3F | 0 | 33 | C | 83 | 46 | 3C |
| Octal | 123 | 341 | 156 | 77 | 0 | 63 | 14 | 203 | 106 | 74 |
| Binary | 1010011 | 11100001 | 1101110 | 111111 | 0 | 110011 | 1100 | 10000011 | 1000110 | 111100 |
Color Harmonies of #53E16E
Complementary color
Monochromatic Colors of #53E16E
Black with #53E16E
Text Example
Text Example
White with #53E16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E16E; }
p { color: rgb(83,225,110); }
H1.HeaderClassName
{
color: #53E16E;
}
.AnyTagClassName
{
color: #53E16E;
}
</style>
background-color css
<style>
a { background-color: #53E16E; }
a { background-color: rgb(83,225,110); }
div.DivClassName
{
background-color: #53E16E;
}
.BgClassName
{
background-color: #53E16E;
}
</style>
border-color css
<style>
span { border-color: #53E16E; }
span { border-color: rgb(83,225,110); }
td.TdClassName
{
border-color: #53E16E;
}
.TagClassName
{
border-color: #53E16E;
}
</style>