Shades of Emerald #50E580
Tints of Emerald #50E580
RGB
CMYK
RGB Variations
Color information
#50E580 (or 0x50E580) is known color: Emerald. HEX triplet: 50, E5 and 80. RGB value is (80,229,128). Sum of RGB (Red+Green+Blue) = 80+229+128=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 229 (89.84% from 255 or 52.40% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 229 - color contains mainly: green. Hex color #50E580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E580 is #AF1A7F. Grayscale: #ADADAD. Windows color (decimal): -11475584 or 8447312. OLE color: 8447312.
HSL color Cylindrical-coordinate representation of color #50E580: hue angle of 139.33º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E580 is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 128 | - |
| CMYK | 0.65 | 0 | 0.44 | 0.10 |
| HSL | 139.33º | 0.74% | 0.61% | - |
| HSV(B) | 139.33º | 0.65% | 0.9% | - |
| XYZ | 35.22 | 59.3 | 30.01 | - |
| YUV | 172.94 | 102.64 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 128 | 0.65 | 0 | 0.44 | 0.10 | 139.33 | 0.74 | 0.61 |
| Hex | 50 | E5 | 80 | 41 | 0 | 2C | A | 8B | 4A | 3D |
| Octal | 120 | 345 | 200 | 101 | 0 | 54 | 12 | 213 | 112 | 75 |
| Binary | 1010000 | 11100101 | 10000000 | 1000001 | 0 | 101100 | 1010 | 10001011 | 1001010 | 111101 |
Color Harmonies of #50E580
Complementary color
Monochromatic Colors of #50E580
Black with #50E580
Text Example
Text Example
White with #50E580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E580; }
p { color: rgb(80,229,128); }
H1.HeaderClassName
{
color: #50E580;
}
.AnyTagClassName
{
color: #50E580;
}
</style>
background-color css
<style>
a { background-color: #50E580; }
a { background-color: rgb(80,229,128); }
div.DivClassName
{
background-color: #50E580;
}
.BgClassName
{
background-color: #50E580;
}
</style>
border-color css
<style>
span { border-color: #50E580; }
span { border-color: rgb(80,229,128); }
td.TdClassName
{
border-color: #50E580;
}
.TagClassName
{
border-color: #50E580;
}
</style>