Shades of Emerald #53D462
Tints of Emerald #53D462
RGB
CMYK
RGB Variations
Color information
#53D462 (or 0x53D462) is known color: Emerald. HEX triplet: 53, D4 and 62. RGB value is (83,212,98). Sum of RGB (Red+Green+Blue) = 83+212+98=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 212 (83.20% from 255 or 53.94% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 212 - color contains mainly: green. Hex color #53D462 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D462 is #AC2B9D. Grayscale: #A0A0A0. Windows color (decimal): -11283358 or 6476883. OLE color: 6476883.
HSL color Cylindrical-coordinate representation of color #53D462: hue angle of 126.98º 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 #53D462 is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 83 | 212 | 98 | - |
| CMYK | 0.61 | 0 | 0.54 | 0.17 |
| HSL | 126.98º | 0.6% | 0.58% | - |
| HSV(B) | 126.98º | 0.61% | 0.83% | - |
| XYZ | 29.32 | 49.81 | 19.62 | - |
| YUV | 160.43 | 92.76 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 212 | 98 | 0.61 | 0 | 0.54 | 0.17 | 126.98 | 0.6 | 0.58 |
| Hex | 53 | D4 | 62 | 3D | 0 | 36 | 11 | 7F | 3C | 3A |
| Octal | 123 | 324 | 142 | 75 | 0 | 66 | 21 | 177 | 74 | 72 |
| Binary | 1010011 | 11010100 | 1100010 | 111101 | 0 | 110110 | 10001 | 1111111 | 111100 | 111010 |
Color Harmonies of #53D462
Complementary color
Monochromatic Colors of #53D462
Black with #53D462
Text Example
Text Example
White with #53D462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D462; }
p { color: rgb(83,212,98); }
H1.HeaderClassName
{
color: #53D462;
}
.AnyTagClassName
{
color: #53D462;
}
</style>
background-color css
<style>
a { background-color: #53D462; }
a { background-color: rgb(83,212,98); }
div.DivClassName
{
background-color: #53D462;
}
.BgClassName
{
background-color: #53D462;
}
</style>
border-color css
<style>
span { border-color: #53D462; }
span { border-color: rgb(83,212,98); }
td.TdClassName
{
border-color: #53D462;
}
.TagClassName
{
border-color: #53D462;
}
</style>