Shades of Emerald #50DB84
Tints of Emerald #50DB84
RGB
CMYK
RGB Variations
Color information
#50DB84 (or 0x50DB84) is known color: Emerald. HEX triplet: 50, DB and 84. RGB value is (80,219,132). Sum of RGB (Red+Green+Blue) = 80+219+132=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DB84 is #AF247B. Grayscale: #A7A7A7. Windows color (decimal): -11478140 or 8706896. OLE color: 8706896.
HSL color Cylindrical-coordinate representation of color #50DB84: hue angle of 142.45º 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 #50DB84 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 219 | 132 | - |
| CMYK | 0.63 | 0 | 0.40 | 0.14 |
| HSL | 142.45º | 0.66% | 0.59% | - |
| HSV(B) | 142.45º | 0.63% | 0.86% | - |
| XYZ | 32.8 | 54.03 | 30.53 | - |
| YUV | 167.52 | 107.95 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 132 | 0.63 | 0 | 0.40 | 0.14 | 142.45 | 0.66 | 0.59 |
| Hex | 50 | DB | 84 | 3F | 0 | 28 | E | 8E | 42 | 3B |
| Octal | 120 | 333 | 204 | 77 | 0 | 50 | 16 | 216 | 102 | 73 |
| Binary | 1010000 | 11011011 | 10000100 | 111111 | 0 | 101000 | 1110 | 10001110 | 1000010 | 111011 |
Color Harmonies of #50DB84
Complementary color
Monochromatic Colors of #50DB84
Black with #50DB84
Text Example
Text Example
White with #50DB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DB84; }
p { color: rgb(80,219,132); }
H1.HeaderClassName
{
color: #50DB84;
}
.AnyTagClassName
{
color: #50DB84;
}
</style>
background-color css
<style>
a { background-color: #50DB84; }
a { background-color: rgb(80,219,132); }
div.DivClassName
{
background-color: #50DB84;
}
.BgClassName
{
background-color: #50DB84;
}
</style>
border-color css
<style>
span { border-color: #50DB84; }
span { border-color: rgb(80,219,132); }
td.TdClassName
{
border-color: #50DB84;
}
.TagClassName
{
border-color: #50DB84;
}
</style>