Shades of Emerald #50D97D
Tints of Emerald #50D97D
RGB
CMYK
RGB Variations
Color information
#50D97D (or 0x50D97D) is known color: Emerald. HEX triplet: 50, D9 and 7D. RGB value is (80,217,125). Sum of RGB (Red+Green+Blue) = 80+217+125=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 217 (85.16% from 255 or 51.42% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 217 - color contains mainly: green. Hex color #50D97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D97D is #AF2682. Grayscale: #A5A5A5. Windows color (decimal): -11478659 or 8247632. OLE color: 8247632.
HSL color Cylindrical-coordinate representation of color #50D97D: hue angle of 139.71º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D97D is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 217 | 125 | - |
| CMYK | 0.63 | 0 | 0.42 | 0.15 |
| HSL | 139.71º | 0.64% | 0.58% | - |
| HSV(B) | 139.71º | 0.63% | 0.85% | - |
| XYZ | 31.82 | 52.81 | 27.92 | - |
| YUV | 165.55 | 105.11 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 217 | 125 | 0.63 | 0 | 0.42 | 0.15 | 139.71 | 0.64 | 0.58 |
| Hex | 50 | D9 | 7D | 3F | 0 | 2A | F | 8C | 40 | 3A |
| Octal | 120 | 331 | 175 | 77 | 0 | 52 | 17 | 214 | 100 | 72 |
| Binary | 1010000 | 11011001 | 1111101 | 111111 | 0 | 101010 | 1111 | 10001100 | 1000000 | 111010 |
Color Harmonies of #50D97D
Complementary color
Monochromatic Colors of #50D97D
Black with #50D97D
Text Example
Text Example
White with #50D97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D97D; }
p { color: rgb(80,217,125); }
H1.HeaderClassName
{
color: #50D97D;
}
.AnyTagClassName
{
color: #50D97D;
}
</style>
background-color css
<style>
a { background-color: #50D97D; }
a { background-color: rgb(80,217,125); }
div.DivClassName
{
background-color: #50D97D;
}
.BgClassName
{
background-color: #50D97D;
}
</style>
border-color css
<style>
span { border-color: #50D97D; }
span { border-color: rgb(80,217,125); }
td.TdClassName
{
border-color: #50D97D;
}
.TagClassName
{
border-color: #50D97D;
}
</style>