Shades of Emerald #50E570
Tints of Emerald #50E570
RGB
CMYK
RGB Variations
Color information
#50E570 (or 0x50E570) is known color: Emerald. HEX triplet: 50, E5 and 70. RGB value is (80,229,112). Sum of RGB (Red+Green+Blue) = 80+229+112=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 229 (89.84% from 255 or 54.39% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 229 - color contains mainly: green. Hex color #50E570 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E570 is #AF1A8F. Grayscale: #ABABAB. Windows color (decimal): -11475600 or 7398736. OLE color: 7398736.
HSL color Cylindrical-coordinate representation of color #50E570: hue angle of 132.89º 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 #50E570 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 112 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.10 |
| HSL | 132.89º | 0.74% | 0.61% | - |
| HSV(B) | 132.89º | 0.65% | 0.9% | - |
| XYZ | 34.25 | 58.91 | 24.9 | - |
| YUV | 171.11 | 94.64 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 112 | 0.65 | 0 | 0.51 | 0.10 | 132.89 | 0.74 | 0.61 |
| Hex | 50 | E5 | 70 | 41 | 0 | 33 | A | 85 | 4A | 3D |
| Octal | 120 | 345 | 160 | 101 | 0 | 63 | 12 | 205 | 112 | 75 |
| Binary | 1010000 | 11100101 | 1110000 | 1000001 | 0 | 110011 | 1010 | 10000101 | 1001010 | 111101 |
Color Harmonies of #50E570
Complementary color
Monochromatic Colors of #50E570
Black with #50E570
Text Example
Text Example
White with #50E570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E570; }
p { color: rgb(80,229,112); }
H1.HeaderClassName
{
color: #50E570;
}
.AnyTagClassName
{
color: #50E570;
}
</style>
background-color css
<style>
a { background-color: #50E570; }
a { background-color: rgb(80,229,112); }
div.DivClassName
{
background-color: #50E570;
}
.BgClassName
{
background-color: #50E570;
}
</style>
border-color css
<style>
span { border-color: #50E570; }
span { border-color: rgb(80,229,112); }
td.TdClassName
{
border-color: #50E570;
}
.TagClassName
{
border-color: #50E570;
}
</style>