Shades of Emerald #50D37F
Tints of Emerald #50D37F
RGB
CMYK
RGB Variations
Color information
#50D37F (or 0x50D37F) is known color: Emerald. HEX triplet: 50, D3 and 7F. RGB value is (80,211,127). Sum of RGB (Red+Green+Blue) = 80+211+127=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 211 (82.81% from 255 or 50.48% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 211 - color contains mainly: green. Hex color #50D37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D37F is #AF2C80. Grayscale: #A2A2A2. Windows color (decimal): -11480193 or 8377168. OLE color: 8377168.
HSL color Cylindrical-coordinate representation of color #50D37F: hue angle of 141.53º 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 #50D37F is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 211 | 127 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.17 |
| HSL | 141.53º | 0.6% | 0.57% | - |
| HSV(B) | 141.53º | 0.62% | 0.83% | - |
| XYZ | 30.43 | 49.83 | 28.09 | - |
| YUV | 162.26 | 108.1 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 211 | 127 | 0.62 | 0 | 0.40 | 0.17 | 141.53 | 0.6 | 0.57 |
| Hex | 50 | D3 | 7F | 3E | 0 | 28 | 11 | 8E | 3C | 39 |
| Octal | 120 | 323 | 177 | 76 | 0 | 50 | 21 | 216 | 74 | 71 |
| Binary | 1010000 | 11010011 | 1111111 | 111110 | 0 | 101000 | 10001 | 10001110 | 111100 | 111001 |
Color Harmonies of #50D37F
Complementary color
Monochromatic Colors of #50D37F
Black with #50D37F
Text Example
Text Example
White with #50D37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D37F; }
p { color: rgb(80,211,127); }
H1.HeaderClassName
{
color: #50D37F;
}
.AnyTagClassName
{
color: #50D37F;
}
</style>
background-color css
<style>
a { background-color: #50D37F; }
a { background-color: rgb(80,211,127); }
div.DivClassName
{
background-color: #50D37F;
}
.BgClassName
{
background-color: #50D37F;
}
</style>
border-color css
<style>
span { border-color: #50D37F; }
span { border-color: rgb(80,211,127); }
td.TdClassName
{
border-color: #50D37F;
}
.TagClassName
{
border-color: #50D37F;
}
</style>