Shades of Emerald #50E57D
Tints of Emerald #50E57D
RGB
CMYK
RGB Variations
Color information
#50E57D (or 0x50E57D) is known color: Emerald. HEX triplet: 50, E5 and 7D. RGB value is (80,229,125). Sum of RGB (Red+Green+Blue) = 80+229+125=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 229 (89.84% from 255 or 52.76% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 229 - color contains mainly: green. Hex color #50E57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E57D is #AF1A82. Grayscale: #ACACAC. Windows color (decimal): -11475587 or 8250704. OLE color: 8250704.
HSL color Cylindrical-coordinate representation of color #50E57D: hue angle of 138.12º 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 #50E57D is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 125 | - |
| CMYK | 0.65 | 0 | 0.45 | 0.10 |
| HSL | 138.12º | 0.74% | 0.61% | - |
| HSV(B) | 138.12º | 0.65% | 0.9% | - |
| XYZ | 35.03 | 59.22 | 28.99 | - |
| YUV | 172.59 | 101.14 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 125 | 0.65 | 0 | 0.45 | 0.10 | 138.12 | 0.74 | 0.61 |
| Hex | 50 | E5 | 7D | 41 | 0 | 2D | A | 8A | 4A | 3D |
| Octal | 120 | 345 | 175 | 101 | 0 | 55 | 12 | 212 | 112 | 75 |
| Binary | 1010000 | 11100101 | 1111101 | 1000001 | 0 | 101101 | 1010 | 10001010 | 1001010 | 111101 |
Color Harmonies of #50E57D
Complementary color
Monochromatic Colors of #50E57D
Black with #50E57D
Text Example
Text Example
White with #50E57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E57D; }
p { color: rgb(80,229,125); }
H1.HeaderClassName
{
color: #50E57D;
}
.AnyTagClassName
{
color: #50E57D;
}
</style>
background-color css
<style>
a { background-color: #50E57D; }
a { background-color: rgb(80,229,125); }
div.DivClassName
{
background-color: #50E57D;
}
.BgClassName
{
background-color: #50E57D;
}
</style>
border-color css
<style>
span { border-color: #50E57D; }
span { border-color: rgb(80,229,125); }
td.TdClassName
{
border-color: #50E57D;
}
.TagClassName
{
border-color: #50E57D;
}
</style>