Shades of Emerald #50F090
Tints of Emerald #50F090
RGB
CMYK
RGB Variations
Color information
#50F090 (or 0x50F090) is known color: Emerald. HEX triplet: 50, F0 and 90. RGB value is (80,240,144). Sum of RGB (Red+Green+Blue) = 80+240+144=464 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.24% from 464); Green value is 240 (94.14% from 255 or 51.72% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 240 - color contains mainly: green. Hex color #50F090 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F090 is #AF0F6F. Grayscale: #B5B5B5. Windows color (decimal): -11472752 or 9498704. OLE color: 9498704.
HSL color Cylindrical-coordinate representation of color #50F090: hue angle of 144º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F090 is Cyan = 0.67, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 240 | 144 | - |
| CMYK | 0.67 | 0 | 0.4 | 0.06 |
| HSL | 144º | 0.84% | 0.63% | - |
| HSV(B) | 144º | 0.67% | 0.94% | - |
| XYZ | 39.5 | 66.04 | 37.05 | - |
| YUV | 181.22 | 106.99 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 240 | 144 | 0.67 | 0 | 0.4 | 0.06 | 144 | 0.84 | 0.63 |
| Hex | 50 | F0 | 90 | 43 | 0 | 28 | 6 | 90 | 54 | 3F |
| Octal | 120 | 360 | 220 | 103 | 0 | 50 | 6 | 220 | 124 | 77 |
| Binary | 1010000 | 11110000 | 10010000 | 1000011 | 0 | 101000 | 110 | 10010000 | 1010100 | 111111 |
Color Harmonies of #50F090
Complementary color
Monochromatic Colors of #50F090
Black with #50F090
Text Example
Text Example
White with #50F090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F090; }
p { color: rgb(80,240,144); }
H1.HeaderClassName
{
color: #50F090;
}
.AnyTagClassName
{
color: #50F090;
}
</style>
background-color css
<style>
a { background-color: #50F090; }
a { background-color: rgb(80,240,144); }
div.DivClassName
{
background-color: #50F090;
}
.BgClassName
{
background-color: #50F090;
}
</style>
border-color css
<style>
span { border-color: #50F090; }
span { border-color: rgb(80,240,144); }
td.TdClassName
{
border-color: #50F090;
}
.TagClassName
{
border-color: #50F090;
}
</style>