Shades of Emerald #50ED7C
Tints of Emerald #50ED7C
RGB
CMYK
RGB Variations
Color information
#50ED7C (or 0x50ED7C) is known color: Emerald. HEX triplet: 50, ED and 7C. RGB value is (80,237,124). Sum of RGB (Red+Green+Blue) = 80+237+124=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 237 (92.97% from 255 or 53.74% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 237 - color contains mainly: green. Hex color #50ED7C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50ED7C is #AF1283. Grayscale: #B1B1B1. Windows color (decimal): -11473540 or 8187216. OLE color: 8187216.
HSL color Cylindrical-coordinate representation of color #50ED7C: hue angle of 136.82º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50ED7C is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 237 | 124 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.07 |
| HSL | 136.82º | 0.81% | 0.62% | - |
| HSV(B) | 136.82º | 0.66% | 0.93% | - |
| XYZ | 37.23 | 63.73 | 29.41 | - |
| YUV | 177.18 | 97.99 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 237 | 124 | 0.66 | 0 | 0.48 | 0.07 | 136.82 | 0.81 | 0.62 |
| Hex | 50 | ED | 7C | 42 | 0 | 30 | 7 | 89 | 51 | 3E |
| Octal | 120 | 355 | 174 | 102 | 0 | 60 | 7 | 211 | 121 | 76 |
| Binary | 1010000 | 11101101 | 1111100 | 1000010 | 0 | 110000 | 111 | 10001001 | 1010001 | 111110 |
Color Harmonies of #50ED7C
Complementary color
Monochromatic Colors of #50ED7C
Black with #50ED7C
Text Example
Text Example
White with #50ED7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ED7C; }
p { color: rgb(80,237,124); }
H1.HeaderClassName
{
color: #50ED7C;
}
.AnyTagClassName
{
color: #50ED7C;
}
</style>
background-color css
<style>
a { background-color: #50ED7C; }
a { background-color: rgb(80,237,124); }
div.DivClassName
{
background-color: #50ED7C;
}
.BgClassName
{
background-color: #50ED7C;
}
</style>
border-color css
<style>
span { border-color: #50ED7C; }
span { border-color: rgb(80,237,124); }
td.TdClassName
{
border-color: #50ED7C;
}
.TagClassName
{
border-color: #50ED7C;
}
</style>