Shades of Emerald #50F98C
Tints of Emerald #50F98C
RGB
CMYK
RGB Variations
Color information
#50F98C (or 0x50F98C) is known color: Emerald. HEX triplet: 50, F9 and 8C. RGB value is (80,249,140). Sum of RGB (Red+Green+Blue) = 80+249+140=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 249 (97.66% from 255 or 53.09% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 249 - color contains mainly: green. Hex color #50F98C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F98C is #AF0673. Grayscale: #BABABA. Windows color (decimal): -11470452 or 9238864. OLE color: 9238864.
HSL color Cylindrical-coordinate representation of color #50F98C: hue angle of 141.3º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F98C is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 249 | 140 | - |
| CMYK | 0.68 | 0 | 0.44 | 0.02 |
| HSL | 141.3º | 0.93% | 0.65% | - |
| HSV(B) | 141.3º | 0.68% | 0.98% | - |
| XYZ | 41.92 | 71.35 | 36.37 | - |
| YUV | 186.04 | 102.01 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 249 | 140 | 0.68 | 0 | 0.44 | 0.02 | 141.3 | 0.93 | 0.65 |
| Hex | 50 | F9 | 8C | 44 | 0 | 2C | 2 | 8D | 5D | 41 |
| Octal | 120 | 371 | 214 | 104 | 0 | 54 | 2 | 215 | 135 | 101 |
| Binary | 1010000 | 11111001 | 10001100 | 1000100 | 0 | 101100 | 10 | 10001101 | 1011101 | 1000001 |
Color Harmonies of #50F98C
Complementary color
Monochromatic Colors of #50F98C
Black with #50F98C
Text Example
Text Example
White with #50F98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F98C; }
p { color: rgb(80,249,140); }
H1.HeaderClassName
{
color: #50F98C;
}
.AnyTagClassName
{
color: #50F98C;
}
</style>
background-color css
<style>
a { background-color: #50F98C; }
a { background-color: rgb(80,249,140); }
div.DivClassName
{
background-color: #50F98C;
}
.BgClassName
{
background-color: #50F98C;
}
</style>
border-color css
<style>
span { border-color: #50F98C; }
span { border-color: rgb(80,249,140); }
td.TdClassName
{
border-color: #50F98C;
}
.TagClassName
{
border-color: #50F98C;
}
</style>