Shades of Emerald #50D67E
Tints of Emerald #50D67E
RGB
CMYK
RGB Variations
Color information
#50D67E (or 0x50D67E) is known color: Emerald. HEX triplet: 50, D6 and 7E. RGB value is (80,214,126). Sum of RGB (Red+Green+Blue) = 80+214+126=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #50D67E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D67E is #AF2981. Grayscale: #A4A4A4. Windows color (decimal): -11479426 or 8312400. OLE color: 8312400.
HSL color Cylindrical-coordinate representation of color #50D67E: hue angle of 140.6º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D67E is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 214 | 126 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.16 |
| HSL | 140.6º | 0.62% | 0.58% | - |
| HSV(B) | 140.6º | 0.63% | 0.84% | - |
| XYZ | 31.12 | 51.3 | 28 | - |
| YUV | 163.9 | 106.61 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 214 | 126 | 0.63 | 0 | 0.41 | 0.16 | 140.6 | 0.62 | 0.58 |
| Hex | 50 | D6 | 7E | 3F | 0 | 29 | 10 | 8D | 3E | 3A |
| Octal | 120 | 326 | 176 | 77 | 0 | 51 | 20 | 215 | 76 | 72 |
| Binary | 1010000 | 11010110 | 1111110 | 111111 | 0 | 101001 | 10000 | 10001101 | 111110 | 111010 |
Color Harmonies of #50D67E
Complementary color
Monochromatic Colors of #50D67E
Black with #50D67E
Text Example
Text Example
White with #50D67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D67E; }
p { color: rgb(80,214,126); }
H1.HeaderClassName
{
color: #50D67E;
}
.AnyTagClassName
{
color: #50D67E;
}
</style>
background-color css
<style>
a { background-color: #50D67E; }
a { background-color: rgb(80,214,126); }
div.DivClassName
{
background-color: #50D67E;
}
.BgClassName
{
background-color: #50D67E;
}
</style>
border-color css
<style>
span { border-color: #50D67E; }
span { border-color: rgb(80,214,126); }
td.TdClassName
{
border-color: #50D67E;
}
.TagClassName
{
border-color: #50D67E;
}
</style>