Shades of Emerald #50EE7D
Tints of Emerald #50EE7D
RGB
CMYK
RGB Variations
Color information
#50EE7D (or 0x50EE7D) is known color: Emerald. HEX triplet: 50, EE and 7D. RGB value is (80,238,125). Sum of RGB (Red+Green+Blue) = 80+238+125=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 238 (93.36% from 255 or 53.72% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 238 - color contains mainly: green. Hex color #50EE7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EE7D is #AF1182. Grayscale: #B2B2B2. Windows color (decimal): -11473283 or 8253008. OLE color: 8253008.
HSL color Cylindrical-coordinate representation of color #50EE7D: hue angle of 137.09º degrees, saturation: 0.82, 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 #50EE7D is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 238 | 125 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.07 |
| HSL | 137.09º | 0.82% | 0.62% | - |
| HSV(B) | 137.09º | 0.66% | 0.93% | - |
| XYZ | 37.58 | 64.34 | 29.84 | - |
| YUV | 177.88 | 98.15 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 238 | 125 | 0.66 | 0 | 0.47 | 0.07 | 137.09 | 0.82 | 0.62 |
| Hex | 50 | EE | 7D | 42 | 0 | 2F | 7 | 89 | 52 | 3E |
| Octal | 120 | 356 | 175 | 102 | 0 | 57 | 7 | 211 | 122 | 76 |
| Binary | 1010000 | 11101110 | 1111101 | 1000010 | 0 | 101111 | 111 | 10001001 | 1010010 | 111110 |
Color Harmonies of #50EE7D
Complementary color
Monochromatic Colors of #50EE7D
Black with #50EE7D
Text Example
Text Example
White with #50EE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EE7D; }
p { color: rgb(80,238,125); }
H1.HeaderClassName
{
color: #50EE7D;
}
.AnyTagClassName
{
color: #50EE7D;
}
</style>
background-color css
<style>
a { background-color: #50EE7D; }
a { background-color: rgb(80,238,125); }
div.DivClassName
{
background-color: #50EE7D;
}
.BgClassName
{
background-color: #50EE7D;
}
</style>
border-color css
<style>
span { border-color: #50EE7D; }
span { border-color: rgb(80,238,125); }
td.TdClassName
{
border-color: #50EE7D;
}
.TagClassName
{
border-color: #50EE7D;
}
</style>