Shades of Emerald #50DB80
Tints of Emerald #50DB80
RGB
CMYK
RGB Variations
Color information
#50DB80 (or 0x50DB80) is known color: Emerald. HEX triplet: 50, DB and 80. RGB value is (80,219,128). Sum of RGB (Red+Green+Blue) = 80+219+128=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 219 (85.94% from 255 or 51.29% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DB80 is #AF247F. Grayscale: #A7A7A7. Windows color (decimal): -11478144 or 8444752. OLE color: 8444752.
HSL color Cylindrical-coordinate representation of color #50DB80: hue angle of 140.72º 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 #50DB80 is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 219 | 128 | - |
| CMYK | 0.63 | 0 | 0.42 | 0.14 |
| HSL | 140.72º | 0.66% | 0.59% | - |
| HSV(B) | 140.72º | 0.63% | 0.86% | - |
| XYZ | 32.54 | 53.93 | 29.12 | - |
| YUV | 167.07 | 105.95 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 128 | 0.63 | 0 | 0.42 | 0.14 | 140.72 | 0.66 | 0.59 |
| Hex | 50 | DB | 80 | 3F | 0 | 2A | E | 8D | 42 | 3B |
| Octal | 120 | 333 | 200 | 77 | 0 | 52 | 16 | 215 | 102 | 73 |
| Binary | 1010000 | 11011011 | 10000000 | 111111 | 0 | 101010 | 1110 | 10001101 | 1000010 | 111011 |
Color Harmonies of #50DB80
Complementary color
Monochromatic Colors of #50DB80
Black with #50DB80
Text Example
Text Example
White with #50DB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DB80; }
p { color: rgb(80,219,128); }
H1.HeaderClassName
{
color: #50DB80;
}
.AnyTagClassName
{
color: #50DB80;
}
</style>
background-color css
<style>
a { background-color: #50DB80; }
a { background-color: rgb(80,219,128); }
div.DivClassName
{
background-color: #50DB80;
}
.BgClassName
{
background-color: #50DB80;
}
</style>
border-color css
<style>
span { border-color: #50DB80; }
span { border-color: rgb(80,219,128); }
td.TdClassName
{
border-color: #50DB80;
}
.TagClassName
{
border-color: #50DB80;
}
</style>