Shades of Silver Tree #5FBE90
Tints of Silver Tree #5FBE90
RGB
CMYK
RGB Variations
Color information
#5FBE90 (or 0x5FBE90) is known color: Silver Tree. HEX triplet: 5F, BE and 90. RGB value is (95,190,144). Sum of RGB (Red+Green+Blue) = 95+190+144=429 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.14% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 190 - color contains mainly: green. Hex color #5FBE90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBE90 is #A0416F. Grayscale: #9C9C9C. Windows color (decimal): -10502512 or 9485919. OLE color: 9485919.
HSL color Cylindrical-coordinate representation of color #5FBE90: hue angle of 150.95º 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 #5FBE90 is Cyan = 0.5, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 190 | 144 | - |
| CMYK | 0.5 | 0 | 0.24 | 0.25 |
| HSL | 150.95º | 0.42% | 0.56% | - |
| HSV(B) | 150.95º | 0.5% | 0.75% | - |
| XYZ | 28.17 | 41.27 | 32.87 | - |
| YUV | 156.35 | 121.03 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 190 | 144 | 0.5 | 0 | 0.24 | 0.25 | 150.95 | 0.42 | 0.56 |
| Hex | 5F | BE | 90 | 32 | 0 | 18 | 19 | 97 | 2A | 38 |
| Octal | 137 | 276 | 220 | 62 | 0 | 30 | 31 | 227 | 52 | 70 |
| Binary | 1011111 | 10111110 | 10010000 | 110010 | 0 | 11000 | 11001 | 10010111 | 101010 | 111000 |
Color Harmonies of #5FBE90
Complementary color
Monochromatic Colors of #5FBE90
Black with #5FBE90
Text Example
Text Example
White with #5FBE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBE90; }
p { color: rgb(95,190,144); }
H1.HeaderClassName
{
color: #5FBE90;
}
.AnyTagClassName
{
color: #5FBE90;
}
</style>
background-color css
<style>
a { background-color: #5FBE90; }
a { background-color: rgb(95,190,144); }
div.DivClassName
{
background-color: #5FBE90;
}
.BgClassName
{
background-color: #5FBE90;
}
</style>
border-color css
<style>
span { border-color: #5FBE90; }
span { border-color: rgb(95,190,144); }
td.TdClassName
{
border-color: #5FBE90;
}
.TagClassName
{
border-color: #5FBE90;
}
</style>