Shades of Silver Tree #50BE8C
Tints of Silver Tree #50BE8C
RGB
CMYK
RGB Variations
Color information
#50BE8C (or 0x50BE8C) is known color: Silver Tree. HEX triplet: 50, BE and 8C. RGB value is (80,190,140). Sum of RGB (Red+Green+Blue) = 80+190+140=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BE8C is #AF4173. Grayscale: #979797. Windows color (decimal): -11485556 or 9223760. OLE color: 9223760.
HSL color Cylindrical-coordinate representation of color #50BE8C: hue angle of 152.73º 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 #50BE8C is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 190 | 140 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.25 |
| HSL | 152.73º | 0.46% | 0.53% | - |
| HSV(B) | 152.73º | 0.58% | 0.75% | - |
| XYZ | 26.46 | 40.43 | 31.22 | - |
| YUV | 151.41 | 121.56 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 140 | 0.58 | 0 | 0.26 | 0.25 | 152.73 | 0.46 | 0.53 |
| Hex | 50 | BE | 8C | 3A | 0 | 1A | 19 | 99 | 2E | 35 |
| Octal | 120 | 276 | 214 | 72 | 0 | 32 | 31 | 231 | 56 | 65 |
| Binary | 1010000 | 10111110 | 10001100 | 111010 | 0 | 11010 | 11001 | 10011001 | 101110 | 110101 |
Color Harmonies of #50BE8C
Complementary color
Monochromatic Colors of #50BE8C
Black with #50BE8C
Text Example
Text Example
White with #50BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BE8C; }
p { color: rgb(80,190,140); }
H1.HeaderClassName
{
color: #50BE8C;
}
.AnyTagClassName
{
color: #50BE8C;
}
</style>
background-color css
<style>
a { background-color: #50BE8C; }
a { background-color: rgb(80,190,140); }
div.DivClassName
{
background-color: #50BE8C;
}
.BgClassName
{
background-color: #50BE8C;
}
</style>
border-color css
<style>
span { border-color: #50BE8C; }
span { border-color: rgb(80,190,140); }
td.TdClassName
{
border-color: #50BE8C;
}
.TagClassName
{
border-color: #50BE8C;
}
</style>