Shades of Emerald #50F095
Tints of Emerald #50F095
RGB
CMYK
RGB Variations
Color information
#50F095 (or 0x50F095) is known color: Emerald. HEX triplet: 50, F0 and 95. RGB value is (80,240,149). Sum of RGB (Red+Green+Blue) = 80+240+149=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 240 (94.14% from 255 or 51.17% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 240 - color contains mainly: green. Hex color #50F095 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F095 is #AF0F6A. Grayscale: #B5B5B5. Windows color (decimal): -11472747 or 9826384. OLE color: 9826384.
HSL color Cylindrical-coordinate representation of color #50F095: hue angle of 145.88º 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 #50F095 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 240 | 149 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.06 |
| HSL | 145.88º | 0.84% | 0.63% | - |
| HSV(B) | 145.88º | 0.67% | 0.94% | - |
| XYZ | 39.89 | 66.2 | 39.11 | - |
| YUV | 181.79 | 109.49 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 240 | 149 | 0.67 | 0 | 0.38 | 0.06 | 145.88 | 0.84 | 0.63 |
| Hex | 50 | F0 | 95 | 43 | 0 | 26 | 6 | 92 | 54 | 3F |
| Octal | 120 | 360 | 225 | 103 | 0 | 46 | 6 | 222 | 124 | 77 |
| Binary | 1010000 | 11110000 | 10010101 | 1000011 | 0 | 100110 | 110 | 10010010 | 1010100 | 111111 |
Color Harmonies of #50F095
Complementary color
Monochromatic Colors of #50F095
Black with #50F095
Text Example
Text Example
White with #50F095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F095; }
p { color: rgb(80,240,149); }
H1.HeaderClassName
{
color: #50F095;
}
.AnyTagClassName
{
color: #50F095;
}
</style>
background-color css
<style>
a { background-color: #50F095; }
a { background-color: rgb(80,240,149); }
div.DivClassName
{
background-color: #50F095;
}
.BgClassName
{
background-color: #50F095;
}
</style>
border-color css
<style>
span { border-color: #50F095; }
span { border-color: rgb(80,240,149); }
td.TdClassName
{
border-color: #50F095;
}
.TagClassName
{
border-color: #50F095;
}
</style>