Shades of Silver Tree #5FBE8D
Tints of Silver Tree #5FBE8D
RGB
CMYK
RGB Variations
Color information
#5FBE8D (or 0x5FBE8D) is known color: Silver Tree. HEX triplet: 5F, BE and 8D. RGB value is (95,190,141). Sum of RGB (Red+Green+Blue) = 95+190+141=426 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.30% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 190 - color contains mainly: green. Hex color #5FBE8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBE8D is #A04172. Grayscale: #9C9C9C. Windows color (decimal): -10502515 or 9289311. OLE color: 9289311.
HSL color Cylindrical-coordinate representation of color #5FBE8D: hue angle of 149.05º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBE8D is Cyan = 0.5, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 190 | 141 | - |
| CMYK | 0.5 | 0 | 0.26 | 0.25 |
| HSL | 149.05º | 0.42% | 0.56% | - |
| HSV(B) | 149.05º | 0.5% | 0.75% | - |
| XYZ | 27.94 | 41.18 | 31.68 | - |
| YUV | 156.01 | 119.53 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 190 | 141 | 0.5 | 0 | 0.26 | 0.25 | 149.05 | 0.42 | 0.56 |
| Hex | 5F | BE | 8D | 32 | 0 | 1A | 19 | 95 | 2A | 38 |
| Octal | 137 | 276 | 215 | 62 | 0 | 32 | 31 | 225 | 52 | 70 |
| Binary | 1011111 | 10111110 | 10001101 | 110010 | 0 | 11010 | 11001 | 10010101 | 101010 | 111000 |
Color Harmonies of #5FBE8D
Complementary color
Monochromatic Colors of #5FBE8D
Black with #5FBE8D
Text Example
Text Example
White with #5FBE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBE8D; }
p { color: rgb(95,190,141); }
H1.HeaderClassName
{
color: #5FBE8D;
}
.AnyTagClassName
{
color: #5FBE8D;
}
</style>
background-color css
<style>
a { background-color: #5FBE8D; }
a { background-color: rgb(95,190,141); }
div.DivClassName
{
background-color: #5FBE8D;
}
.BgClassName
{
background-color: #5FBE8D;
}
</style>
border-color css
<style>
span { border-color: #5FBE8D; }
span { border-color: rgb(95,190,141); }
td.TdClassName
{
border-color: #5FBE8D;
}
.TagClassName
{
border-color: #5FBE8D;
}
</style>