Shades of Emerald #53E772
Tints of Emerald #53E772
RGB
CMYK
RGB Variations
Color information
#53E772 (or 0x53E772) is known color: Emerald. HEX triplet: 53, E7 and 72. RGB value is (83,231,114). Sum of RGB (Red+Green+Blue) = 83+231+114=428 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.39% from 428); Green value is 231 (90.62% from 255 or 53.97% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 231 - color contains mainly: green. Hex color #53E772 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #53E772 is #AC188D. Grayscale: #ADADAD. Windows color (decimal): -11278478 or 7530323. OLE color: 7530323.
HSL color Cylindrical-coordinate representation of color #53E772: hue angle of 132.57º 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 #53E772 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 231 | 114 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.09 |
| HSL | 132.57º | 0.76% | 0.62% | - |
| HSV(B) | 132.57º | 0.64% | 0.91% | - |
| XYZ | 35.18 | 60.21 | 25.69 | - |
| YUV | 173.41 | 94.47 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 231 | 114 | 0.64 | 0 | 0.51 | 0.09 | 132.57 | 0.76 | 0.62 |
| Hex | 53 | E7 | 72 | 40 | 0 | 33 | 9 | 85 | 4C | 3E |
| Octal | 123 | 347 | 162 | 100 | 0 | 63 | 11 | 205 | 114 | 76 |
| Binary | 1010011 | 11100111 | 1110010 | 1000000 | 0 | 110011 | 1001 | 10000101 | 1001100 | 111110 |
Color Harmonies of #53E772
Complementary color
Monochromatic Colors of #53E772
Black with #53E772
Text Example
Text Example
White with #53E772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E772; }
p { color: rgb(83,231,114); }
H1.HeaderClassName
{
color: #53E772;
}
.AnyTagClassName
{
color: #53E772;
}
</style>
background-color css
<style>
a { background-color: #53E772; }
a { background-color: rgb(83,231,114); }
div.DivClassName
{
background-color: #53E772;
}
.BgClassName
{
background-color: #53E772;
}
</style>
border-color css
<style>
span { border-color: #53E772; }
span { border-color: rgb(83,231,114); }
td.TdClassName
{
border-color: #53E772;
}
.TagClassName
{
border-color: #53E772;
}
</style>