Shades of Silver Tree #5FBC80
Tints of Silver Tree #5FBC80
RGB
CMYK
RGB Variations
Color information
#5FBC80 (or 0x5FBC80) is known color: Silver Tree. HEX triplet: 5F, BC and 80. RGB value is (95,188,128). Sum of RGB (Red+Green+Blue) = 95+188+128=411 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.11% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBC80 is #A0437F. Grayscale: #999999. Windows color (decimal): -10503040 or 8436831. OLE color: 8436831.
HSL color Cylindrical-coordinate representation of color #5FBC80: hue angle of 141.29º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBC80 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 128 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.26 |
| HSL | 141.29º | 0.41% | 0.55% | - |
| HSV(B) | 141.29º | 0.49% | 0.74% | - |
| XYZ | 26.6 | 39.96 | 26.73 | - |
| YUV | 153.35 | 113.69 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 128 | 0.49 | 0 | 0.32 | 0.26 | 141.29 | 0.41 | 0.55 |
| Hex | 5F | BC | 80 | 31 | 0 | 20 | 1A | 8D | 29 | 37 |
| Octal | 137 | 274 | 200 | 61 | 0 | 40 | 32 | 215 | 51 | 67 |
| Binary | 1011111 | 10111100 | 10000000 | 110001 | 0 | 100000 | 11010 | 10001101 | 101001 | 110111 |
Color Harmonies of #5FBC80
Complementary color
Monochromatic Colors of #5FBC80
Black with #5FBC80
Text Example
Text Example
White with #5FBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC80; }
p { color: rgb(95,188,128); }
H1.HeaderClassName
{
color: #5FBC80;
}
.AnyTagClassName
{
color: #5FBC80;
}
</style>
background-color css
<style>
a { background-color: #5FBC80; }
a { background-color: rgb(95,188,128); }
div.DivClassName
{
background-color: #5FBC80;
}
.BgClassName
{
background-color: #5FBC80;
}
</style>
border-color css
<style>
span { border-color: #5FBC80; }
span { border-color: rgb(95,188,128); }
td.TdClassName
{
border-color: #5FBC80;
}
.TagClassName
{
border-color: #5FBC80;
}
</style>