Shades of Emerald #53E06D
Tints of Emerald #53E06D
RGB
CMYK
RGB Variations
Color information
#53E06D (or 0x53E06D) is known color: Emerald. HEX triplet: 53, E0 and 6D. RGB value is (83,224,109). Sum of RGB (Red+Green+Blue) = 83+224+109=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 224 (87.89% from 255 or 53.85% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 224 - color contains mainly: green. Hex color #53E06D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53E06D is #AC1F92. Grayscale: #A9A9A9. Windows color (decimal): -11280275 or 7200851. OLE color: 7200851.
HSL color Cylindrical-coordinate representation of color #53E06D: hue angle of 131.06º degrees, saturation: 0.69, 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 #53E06D is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 224 | 109 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.12 |
| HSL | 131.06º | 0.69% | 0.6% | - |
| HSV(B) | 131.06º | 0.63% | 0.88% | - |
| XYZ | 32.98 | 56.25 | 23.59 | - |
| YUV | 168.73 | 94.29 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 224 | 109 | 0.63 | 0 | 0.51 | 0.12 | 131.06 | 0.69 | 0.6 |
| Hex | 53 | E0 | 6D | 3F | 0 | 33 | C | 83 | 45 | 3C |
| Octal | 123 | 340 | 155 | 77 | 0 | 63 | 14 | 203 | 105 | 74 |
| Binary | 1010011 | 11100000 | 1101101 | 111111 | 0 | 110011 | 1100 | 10000011 | 1000101 | 111100 |
Color Harmonies of #53E06D
Complementary color
Monochromatic Colors of #53E06D
Black with #53E06D
Text Example
Text Example
White with #53E06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E06D; }
p { color: rgb(83,224,109); }
H1.HeaderClassName
{
color: #53E06D;
}
.AnyTagClassName
{
color: #53E06D;
}
</style>
background-color css
<style>
a { background-color: #53E06D; }
a { background-color: rgb(83,224,109); }
div.DivClassName
{
background-color: #53E06D;
}
.BgClassName
{
background-color: #53E06D;
}
</style>
border-color css
<style>
span { border-color: #53E06D; }
span { border-color: rgb(83,224,109); }
td.TdClassName
{
border-color: #53E06D;
}
.TagClassName
{
border-color: #53E06D;
}
</style>