Shades of Emerald #53D463
Tints of Emerald #53D463
RGB
CMYK
RGB Variations
Color information
#53D463 (or 0x53D463) is known color: Emerald. HEX triplet: 53, D4 and 63. RGB value is (83,212,99). Sum of RGB (Red+Green+Blue) = 83+212+99=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 212 (83.20% from 255 or 53.81% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 212 - color contains mainly: green. Hex color #53D463 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D463 is #AC2B9C. Grayscale: #A0A0A0. Windows color (decimal): -11283357 or 6542419. OLE color: 6542419.
HSL color Cylindrical-coordinate representation of color #53D463: hue angle of 127.44º degrees, saturation: 0.6, 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 #53D463 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 83 | 212 | 99 | - |
| CMYK | 0.61 | 0 | 0.53 | 0.17 |
| HSL | 127.44º | 0.6% | 0.58% | - |
| HSV(B) | 127.44º | 0.61% | 0.83% | - |
| XYZ | 29.36 | 49.83 | 19.87 | - |
| YUV | 160.55 | 93.26 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 212 | 99 | 0.61 | 0 | 0.53 | 0.17 | 127.44 | 0.6 | 0.58 |
| Hex | 53 | D4 | 63 | 3D | 0 | 35 | 11 | 7F | 3C | 3A |
| Octal | 123 | 324 | 143 | 75 | 0 | 65 | 21 | 177 | 74 | 72 |
| Binary | 1010011 | 11010100 | 1100011 | 111101 | 0 | 110101 | 10001 | 1111111 | 111100 | 111010 |
Color Harmonies of #53D463
Complementary color
Monochromatic Colors of #53D463
Black with #53D463
Text Example
Text Example
White with #53D463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D463; }
p { color: rgb(83,212,99); }
H1.HeaderClassName
{
color: #53D463;
}
.AnyTagClassName
{
color: #53D463;
}
</style>
background-color css
<style>
a { background-color: #53D463; }
a { background-color: rgb(83,212,99); }
div.DivClassName
{
background-color: #53D463;
}
.BgClassName
{
background-color: #53D463;
}
</style>
border-color css
<style>
span { border-color: #53D463; }
span { border-color: rgb(83,212,99); }
td.TdClassName
{
border-color: #53D463;
}
.TagClassName
{
border-color: #53D463;
}
</style>