Shades of Emerald #50F490
Tints of Emerald #50F490
RGB
CMYK
RGB Variations
Color information
#50F490 (or 0x50F490) is known color: Emerald. HEX triplet: 50, F4 and 90. RGB value is (80,244,144). Sum of RGB (Red+Green+Blue) = 80+244+144=468 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.09% from 468); Green value is 244 (95.70% from 255 or 52.14% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 244 - color contains mainly: green. Hex color #50F490 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F490 is #AF0B6F. Grayscale: #B7B7B7. Windows color (decimal): -11471728 or 9499728. OLE color: 9499728.
HSL color Cylindrical-coordinate representation of color #50F490: hue angle of 143.41º 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 #50F490 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 244 | 144 | - |
| CMYK | 0.67 | 0 | 0.41 | 0.04 |
| HSL | 143.41º | 0.88% | 0.64% | - |
| HSV(B) | 143.41º | 0.67% | 0.96% | - |
| XYZ | 40.69 | 68.42 | 37.45 | - |
| YUV | 183.56 | 105.67 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 244 | 144 | 0.67 | 0 | 0.41 | 0.04 | 143.41 | 0.88 | 0.64 |
| Hex | 50 | F4 | 90 | 43 | 0 | 29 | 4 | 8F | 58 | 40 |
| Octal | 120 | 364 | 220 | 103 | 0 | 51 | 4 | 217 | 130 | 100 |
| Binary | 1010000 | 11110100 | 10010000 | 1000011 | 0 | 101001 | 100 | 10001111 | 1011000 | 1000000 |
Color Harmonies of #50F490
Complementary color
Monochromatic Colors of #50F490
Black with #50F490
Text Example
Text Example
White with #50F490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F490; }
p { color: rgb(80,244,144); }
H1.HeaderClassName
{
color: #50F490;
}
.AnyTagClassName
{
color: #50F490;
}
</style>
background-color css
<style>
a { background-color: #50F490; }
a { background-color: rgb(80,244,144); }
div.DivClassName
{
background-color: #50F490;
}
.BgClassName
{
background-color: #50F490;
}
</style>
border-color css
<style>
span { border-color: #50F490; }
span { border-color: rgb(80,244,144); }
td.TdClassName
{
border-color: #50F490;
}
.TagClassName
{
border-color: #50F490;
}
</style>