Shades of Emerald #50F092
Tints of Emerald #50F092
RGB
CMYK
RGB Variations
Color information
#50F092 (or 0x50F092) is known color: Emerald. HEX triplet: 50, F0 and 92. RGB value is (80,240,146). Sum of RGB (Red+Green+Blue) = 80+240+146=466 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.17% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #50F092 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F092 is #AF0F6D. Grayscale: #B5B5B5. Windows color (decimal): -11472750 or 9629776. OLE color: 9629776.
HSL color Cylindrical-coordinate representation of color #50F092: hue angle of 144.75º 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 #50F092 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 240 | 146 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.06 |
| HSL | 144.75º | 0.84% | 0.63% | - |
| HSV(B) | 144.75º | 0.67% | 0.94% | - |
| XYZ | 39.66 | 66.1 | 37.86 | - |
| YUV | 181.44 | 107.99 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 240 | 146 | 0.67 | 0 | 0.39 | 0.06 | 144.75 | 0.84 | 0.63 |
| Hex | 50 | F0 | 92 | 43 | 0 | 27 | 6 | 91 | 54 | 3F |
| Octal | 120 | 360 | 222 | 103 | 0 | 47 | 6 | 221 | 124 | 77 |
| Binary | 1010000 | 11110000 | 10010010 | 1000011 | 0 | 100111 | 110 | 10010001 | 1010100 | 111111 |
Color Harmonies of #50F092
Complementary color
Monochromatic Colors of #50F092
Black with #50F092
Text Example
Text Example
White with #50F092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F092; }
p { color: rgb(80,240,146); }
H1.HeaderClassName
{
color: #50F092;
}
.AnyTagClassName
{
color: #50F092;
}
</style>
background-color css
<style>
a { background-color: #50F092; }
a { background-color: rgb(80,240,146); }
div.DivClassName
{
background-color: #50F092;
}
.BgClassName
{
background-color: #50F092;
}
</style>
border-color css
<style>
span { border-color: #50F092; }
span { border-color: rgb(80,240,146); }
td.TdClassName
{
border-color: #50F092;
}
.TagClassName
{
border-color: #50F092;
}
</style>