Shades of Emerald #53D273
Tints of Emerald #53D273
RGB
CMYK
RGB Variations
Color information
#53D273 (or 0x53D273) is known color: Emerald. HEX triplet: 53, D2 and 73. RGB value is (83,210,115). Sum of RGB (Red+Green+Blue) = 83+210+115=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 210 (82.42% from 255 or 51.47% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 210 - color contains mainly: green. Hex color #53D273 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D273 is #AC2D8C. Grayscale: #A1A1A1. Windows color (decimal): -11283853 or 7590483. OLE color: 7590483.
HSL color Cylindrical-coordinate representation of color #53D273: hue angle of 135.12º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D273 is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 210 | 115 | - |
| CMYK | 0.60 | 0 | 0.45 | 0.18 |
| HSL | 135.12º | 0.59% | 0.57% | - |
| HSV(B) | 135.12º | 0.6% | 0.82% | - |
| XYZ | 29.71 | 49.17 | 24.14 | - |
| YUV | 161.2 | 101.92 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 210 | 115 | 0.60 | 0 | 0.45 | 0.18 | 135.12 | 0.59 | 0.57 |
| Hex | 53 | D2 | 73 | 3C | 0 | 2D | 12 | 87 | 3B | 39 |
| Octal | 123 | 322 | 163 | 74 | 0 | 55 | 22 | 207 | 73 | 71 |
| Binary | 1010011 | 11010010 | 1110011 | 111100 | 0 | 101101 | 10010 | 10000111 | 111011 | 111001 |
Color Harmonies of #53D273
Complementary color
Monochromatic Colors of #53D273
Black with #53D273
Text Example
Text Example
White with #53D273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D273; }
p { color: rgb(83,210,115); }
H1.HeaderClassName
{
color: #53D273;
}
.AnyTagClassName
{
color: #53D273;
}
</style>
background-color css
<style>
a { background-color: #53D273; }
a { background-color: rgb(83,210,115); }
div.DivClassName
{
background-color: #53D273;
}
.BgClassName
{
background-color: #53D273;
}
</style>
border-color css
<style>
span { border-color: #53D273; }
span { border-color: rgb(83,210,115); }
td.TdClassName
{
border-color: #53D273;
}
.TagClassName
{
border-color: #53D273;
}
</style>