Shades of Emerald #50DB7C
Tints of Emerald #50DB7C
RGB
CMYK
RGB Variations
Color information
#50DB7C (or 0x50DB7C) is known color: Emerald. HEX triplet: 50, DB and 7C. RGB value is (80,219,124). Sum of RGB (Red+Green+Blue) = 80+219+124=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 219 (85.94% from 255 or 51.77% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DB7C is #AF2483. Grayscale: #A6A6A6. Windows color (decimal): -11478148 or 8182608. OLE color: 8182608.
HSL color Cylindrical-coordinate representation of color #50DB7C: hue angle of 138.99º 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 #50DB7C is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 219 | 124 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.14 |
| HSL | 138.99º | 0.66% | 0.59% | - |
| HSV(B) | 138.99º | 0.63% | 0.86% | - |
| XYZ | 32.28 | 53.82 | 27.76 | - |
| YUV | 166.61 | 103.95 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 124 | 0.63 | 0 | 0.43 | 0.14 | 138.99 | 0.66 | 0.59 |
| Hex | 50 | DB | 7C | 3F | 0 | 2B | E | 8B | 42 | 3B |
| Octal | 120 | 333 | 174 | 77 | 0 | 53 | 16 | 213 | 102 | 73 |
| Binary | 1010000 | 11011011 | 1111100 | 111111 | 0 | 101011 | 1110 | 10001011 | 1000010 | 111011 |
Color Harmonies of #50DB7C
Complementary color
Monochromatic Colors of #50DB7C
Black with #50DB7C
Text Example
Text Example
White with #50DB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DB7C; }
p { color: rgb(80,219,124); }
H1.HeaderClassName
{
color: #50DB7C;
}
.AnyTagClassName
{
color: #50DB7C;
}
</style>
background-color css
<style>
a { background-color: #50DB7C; }
a { background-color: rgb(80,219,124); }
div.DivClassName
{
background-color: #50DB7C;
}
.BgClassName
{
background-color: #50DB7C;
}
</style>
border-color css
<style>
span { border-color: #50DB7C; }
span { border-color: rgb(80,219,124); }
td.TdClassName
{
border-color: #50DB7C;
}
.TagClassName
{
border-color: #50DB7C;
}
</style>