Shades of Emerald #53E880
Tints of Emerald #53E880
RGB
CMYK
RGB Variations
Color information
#53E880 (or 0x53E880) is known color: Emerald. HEX triplet: 53, E8 and 80. RGB value is (83,232,128). Sum of RGB (Red+Green+Blue) = 83+232+128=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 232 (91.02% from 255 or 52.37% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 232 - color contains mainly: green. Hex color #53E880 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53E880 is #AC177F. Grayscale: #AFAFAF. Windows color (decimal): -11278208 or 8448083. OLE color: 8448083.
HSL color Cylindrical-coordinate representation of color #53E880: hue angle of 138.12º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E880 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 232 | 128 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.09 |
| HSL | 138.12º | 0.76% | 0.62% | - |
| HSV(B) | 138.12º | 0.64% | 0.91% | - |
| XYZ | 36.32 | 61.11 | 30.3 | - |
| YUV | 175.59 | 101.14 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 232 | 128 | 0.64 | 0 | 0.45 | 0.09 | 138.12 | 0.76 | 0.62 |
| Hex | 53 | E8 | 80 | 40 | 0 | 2D | 9 | 8A | 4C | 3E |
| Octal | 123 | 350 | 200 | 100 | 0 | 55 | 11 | 212 | 114 | 76 |
| Binary | 1010011 | 11101000 | 10000000 | 1000000 | 0 | 101101 | 1001 | 10001010 | 1001100 | 111110 |
Color Harmonies of #53E880
Complementary color
Monochromatic Colors of #53E880
Black with #53E880
Text Example
Text Example
White with #53E880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E880; }
p { color: rgb(83,232,128); }
H1.HeaderClassName
{
color: #53E880;
}
.AnyTagClassName
{
color: #53E880;
}
</style>
background-color css
<style>
a { background-color: #53E880; }
a { background-color: rgb(83,232,128); }
div.DivClassName
{
background-color: #53E880;
}
.BgClassName
{
background-color: #53E880;
}
</style>
border-color css
<style>
span { border-color: #53E880; }
span { border-color: rgb(83,232,128); }
td.TdClassName
{
border-color: #53E880;
}
.TagClassName
{
border-color: #53E880;
}
</style>