Shades of Emerald #53D689
Tints of Emerald #53D689
RGB
CMYK
RGB Variations
Color information
#53D689 (or 0x53D689) is known color: Emerald. HEX triplet: 53, D6 and 89. RGB value is (83,214,137). Sum of RGB (Red+Green+Blue) = 83+214+137=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #53D689 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D689 is #AC2976. Grayscale: #A6A6A6. Windows color (decimal): -11282807 or 9033299. OLE color: 9033299.
HSL color Cylindrical-coordinate representation of color #53D689: hue angle of 144.73º 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 #53D689 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 214 | 137 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.16 |
| HSL | 144.73º | 0.62% | 0.58% | - |
| HSV(B) | 144.73º | 0.61% | 0.84% | - |
| XYZ | 32.13 | 51.74 | 31.96 | - |
| YUV | 166.05 | 111.6 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 214 | 137 | 0.61 | 0 | 0.36 | 0.16 | 144.73 | 0.62 | 0.58 |
| Hex | 53 | D6 | 89 | 3D | 0 | 24 | 10 | 91 | 3E | 3A |
| Octal | 123 | 326 | 211 | 75 | 0 | 44 | 20 | 221 | 76 | 72 |
| Binary | 1010011 | 11010110 | 10001001 | 111101 | 0 | 100100 | 10000 | 10010001 | 111110 | 111010 |
Color Harmonies of #53D689
Complementary color
Monochromatic Colors of #53D689
Black with #53D689
Text Example
Text Example
White with #53D689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D689; }
p { color: rgb(83,214,137); }
H1.HeaderClassName
{
color: #53D689;
}
.AnyTagClassName
{
color: #53D689;
}
</style>
background-color css
<style>
a { background-color: #53D689; }
a { background-color: rgb(83,214,137); }
div.DivClassName
{
background-color: #53D689;
}
.BgClassName
{
background-color: #53D689;
}
</style>
border-color css
<style>
span { border-color: #53D689; }
span { border-color: rgb(83,214,137); }
td.TdClassName
{
border-color: #53D689;
}
.TagClassName
{
border-color: #53D689;
}
</style>