Shades of Emerald #50E57A
Tints of Emerald #50E57A
RGB
CMYK
RGB Variations
Color information
#50E57A (or 0x50E57A) is known color: Emerald. HEX triplet: 50, E5 and 7A. RGB value is (80,229,122). Sum of RGB (Red+Green+Blue) = 80+229+122=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 229 (89.84% from 255 or 53.13% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 229 - color contains mainly: green. Hex color #50E57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E57A is #AF1A85. Grayscale: #ACACAC. Windows color (decimal): -11475590 or 8054096. OLE color: 8054096.
HSL color Cylindrical-coordinate representation of color #50E57A: hue angle of 136.91º 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 #50E57A is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 122 | - |
| CMYK | 0.65 | 0 | 0.47 | 0.10 |
| HSL | 136.91º | 0.74% | 0.61% | - |
| HSV(B) | 136.91º | 0.65% | 0.9% | - |
| XYZ | 34.84 | 59.15 | 27.99 | - |
| YUV | 172.25 | 99.64 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 122 | 0.65 | 0 | 0.47 | 0.10 | 136.91 | 0.74 | 0.61 |
| Hex | 50 | E5 | 7A | 41 | 0 | 2F | A | 89 | 4A | 3D |
| Octal | 120 | 345 | 172 | 101 | 0 | 57 | 12 | 211 | 112 | 75 |
| Binary | 1010000 | 11100101 | 1111010 | 1000001 | 0 | 101111 | 1010 | 10001001 | 1001010 | 111101 |
Color Harmonies of #50E57A
Complementary color
Monochromatic Colors of #50E57A
Black with #50E57A
Text Example
Text Example
White with #50E57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E57A; }
p { color: rgb(80,229,122); }
H1.HeaderClassName
{
color: #50E57A;
}
.AnyTagClassName
{
color: #50E57A;
}
</style>
background-color css
<style>
a { background-color: #50E57A; }
a { background-color: rgb(80,229,122); }
div.DivClassName
{
background-color: #50E57A;
}
.BgClassName
{
background-color: #50E57A;
}
</style>
border-color css
<style>
span { border-color: #50E57A; }
span { border-color: rgb(80,229,122); }
td.TdClassName
{
border-color: #50E57A;
}
.TagClassName
{
border-color: #50E57A;
}
</style>