Shades of Emerald #50F289
Tints of Emerald #50F289
RGB
CMYK
RGB Variations
Color information
#50F289 (or 0x50F289) is known color: Emerald. HEX triplet: 50, F2 and 89. RGB value is (80,242,137). Sum of RGB (Red+Green+Blue) = 80+242+137=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 242 (94.92% from 255 or 52.72% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 242 - color contains mainly: green. Hex color #50F289 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F289 is #AF0D76. Grayscale: #B5B5B5. Windows color (decimal): -11472247 or 9040464. OLE color: 9040464.
HSL color Cylindrical-coordinate representation of color #50F289: hue angle of 141.11º 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 #50F289 is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 242 | 137 | - |
| CMYK | 0.67 | 0 | 0.43 | 0.05 |
| HSL | 141.11º | 0.86% | 0.63% | - |
| HSV(B) | 141.11º | 0.67% | 0.95% | - |
| XYZ | 39.58 | 67.02 | 34.52 | - |
| YUV | 181.59 | 102.83 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 242 | 137 | 0.67 | 0 | 0.43 | 0.05 | 141.11 | 0.86 | 0.63 |
| Hex | 50 | F2 | 89 | 43 | 0 | 2B | 5 | 8D | 56 | 3F |
| Octal | 120 | 362 | 211 | 103 | 0 | 53 | 5 | 215 | 126 | 77 |
| Binary | 1010000 | 11110010 | 10001001 | 1000011 | 0 | 101011 | 101 | 10001101 | 1010110 | 111111 |
Color Harmonies of #50F289
Complementary color
Monochromatic Colors of #50F289
Black with #50F289
Text Example
Text Example
White with #50F289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F289; }
p { color: rgb(80,242,137); }
H1.HeaderClassName
{
color: #50F289;
}
.AnyTagClassName
{
color: #50F289;
}
</style>
background-color css
<style>
a { background-color: #50F289; }
a { background-color: rgb(80,242,137); }
div.DivClassName
{
background-color: #50F289;
}
.BgClassName
{
background-color: #50F289;
}
</style>
border-color css
<style>
span { border-color: #50F289; }
span { border-color: rgb(80,242,137); }
td.TdClassName
{
border-color: #50F289;
}
.TagClassName
{
border-color: #50F289;
}
</style>