Shades of Emerald #50F48E
Tints of Emerald #50F48E
RGB
CMYK
RGB Variations
Color information
#50F48E (or 0x50F48E) is known color: Emerald. HEX triplet: 50, F4 and 8E. RGB value is (80,244,142). Sum of RGB (Red+Green+Blue) = 80+244+142=466 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.17% from 466); Green value is 244 (95.70% from 255 or 52.36% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 244 - color contains mainly: green. Hex color #50F48E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F48E is #AF0B71. Grayscale: #B7B7B7. Windows color (decimal): -11471730 or 9368656. OLE color: 9368656.
HSL color Cylindrical-coordinate representation of color #50F48E: hue angle of 142.68º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F48E is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 244 | 142 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.04 |
| HSL | 142.68º | 0.88% | 0.64% | - |
| HSV(B) | 142.68º | 0.67% | 0.96% | - |
| XYZ | 40.54 | 68.36 | 36.65 | - |
| YUV | 183.34 | 104.67 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 244 | 142 | 0.67 | 0 | 0.42 | 0.04 | 142.68 | 0.88 | 0.64 |
| Hex | 50 | F4 | 8E | 43 | 0 | 2A | 4 | 8F | 58 | 40 |
| Octal | 120 | 364 | 216 | 103 | 0 | 52 | 4 | 217 | 130 | 100 |
| Binary | 1010000 | 11110100 | 10001110 | 1000011 | 0 | 101010 | 100 | 10001111 | 1011000 | 1000000 |
Color Harmonies of #50F48E
Complementary color
Monochromatic Colors of #50F48E
Black with #50F48E
Text Example
Text Example
White with #50F48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F48E; }
p { color: rgb(80,244,142); }
H1.HeaderClassName
{
color: #50F48E;
}
.AnyTagClassName
{
color: #50F48E;
}
</style>
background-color css
<style>
a { background-color: #50F48E; }
a { background-color: rgb(80,244,142); }
div.DivClassName
{
background-color: #50F48E;
}
.BgClassName
{
background-color: #50F48E;
}
</style>
border-color css
<style>
span { border-color: #50F48E; }
span { border-color: rgb(80,244,142); }
td.TdClassName
{
border-color: #50F48E;
}
.TagClassName
{
border-color: #50F48E;
}
</style>