Shades of Emerald #50F293
Tints of Emerald #50F293
RGB
CMYK
RGB Variations
Color information
#50F293 (or 0x50F293) is known color: Emerald. HEX triplet: 50, F2 and 93. RGB value is (80,242,147). Sum of RGB (Red+Green+Blue) = 80+242+147=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 242 (94.92% from 255 or 51.60% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 242 - color contains mainly: green. Hex color #50F293 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F293 is #AF0D6C. Grayscale: #B6B6B6. Windows color (decimal): -11472237 or 9695824. OLE color: 9695824.
HSL color Cylindrical-coordinate representation of color #50F293: hue angle of 144.81º degrees, saturation: 0.86, 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 #50F293 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 242 | 147 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.05 |
| HSL | 144.81º | 0.86% | 0.63% | - |
| HSV(B) | 144.81º | 0.67% | 0.95% | - |
| XYZ | 40.33 | 67.32 | 38.47 | - |
| YUV | 182.73 | 107.83 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 242 | 147 | 0.67 | 0 | 0.39 | 0.05 | 144.81 | 0.86 | 0.63 |
| Hex | 50 | F2 | 93 | 43 | 0 | 27 | 5 | 91 | 56 | 3F |
| Octal | 120 | 362 | 223 | 103 | 0 | 47 | 5 | 221 | 126 | 77 |
| Binary | 1010000 | 11110010 | 10010011 | 1000011 | 0 | 100111 | 101 | 10010001 | 1010110 | 111111 |
Color Harmonies of #50F293
Complementary color
Monochromatic Colors of #50F293
Black with #50F293
Text Example
Text Example
White with #50F293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F293; }
p { color: rgb(80,242,147); }
H1.HeaderClassName
{
color: #50F293;
}
.AnyTagClassName
{
color: #50F293;
}
</style>
background-color css
<style>
a { background-color: #50F293; }
a { background-color: rgb(80,242,147); }
div.DivClassName
{
background-color: #50F293;
}
.BgClassName
{
background-color: #50F293;
}
</style>
border-color css
<style>
span { border-color: #50F293; }
span { border-color: rgb(80,242,147); }
td.TdClassName
{
border-color: #50F293;
}
.TagClassName
{
border-color: #50F293;
}
</style>