Shades of Silver Tree #5FB780
Tints of Silver Tree #5FB780
RGB
CMYK
RGB Variations
Color information
#5FB780 (or 0x5FB780) is known color: Silver Tree. HEX triplet: 5F, B7 and 80. RGB value is (95,183,128). Sum of RGB (Red+Green+Blue) = 95+183+128=406 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.40% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 183 - color contains mainly: green. Hex color #5FB780 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB780 is #A0487F. Grayscale: #969696. Windows color (decimal): -10504320 or 8435551. OLE color: 8435551.
HSL color Cylindrical-coordinate representation of color #5FB780: hue angle of 142.5º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB780 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 183 | 128 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.28 |
| HSL | 142.5º | 0.38% | 0.55% | - |
| HSV(B) | 142.5º | 0.48% | 0.72% | - |
| XYZ | 25.55 | 37.86 | 26.38 | - |
| YUV | 150.42 | 115.35 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 183 | 128 | 0.48 | 0 | 0.30 | 0.28 | 142.5 | 0.38 | 0.55 |
| Hex | 5F | B7 | 80 | 30 | 0 | 1E | 1C | 8E | 26 | 37 |
| Octal | 137 | 267 | 200 | 60 | 0 | 36 | 34 | 216 | 46 | 67 |
| Binary | 1011111 | 10110111 | 10000000 | 110000 | 0 | 11110 | 11100 | 10001110 | 100110 | 110111 |
Color Harmonies of #5FB780
Complementary color
Monochromatic Colors of #5FB780
Black with #5FB780
Text Example
Text Example
White with #5FB780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB780; }
p { color: rgb(95,183,128); }
H1.HeaderClassName
{
color: #5FB780;
}
.AnyTagClassName
{
color: #5FB780;
}
</style>
background-color css
<style>
a { background-color: #5FB780; }
a { background-color: rgb(95,183,128); }
div.DivClassName
{
background-color: #5FB780;
}
.BgClassName
{
background-color: #5FB780;
}
</style>
border-color css
<style>
span { border-color: #5FB780; }
span { border-color: rgb(95,183,128); }
td.TdClassName
{
border-color: #5FB780;
}
.TagClassName
{
border-color: #5FB780;
}
</style>