Shades of Emerald #53D361
Tints of Emerald #53D361
RGB
CMYK
RGB Variations
Color information
#53D361 (or 0x53D361) is known color: Emerald. HEX triplet: 53, D3 and 61. RGB value is (83,211,97). Sum of RGB (Red+Green+Blue) = 83+211+97=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 211 (82.81% from 255 or 53.96% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 211 - color contains mainly: green. Hex color #53D361 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D361 is #AC2C9E. Grayscale: #A0A0A0. Windows color (decimal): -11283615 or 6411091. OLE color: 6411091.
HSL color Cylindrical-coordinate representation of color #53D361: hue angle of 126.56º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D361 is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 83 | 211 | 97 | - |
| CMYK | 0.61 | 0 | 0.54 | 0.17 |
| HSL | 126.56º | 0.59% | 0.58% | - |
| HSV(B) | 126.56º | 0.61% | 0.83% | - |
| XYZ | 29.02 | 49.29 | 19.29 | - |
| YUV | 159.73 | 92.59 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 211 | 97 | 0.61 | 0 | 0.54 | 0.17 | 126.56 | 0.59 | 0.58 |
| Hex | 53 | D3 | 61 | 3D | 0 | 36 | 11 | 7F | 3B | 3A |
| Octal | 123 | 323 | 141 | 75 | 0 | 66 | 21 | 177 | 73 | 72 |
| Binary | 1010011 | 11010011 | 1100001 | 111101 | 0 | 110110 | 10001 | 1111111 | 111011 | 111010 |
Color Harmonies of #53D361
Complementary color
Monochromatic Colors of #53D361
Black with #53D361
Text Example
Text Example
White with #53D361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D361; }
p { color: rgb(83,211,97); }
H1.HeaderClassName
{
color: #53D361;
}
.AnyTagClassName
{
color: #53D361;
}
</style>
background-color css
<style>
a { background-color: #53D361; }
a { background-color: rgb(83,211,97); }
div.DivClassName
{
background-color: #53D361;
}
.BgClassName
{
background-color: #53D361;
}
</style>
border-color css
<style>
span { border-color: #53D361; }
span { border-color: rgb(83,211,97); }
td.TdClassName
{
border-color: #53D361;
}
.TagClassName
{
border-color: #53D361;
}
</style>