Shades of Silver Tree #50BC89
Tints of Silver Tree #50BC89
RGB
CMYK
RGB Variations
Color information
#50BC89 (or 0x50BC89) is known color: Silver Tree. HEX triplet: 50, BC and 89. RGB value is (80,188,137). Sum of RGB (Red+Green+Blue) = 80+188+137=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BC89 is #AF4376. Grayscale: #959595. Windows color (decimal): -11486071 or 9026640. OLE color: 9026640.
HSL color Cylindrical-coordinate representation of color #50BC89: hue angle of 151.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BC89 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 188 | 137 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.26 |
| HSL | 151.67º | 0.45% | 0.53% | - |
| HSV(B) | 151.67º | 0.57% | 0.74% | - |
| XYZ | 25.81 | 39.48 | 29.93 | - |
| YUV | 149.89 | 120.72 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 137 | 0.57 | 0 | 0.27 | 0.26 | 151.67 | 0.45 | 0.53 |
| Hex | 50 | BC | 89 | 39 | 0 | 1B | 1A | 98 | 2D | 35 |
| Octal | 120 | 274 | 211 | 71 | 0 | 33 | 32 | 230 | 55 | 65 |
| Binary | 1010000 | 10111100 | 10001001 | 111001 | 0 | 11011 | 11010 | 10011000 | 101101 | 110101 |
Color Harmonies of #50BC89
Complementary color
Monochromatic Colors of #50BC89
Black with #50BC89
Text Example
Text Example
White with #50BC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BC89; }
p { color: rgb(80,188,137); }
H1.HeaderClassName
{
color: #50BC89;
}
.AnyTagClassName
{
color: #50BC89;
}
</style>
background-color css
<style>
a { background-color: #50BC89; }
a { background-color: rgb(80,188,137); }
div.DivClassName
{
background-color: #50BC89;
}
.BgClassName
{
background-color: #50BC89;
}
</style>
border-color css
<style>
span { border-color: #50BC89; }
span { border-color: rgb(80,188,137); }
td.TdClassName
{
border-color: #50BC89;
}
.TagClassName
{
border-color: #50BC89;
}
</style>