Shades of Emerald #50F392
Tints of Emerald #50F392
RGB
CMYK
RGB Variations
Color information
#50F392 (or 0x50F392) is known color: Emerald. HEX triplet: 50, F3 and 92. RGB value is (80,243,146). Sum of RGB (Red+Green+Blue) = 80+243+146=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 243 (95.31% from 255 or 51.81% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 243 - color contains mainly: green. Hex color #50F392 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F392 is #AF0C6D. Grayscale: #B7B7B7. Windows color (decimal): -11471982 or 9630544. OLE color: 9630544.
HSL color Cylindrical-coordinate representation of color #50F392: hue angle of 144.29º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F392 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 243 | 146 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.05 |
| HSL | 144.29º | 0.87% | 0.63% | - |
| HSV(B) | 144.29º | 0.67% | 0.95% | - |
| XYZ | 40.55 | 67.88 | 38.16 | - |
| YUV | 183.21 | 107 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 243 | 146 | 0.67 | 0 | 0.40 | 0.05 | 144.29 | 0.87 | 0.63 |
| Hex | 50 | F3 | 92 | 43 | 0 | 28 | 5 | 90 | 57 | 3F |
| Octal | 120 | 363 | 222 | 103 | 0 | 50 | 5 | 220 | 127 | 77 |
| Binary | 1010000 | 11110011 | 10010010 | 1000011 | 0 | 101000 | 101 | 10010000 | 1010111 | 111111 |
Color Harmonies of #50F392
Complementary color
Monochromatic Colors of #50F392
Black with #50F392
Text Example
Text Example
White with #50F392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F392; }
p { color: rgb(80,243,146); }
H1.HeaderClassName
{
color: #50F392;
}
.AnyTagClassName
{
color: #50F392;
}
</style>
background-color css
<style>
a { background-color: #50F392; }
a { background-color: rgb(80,243,146); }
div.DivClassName
{
background-color: #50F392;
}
.BgClassName
{
background-color: #50F392;
}
</style>
border-color css
<style>
span { border-color: #50F392; }
span { border-color: rgb(80,243,146); }
td.TdClassName
{
border-color: #50F392;
}
.TagClassName
{
border-color: #50F392;
}
</style>