Shades of Emerald #50E28F
Tints of Emerald #50E28F
RGB
CMYK
RGB Variations
Color information
#50E28F (or 0x50E28F) is known color: Emerald. HEX triplet: 50, E2 and 8F. RGB value is (80,226,143). Sum of RGB (Red+Green+Blue) = 80+226+143=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 226 (88.67% from 255 or 50.33% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 226 - color contains mainly: green. Hex color #50E28F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E28F is #AF1D70. Grayscale: #ADADAD. Windows color (decimal): -11476337 or 9429584. OLE color: 9429584.
HSL color Cylindrical-coordinate representation of color #50E28F: hue angle of 145.89º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E28F is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 226 | 143 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.11 |
| HSL | 145.89º | 0.72% | 0.6% | - |
| HSV(B) | 145.89º | 0.65% | 0.89% | - |
| XYZ | 35.46 | 58.08 | 35.33 | - |
| YUV | 172.88 | 111.13 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 226 | 143 | 0.65 | 0 | 0.37 | 0.11 | 145.89 | 0.72 | 0.6 |
| Hex | 50 | E2 | 8F | 41 | 0 | 25 | B | 92 | 48 | 3C |
| Octal | 120 | 342 | 217 | 101 | 0 | 45 | 13 | 222 | 110 | 74 |
| Binary | 1010000 | 11100010 | 10001111 | 1000001 | 0 | 100101 | 1011 | 10010010 | 1001000 | 111100 |
Color Harmonies of #50E28F
Complementary color
Monochromatic Colors of #50E28F
Black with #50E28F
Text Example
Text Example
White with #50E28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E28F; }
p { color: rgb(80,226,143); }
H1.HeaderClassName
{
color: #50E28F;
}
.AnyTagClassName
{
color: #50E28F;
}
</style>
background-color css
<style>
a { background-color: #50E28F; }
a { background-color: rgb(80,226,143); }
div.DivClassName
{
background-color: #50E28F;
}
.BgClassName
{
background-color: #50E28F;
}
</style>
border-color css
<style>
span { border-color: #50E28F; }
span { border-color: rgb(80,226,143); }
td.TdClassName
{
border-color: #50E28F;
}
.TagClassName
{
border-color: #50E28F;
}
</style>