Shades of Emerald #50DB89
Tints of Emerald #50DB89
RGB
CMYK
RGB Variations
Color information
#50DB89 (or 0x50DB89) is known color: Emerald. HEX triplet: 50, DB and 89. RGB value is (80,219,137). Sum of RGB (Red+Green+Blue) = 80+219+137=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DB89 is #AF2476. Grayscale: #A8A8A8. Windows color (decimal): -11478135 or 9034576. OLE color: 9034576.
HSL color Cylindrical-coordinate representation of color #50DB89: hue angle of 144.6º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DB89 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 219 | 137 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.14 |
| HSL | 144.6º | 0.66% | 0.59% | - |
| HSV(B) | 144.6º | 0.63% | 0.86% | - |
| XYZ | 33.16 | 54.17 | 32.38 | - |
| YUV | 168.09 | 110.45 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 137 | 0.63 | 0 | 0.37 | 0.14 | 144.6 | 0.66 | 0.59 |
| Hex | 50 | DB | 89 | 3F | 0 | 25 | E | 91 | 42 | 3B |
| Octal | 120 | 333 | 211 | 77 | 0 | 45 | 16 | 221 | 102 | 73 |
| Binary | 1010000 | 11011011 | 10001001 | 111111 | 0 | 100101 | 1110 | 10010001 | 1000010 | 111011 |
Color Harmonies of #50DB89
Complementary color
Monochromatic Colors of #50DB89
Black with #50DB89
Text Example
Text Example
White with #50DB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DB89; }
p { color: rgb(80,219,137); }
H1.HeaderClassName
{
color: #50DB89;
}
.AnyTagClassName
{
color: #50DB89;
}
</style>
background-color css
<style>
a { background-color: #50DB89; }
a { background-color: rgb(80,219,137); }
div.DivClassName
{
background-color: #50DB89;
}
.BgClassName
{
background-color: #50DB89;
}
</style>
border-color css
<style>
span { border-color: #50DB89; }
span { border-color: rgb(80,219,137); }
td.TdClassName
{
border-color: #50DB89;
}
.TagClassName
{
border-color: #50DB89;
}
</style>