Shades of Emerald #50FB91
Tints of Emerald #50FB91
RGB
CMYK
RGB Variations
Color information
#50FB91 (or 0x50FB91) is known color: Emerald. HEX triplet: 50, FB and 91. RGB value is (80,251,145). Sum of RGB (Red+Green+Blue) = 80+251+145=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 251 (98.44% from 255 or 52.73% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 251 - color contains mainly: green. Hex color #50FB91 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FB91 is #AF046E. Grayscale: #BCBCBC. Windows color (decimal): -11469935 or 9567056. OLE color: 9567056.
HSL color Cylindrical-coordinate representation of color #50FB91: hue angle of 142.81º degrees, saturation: 0.96, 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 #50FB91 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 251 | 145 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.02 |
| HSL | 142.81º | 0.96% | 0.65% | - |
| HSV(B) | 142.81º | 0.68% | 0.98% | - |
| XYZ | 42.92 | 72.74 | 38.57 | - |
| YUV | 187.79 | 103.85 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 251 | 145 | 0.68 | 0 | 0.42 | 0.02 | 142.81 | 0.96 | 0.65 |
| Hex | 50 | FB | 91 | 44 | 0 | 2A | 2 | 8F | 60 | 41 |
| Octal | 120 | 373 | 221 | 104 | 0 | 52 | 2 | 217 | 140 | 101 |
| Binary | 1010000 | 11111011 | 10010001 | 1000100 | 0 | 101010 | 10 | 10001111 | 1100000 | 1000001 |
Color Harmonies of #50FB91
Complementary color
Monochromatic Colors of #50FB91
Black with #50FB91
Text Example
Text Example
White with #50FB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FB91; }
p { color: rgb(80,251,145); }
H1.HeaderClassName
{
color: #50FB91;
}
.AnyTagClassName
{
color: #50FB91;
}
</style>
background-color css
<style>
a { background-color: #50FB91; }
a { background-color: rgb(80,251,145); }
div.DivClassName
{
background-color: #50FB91;
}
.BgClassName
{
background-color: #50FB91;
}
</style>
border-color css
<style>
span { border-color: #50FB91; }
span { border-color: rgb(80,251,145); }
td.TdClassName
{
border-color: #50FB91;
}
.TagClassName
{
border-color: #50FB91;
}
</style>