Shades of Emerald #53D486
Tints of Emerald #53D486
RGB
CMYK
RGB Variations
Color information
#53D486 (or 0x53D486) is known color: Emerald. HEX triplet: 53, D4 and 86. RGB value is (83,212,134). Sum of RGB (Red+Green+Blue) = 83+212+134=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 212 (83.20% from 255 or 49.42% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 212 - color contains mainly: green. Hex color #53D486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D486 is #AC2B79. Grayscale: #A4A4A4. Windows color (decimal): -11283322 or 8836179. OLE color: 8836179.
HSL color Cylindrical-coordinate representation of color #53D486: hue angle of 143.72º 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 #53D486 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 83 | 212 | 134 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.17 |
| HSL | 143.72º | 0.6% | 0.58% | - |
| HSV(B) | 143.72º | 0.61% | 0.83% | - |
| XYZ | 31.41 | 50.65 | 30.67 | - |
| YUV | 164.54 | 110.76 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 212 | 134 | 0.61 | 0 | 0.37 | 0.17 | 143.72 | 0.6 | 0.58 |
| Hex | 53 | D4 | 86 | 3D | 0 | 25 | 11 | 90 | 3C | 3A |
| Octal | 123 | 324 | 206 | 75 | 0 | 45 | 21 | 220 | 74 | 72 |
| Binary | 1010011 | 11010100 | 10000110 | 111101 | 0 | 100101 | 10001 | 10010000 | 111100 | 111010 |
Color Harmonies of #53D486
Complementary color
Monochromatic Colors of #53D486
Black with #53D486
Text Example
Text Example
White with #53D486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D486; }
p { color: rgb(83,212,134); }
H1.HeaderClassName
{
color: #53D486;
}
.AnyTagClassName
{
color: #53D486;
}
</style>
background-color css
<style>
a { background-color: #53D486; }
a { background-color: rgb(83,212,134); }
div.DivClassName
{
background-color: #53D486;
}
.BgClassName
{
background-color: #53D486;
}
</style>
border-color css
<style>
span { border-color: #53D486; }
span { border-color: rgb(83,212,134); }
td.TdClassName
{
border-color: #53D486;
}
.TagClassName
{
border-color: #53D486;
}
</style>