Shades of Emerald #53D691
Tints of Emerald #53D691
RGB
CMYK
RGB Variations
Color information
#53D691 (or 0x53D691) is known color: Emerald. HEX triplet: 53, D6 and 91. RGB value is (83,214,145). Sum of RGB (Red+Green+Blue) = 83+214+145=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #53D691 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D691 is #AC296E. Grayscale: #A7A7A7. Windows color (decimal): -11282799 or 9557587. OLE color: 9557587.
HSL color Cylindrical-coordinate representation of color #53D691: hue angle of 148.4º 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 #53D691 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 214 | 145 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.16 |
| HSL | 148.4º | 0.62% | 0.58% | - |
| HSV(B) | 148.4º | 0.61% | 0.84% | - |
| XYZ | 32.72 | 51.98 | 35.1 | - |
| YUV | 166.97 | 115.6 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 214 | 145 | 0.61 | 0 | 0.32 | 0.16 | 148.4 | 0.62 | 0.58 |
| Hex | 53 | D6 | 91 | 3D | 0 | 20 | 10 | 94 | 3E | 3A |
| Octal | 123 | 326 | 221 | 75 | 0 | 40 | 20 | 224 | 76 | 72 |
| Binary | 1010011 | 11010110 | 10010001 | 111101 | 0 | 100000 | 10000 | 10010100 | 111110 | 111010 |
Color Harmonies of #53D691
Complementary color
Monochromatic Colors of #53D691
Black with #53D691
Text Example
Text Example
White with #53D691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D691; }
p { color: rgb(83,214,145); }
H1.HeaderClassName
{
color: #53D691;
}
.AnyTagClassName
{
color: #53D691;
}
</style>
background-color css
<style>
a { background-color: #53D691; }
a { background-color: rgb(83,214,145); }
div.DivClassName
{
background-color: #53D691;
}
.BgClassName
{
background-color: #53D691;
}
</style>
border-color css
<style>
span { border-color: #53D691; }
span { border-color: rgb(83,214,145); }
td.TdClassName
{
border-color: #53D691;
}
.TagClassName
{
border-color: #53D691;
}
</style>