Shades of Emerald #50ED7D
Tints of Emerald #50ED7D
RGB
CMYK
RGB Variations
Color information
#50ED7D (or 0x50ED7D) is known color: Emerald. HEX triplet: 50, ED and 7D. RGB value is (80,237,125). Sum of RGB (Red+Green+Blue) = 80+237+125=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 237 (92.97% from 255 or 53.62% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 237 - color contains mainly: green. Hex color #50ED7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50ED7D is #AF1282. Grayscale: #B1B1B1. Windows color (decimal): -11473539 or 8252752. OLE color: 8252752.
HSL color Cylindrical-coordinate representation of color #50ED7D: hue angle of 137.2º 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 #50ED7D is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 237 | 125 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.07 |
| HSL | 137.2º | 0.81% | 0.62% | - |
| HSV(B) | 137.2º | 0.66% | 0.93% | - |
| XYZ | 37.29 | 63.75 | 29.74 | - |
| YUV | 177.29 | 98.49 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 237 | 125 | 0.66 | 0 | 0.47 | 0.07 | 137.2 | 0.81 | 0.62 |
| Hex | 50 | ED | 7D | 42 | 0 | 2F | 7 | 89 | 51 | 3E |
| Octal | 120 | 355 | 175 | 102 | 0 | 57 | 7 | 211 | 121 | 76 |
| Binary | 1010000 | 11101101 | 1111101 | 1000010 | 0 | 101111 | 111 | 10001001 | 1010001 | 111110 |
Color Harmonies of #50ED7D
Complementary color
Monochromatic Colors of #50ED7D
Black with #50ED7D
Text Example
Text Example
White with #50ED7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ED7D; }
p { color: rgb(80,237,125); }
H1.HeaderClassName
{
color: #50ED7D;
}
.AnyTagClassName
{
color: #50ED7D;
}
</style>
background-color css
<style>
a { background-color: #50ED7D; }
a { background-color: rgb(80,237,125); }
div.DivClassName
{
background-color: #50ED7D;
}
.BgClassName
{
background-color: #50ED7D;
}
</style>
border-color css
<style>
span { border-color: #50ED7D; }
span { border-color: rgb(80,237,125); }
td.TdClassName
{
border-color: #50ED7D;
}
.TagClassName
{
border-color: #50ED7D;
}
</style>