Shades of Emerald #50DB5D
Tints of Emerald #50DB5D
RGB
CMYK
RGB Variations
Color information
#50DB5D (or 0x50DB5D) is known color: Emerald. HEX triplet: 50, DB and 5D. RGB value is (80,219,93). Sum of RGB (Red+Green+Blue) = 80+219+93=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 219 (85.94% from 255 or 55.87% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DB5D is #AF24A2. Grayscale: #A3A3A3. Windows color (decimal): -11478179 or 6150992. OLE color: 6150992.
HSL color Cylindrical-coordinate representation of color #50DB5D: hue angle of 125.61º 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 #50DB5D is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 219 | 93 | - |
| CMYK | 0.63 | 0 | 0.58 | 0.14 |
| HSL | 125.61º | 0.66% | 0.59% | - |
| HSV(B) | 125.61º | 0.63% | 0.86% | - |
| XYZ | 30.62 | 53.16 | 19 | - |
| YUV | 163.08 | 88.45 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 93 | 0.63 | 0 | 0.58 | 0.14 | 125.61 | 0.66 | 0.59 |
| Hex | 50 | DB | 5D | 3F | 0 | 3A | E | 7E | 42 | 3B |
| Octal | 120 | 333 | 135 | 77 | 0 | 72 | 16 | 176 | 102 | 73 |
| Binary | 1010000 | 11011011 | 1011101 | 111111 | 0 | 111010 | 1110 | 1111110 | 1000010 | 111011 |
Color Harmonies of #50DB5D
Complementary color
Monochromatic Colors of #50DB5D
Black with #50DB5D
Text Example
Text Example
White with #50DB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DB5D; }
p { color: rgb(80,219,93); }
H1.HeaderClassName
{
color: #50DB5D;
}
.AnyTagClassName
{
color: #50DB5D;
}
</style>
background-color css
<style>
a { background-color: #50DB5D; }
a { background-color: rgb(80,219,93); }
div.DivClassName
{
background-color: #50DB5D;
}
.BgClassName
{
background-color: #50DB5D;
}
</style>
border-color css
<style>
span { border-color: #50DB5D; }
span { border-color: rgb(80,219,93); }
td.TdClassName
{
border-color: #50DB5D;
}
.TagClassName
{
border-color: #50DB5D;
}
</style>