Shades of Emerald #53D762
Tints of Emerald #53D762
RGB
CMYK
RGB Variations
Color information
#53D762 (or 0x53D762) is known color: Emerald. HEX triplet: 53, D7 and 62. RGB value is (83,215,98). Sum of RGB (Red+Green+Blue) = 83+215+98=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 215 (84.38% from 255 or 54.29% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 215 - color contains mainly: green. Hex color #53D762 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D762 is #AC289D. Grayscale: #A2A2A2. Windows color (decimal): -11282590 or 6477651. OLE color: 6477651.
HSL color Cylindrical-coordinate representation of color #53D762: hue angle of 126.82º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D762 is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 215 | 98 | - |
| CMYK | 0.61 | 0 | 0.54 | 0.16 |
| HSL | 126.82º | 0.62% | 0.58% | - |
| HSV(B) | 126.82º | 0.61% | 0.84% | - |
| XYZ | 30.07 | 51.32 | 19.88 | - |
| YUV | 162.19 | 91.77 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 215 | 98 | 0.61 | 0 | 0.54 | 0.16 | 126.82 | 0.62 | 0.58 |
| Hex | 53 | D7 | 62 | 3D | 0 | 36 | 10 | 7F | 3E | 3A |
| Octal | 123 | 327 | 142 | 75 | 0 | 66 | 20 | 177 | 76 | 72 |
| Binary | 1010011 | 11010111 | 1100010 | 111101 | 0 | 110110 | 10000 | 1111111 | 111110 | 111010 |
Color Harmonies of #53D762
Complementary color
Monochromatic Colors of #53D762
Black with #53D762
Text Example
Text Example
White with #53D762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D762; }
p { color: rgb(83,215,98); }
H1.HeaderClassName
{
color: #53D762;
}
.AnyTagClassName
{
color: #53D762;
}
</style>
background-color css
<style>
a { background-color: #53D762; }
a { background-color: rgb(83,215,98); }
div.DivClassName
{
background-color: #53D762;
}
.BgClassName
{
background-color: #53D762;
}
</style>
border-color css
<style>
span { border-color: #53D762; }
span { border-color: rgb(83,215,98); }
td.TdClassName
{
border-color: #53D762;
}
.TagClassName
{
border-color: #53D762;
}
</style>