Shades of Emerald #53D871
Tints of Emerald #53D871
RGB
CMYK
RGB Variations
Color information
#53D871 (or 0x53D871) is known color: Emerald. HEX triplet: 53, D8 and 71. RGB value is (83,216,113). Sum of RGB (Red+Green+Blue) = 83+216+113=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 216 (84.77% from 255 or 52.43% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 216 - color contains mainly: green. Hex color #53D871 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D871 is #AC278E. Grayscale: #A4A4A4. Windows color (decimal): -11282319 or 7460947. OLE color: 7460947.
HSL color Cylindrical-coordinate representation of color #53D871: hue angle of 133.53º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53D871 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 216 | 113 | - |
| CMYK | 0.62 | 0 | 0.48 | 0.15 |
| HSL | 133.53º | 0.63% | 0.59% | - |
| HSV(B) | 133.53º | 0.62% | 0.85% | - |
| XYZ | 31.1 | 52.14 | 24.05 | - |
| YUV | 164.49 | 98.94 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 216 | 113 | 0.62 | 0 | 0.48 | 0.15 | 133.53 | 0.63 | 0.59 |
| Hex | 53 | D8 | 71 | 3E | 0 | 30 | F | 86 | 3F | 3B |
| Octal | 123 | 330 | 161 | 76 | 0 | 60 | 17 | 206 | 77 | 73 |
| Binary | 1010011 | 11011000 | 1110001 | 111110 | 0 | 110000 | 1111 | 10000110 | 111111 | 111011 |
Color Harmonies of #53D871
Complementary color
Monochromatic Colors of #53D871
Black with #53D871
Text Example
Text Example
White with #53D871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D871; }
p { color: rgb(83,216,113); }
H1.HeaderClassName
{
color: #53D871;
}
.AnyTagClassName
{
color: #53D871;
}
</style>
background-color css
<style>
a { background-color: #53D871; }
a { background-color: rgb(83,216,113); }
div.DivClassName
{
background-color: #53D871;
}
.BgClassName
{
background-color: #53D871;
}
</style>
border-color css
<style>
span { border-color: #53D871; }
span { border-color: rgb(83,216,113); }
td.TdClassName
{
border-color: #53D871;
}
.TagClassName
{
border-color: #53D871;
}
</style>