Shades of Emerald #50D37C
Tints of Emerald #50D37C
RGB
CMYK
RGB Variations
Color information
#50D37C (or 0x50D37C) is known color: Emerald. HEX triplet: 50, D3 and 7C. RGB value is (80,211,124). Sum of RGB (Red+Green+Blue) = 80+211+124=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 211 (82.81% from 255 or 50.84% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 211 - color contains mainly: green. Hex color #50D37C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D37C is #AF2C83. Grayscale: #A2A2A2. Windows color (decimal): -11480196 or 8180560. OLE color: 8180560.
HSL color Cylindrical-coordinate representation of color #50D37C: hue angle of 140.15º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D37C is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 211 | 124 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.17 |
| HSL | 140.15º | 0.6% | 0.57% | - |
| HSV(B) | 140.15º | 0.62% | 0.83% | - |
| XYZ | 30.24 | 49.75 | 27.08 | - |
| YUV | 161.91 | 106.6 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 211 | 124 | 0.62 | 0 | 0.41 | 0.17 | 140.15 | 0.6 | 0.57 |
| Hex | 50 | D3 | 7C | 3E | 0 | 29 | 11 | 8C | 3C | 39 |
| Octal | 120 | 323 | 174 | 76 | 0 | 51 | 21 | 214 | 74 | 71 |
| Binary | 1010000 | 11010011 | 1111100 | 111110 | 0 | 101001 | 10001 | 10001100 | 111100 | 111001 |
Color Harmonies of #50D37C
Complementary color
Monochromatic Colors of #50D37C
Black with #50D37C
Text Example
Text Example
White with #50D37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D37C; }
p { color: rgb(80,211,124); }
H1.HeaderClassName
{
color: #50D37C;
}
.AnyTagClassName
{
color: #50D37C;
}
</style>
background-color css
<style>
a { background-color: #50D37C; }
a { background-color: rgb(80,211,124); }
div.DivClassName
{
background-color: #50D37C;
}
.BgClassName
{
background-color: #50D37C;
}
</style>
border-color css
<style>
span { border-color: #50D37C; }
span { border-color: rgb(80,211,124); }
td.TdClassName
{
border-color: #50D37C;
}
.TagClassName
{
border-color: #50D37C;
}
</style>