Shades of Silver Tree #5FB482
Tints of Silver Tree #5FB482
RGB
CMYK
RGB Variations
Color information
#5FB482 (or 0x5FB482) is known color: Silver Tree. HEX triplet: 5F, B4 and 82. RGB value is (95,180,130). Sum of RGB (Red+Green+Blue) = 95+180+130=405 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.46% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB482 is #A04B7D. Grayscale: #959595. Windows color (decimal): -10505086 or 8565855. OLE color: 8565855.
HSL color Cylindrical-coordinate representation of color #5FB482: hue angle of 144.71º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB482 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 180 | 130 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.29 |
| HSL | 144.71º | 0.36% | 0.54% | - |
| HSV(B) | 144.71º | 0.47% | 0.71% | - |
| XYZ | 25.07 | 36.69 | 26.88 | - |
| YUV | 148.89 | 117.34 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 180 | 130 | 0.47 | 0 | 0.28 | 0.29 | 144.71 | 0.36 | 0.54 |
| Hex | 5F | B4 | 82 | 2F | 0 | 1C | 1D | 91 | 24 | 36 |
| Octal | 137 | 264 | 202 | 57 | 0 | 34 | 35 | 221 | 44 | 66 |
| Binary | 1011111 | 10110100 | 10000010 | 101111 | 0 | 11100 | 11101 | 10010001 | 100100 | 110110 |
Color Harmonies of #5FB482
Complementary color
Monochromatic Colors of #5FB482
Black with #5FB482
Text Example
Text Example
White with #5FB482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB482; }
p { color: rgb(95,180,130); }
H1.HeaderClassName
{
color: #5FB482;
}
.AnyTagClassName
{
color: #5FB482;
}
</style>
background-color css
<style>
a { background-color: #5FB482; }
a { background-color: rgb(95,180,130); }
div.DivClassName
{
background-color: #5FB482;
}
.BgClassName
{
background-color: #5FB482;
}
</style>
border-color css
<style>
span { border-color: #5FB482; }
span { border-color: rgb(95,180,130); }
td.TdClassName
{
border-color: #5FB482;
}
.TagClassName
{
border-color: #5FB482;
}
</style>