Shades of Emerald #50DB8A
Tints of Emerald #50DB8A
RGB
CMYK
RGB Variations
Color information
#50DB8A (or 0x50DB8A) is known color: Emerald. HEX triplet: 50, DB and 8A. RGB value is (80,219,138). Sum of RGB (Red+Green+Blue) = 80+219+138=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DB8A is #AF2475. Grayscale: #A8A8A8. Windows color (decimal): -11478134 or 9100112. OLE color: 9100112.
HSL color Cylindrical-coordinate representation of color #50DB8A: hue angle of 145.04º 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 #50DB8A is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 219 | 138 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.14 |
| HSL | 145.04º | 0.66% | 0.59% | - |
| HSV(B) | 145.04º | 0.63% | 0.86% | - |
| XYZ | 33.23 | 54.2 | 32.76 | - |
| YUV | 168.21 | 110.95 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 138 | 0.63 | 0 | 0.37 | 0.14 | 145.04 | 0.66 | 0.59 |
| Hex | 50 | DB | 8A | 3F | 0 | 25 | E | 91 | 42 | 3B |
| Octal | 120 | 333 | 212 | 77 | 0 | 45 | 16 | 221 | 102 | 73 |
| Binary | 1010000 | 11011011 | 10001010 | 111111 | 0 | 100101 | 1110 | 10010001 | 1000010 | 111011 |
Color Harmonies of #50DB8A
Complementary color
Monochromatic Colors of #50DB8A
Black with #50DB8A
Text Example
Text Example
White with #50DB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DB8A; }
p { color: rgb(80,219,138); }
H1.HeaderClassName
{
color: #50DB8A;
}
.AnyTagClassName
{
color: #50DB8A;
}
</style>
background-color css
<style>
a { background-color: #50DB8A; }
a { background-color: rgb(80,219,138); }
div.DivClassName
{
background-color: #50DB8A;
}
.BgClassName
{
background-color: #50DB8A;
}
</style>
border-color css
<style>
span { border-color: #50DB8A; }
span { border-color: rgb(80,219,138); }
td.TdClassName
{
border-color: #50DB8A;
}
.TagClassName
{
border-color: #50DB8A;
}
</style>