Shades of Silver Tree #50BF89
Tints of Silver Tree #50BF89
RGB
CMYK
RGB Variations
Color information
#50BF89 (or 0x50BF89) is known color: Silver Tree. HEX triplet: 50, BF and 89. RGB value is (80,191,137). Sum of RGB (Red+Green+Blue) = 80+191+137=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BF89 is #AF4076. Grayscale: #979797. Windows color (decimal): -11485303 or 9027408. OLE color: 9027408.
HSL color Cylindrical-coordinate representation of color #50BF89: hue angle of 150.81º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BF89 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 191 | 137 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.25 |
| HSL | 150.81º | 0.46% | 0.53% | - |
| HSV(B) | 150.81º | 0.58% | 0.75% | - |
| XYZ | 26.45 | 40.77 | 30.14 | - |
| YUV | 151.66 | 119.73 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 191 | 137 | 0.58 | 0 | 0.28 | 0.25 | 150.81 | 0.46 | 0.53 |
| Hex | 50 | BF | 89 | 3A | 0 | 1C | 19 | 97 | 2E | 35 |
| Octal | 120 | 277 | 211 | 72 | 0 | 34 | 31 | 227 | 56 | 65 |
| Binary | 1010000 | 10111111 | 10001001 | 111010 | 0 | 11100 | 11001 | 10010111 | 101110 | 110101 |
Color Harmonies of #50BF89
Complementary color
Monochromatic Colors of #50BF89
Black with #50BF89
Text Example
Text Example
White with #50BF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BF89; }
p { color: rgb(80,191,137); }
H1.HeaderClassName
{
color: #50BF89;
}
.AnyTagClassName
{
color: #50BF89;
}
</style>
background-color css
<style>
a { background-color: #50BF89; }
a { background-color: rgb(80,191,137); }
div.DivClassName
{
background-color: #50BF89;
}
.BgClassName
{
background-color: #50BF89;
}
</style>
border-color css
<style>
span { border-color: #50BF89; }
span { border-color: rgb(80,191,137); }
td.TdClassName
{
border-color: #50BF89;
}
.TagClassName
{
border-color: #50BF89;
}
</style>