Shades of Emerald #53E770
Tints of Emerald #53E770
RGB
CMYK
RGB Variations
Color information
#53E770 (or 0x53E770) is known color: Emerald. HEX triplet: 53, E7 and 70. RGB value is (83,231,112). Sum of RGB (Red+Green+Blue) = 83+231+112=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 231 (90.62% from 255 or 54.23% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 231 - color contains mainly: green. Hex color #53E770 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #53E770 is #AC188F. Grayscale: #ADADAD. Windows color (decimal): -11278480 or 7399251. OLE color: 7399251.
HSL color Cylindrical-coordinate representation of color #53E770: hue angle of 131.76º 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 #53E770 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 231 | 112 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.09 |
| HSL | 131.76º | 0.76% | 0.62% | - |
| HSV(B) | 131.76º | 0.64% | 0.91% | - |
| XYZ | 35.07 | 60.16 | 25.09 | - |
| YUV | 173.18 | 93.47 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 231 | 112 | 0.64 | 0 | 0.52 | 0.09 | 131.76 | 0.76 | 0.62 |
| Hex | 53 | E7 | 70 | 40 | 0 | 34 | 9 | 84 | 4C | 3E |
| Octal | 123 | 347 | 160 | 100 | 0 | 64 | 11 | 204 | 114 | 76 |
| Binary | 1010011 | 11100111 | 1110000 | 1000000 | 0 | 110100 | 1001 | 10000100 | 1001100 | 111110 |
Color Harmonies of #53E770
Complementary color
Monochromatic Colors of #53E770
Black with #53E770
Text Example
Text Example
White with #53E770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E770; }
p { color: rgb(83,231,112); }
H1.HeaderClassName
{
color: #53E770;
}
.AnyTagClassName
{
color: #53E770;
}
</style>
background-color css
<style>
a { background-color: #53E770; }
a { background-color: rgb(83,231,112); }
div.DivClassName
{
background-color: #53E770;
}
.BgClassName
{
background-color: #53E770;
}
</style>
border-color css
<style>
span { border-color: #53E770; }
span { border-color: rgb(83,231,112); }
td.TdClassName
{
border-color: #53E770;
}
.TagClassName
{
border-color: #53E770;
}
</style>