Shades of Emerald #50F07E
Tints of Emerald #50F07E
RGB
CMYK
RGB Variations
Color information
#50F07E (or 0x50F07E) is known color: Emerald. HEX triplet: 50, F0 and 7E. RGB value is (80,240,126). Sum of RGB (Red+Green+Blue) = 80+240+126=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 240 (94.14% from 255 or 53.81% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 240 - color contains mainly: green. Hex color #50F07E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F07E is #AF0F81. Grayscale: #B3B3B3. Windows color (decimal): -11472770 or 8319056. OLE color: 8319056.
HSL color Cylindrical-coordinate representation of color #50F07E: hue angle of 137.25º 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 #50F07E is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 240 | 126 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.06 |
| HSL | 137.25º | 0.84% | 0.63% | - |
| HSV(B) | 137.25º | 0.67% | 0.94% | - |
| XYZ | 38.23 | 65.53 | 30.37 | - |
| YUV | 179.16 | 97.99 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 240 | 126 | 0.67 | 0 | 0.48 | 0.06 | 137.25 | 0.84 | 0.63 |
| Hex | 50 | F0 | 7E | 43 | 0 | 30 | 6 | 89 | 54 | 3F |
| Octal | 120 | 360 | 176 | 103 | 0 | 60 | 6 | 211 | 124 | 77 |
| Binary | 1010000 | 11110000 | 1111110 | 1000011 | 0 | 110000 | 110 | 10001001 | 1010100 | 111111 |
Color Harmonies of #50F07E
Complementary color
Monochromatic Colors of #50F07E
Black with #50F07E
Text Example
Text Example
White with #50F07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F07E; }
p { color: rgb(80,240,126); }
H1.HeaderClassName
{
color: #50F07E;
}
.AnyTagClassName
{
color: #50F07E;
}
</style>
background-color css
<style>
a { background-color: #50F07E; }
a { background-color: rgb(80,240,126); }
div.DivClassName
{
background-color: #50F07E;
}
.BgClassName
{
background-color: #50F07E;
}
</style>
border-color css
<style>
span { border-color: #50F07E; }
span { border-color: rgb(80,240,126); }
td.TdClassName
{
border-color: #50F07E;
}
.TagClassName
{
border-color: #50F07E;
}
</style>