Shades of Silver Tree #5FBE8C
Tints of Silver Tree #5FBE8C
RGB
CMYK
RGB Variations
Color information
#5FBE8C (or 0x5FBE8C) is known color: Silver Tree. HEX triplet: 5F, BE and 8C. RGB value is (95,190,140). Sum of RGB (Red+Green+Blue) = 95+190+140=425 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.35% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 190 - color contains mainly: green. Hex color #5FBE8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBE8C is #A04173. Grayscale: #9C9C9C. Windows color (decimal): -10502516 or 9223775. OLE color: 9223775.
HSL color Cylindrical-coordinate representation of color #5FBE8C: hue angle of 148.42º 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 #5FBE8C is Cyan = 0.5, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 190 | 140 | - |
| CMYK | 0.5 | 0 | 0.26 | 0.25 |
| HSL | 148.42º | 0.42% | 0.56% | - |
| HSV(B) | 148.42º | 0.5% | 0.75% | - |
| XYZ | 27.87 | 41.15 | 31.29 | - |
| YUV | 155.9 | 119.03 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 190 | 140 | 0.5 | 0 | 0.26 | 0.25 | 148.42 | 0.42 | 0.56 |
| Hex | 5F | BE | 8C | 32 | 0 | 1A | 19 | 94 | 2A | 38 |
| Octal | 137 | 276 | 214 | 62 | 0 | 32 | 31 | 224 | 52 | 70 |
| Binary | 1011111 | 10111110 | 10001100 | 110010 | 0 | 11010 | 11001 | 10010100 | 101010 | 111000 |
Color Harmonies of #5FBE8C
Complementary color
Monochromatic Colors of #5FBE8C
Black with #5FBE8C
Text Example
Text Example
White with #5FBE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBE8C; }
p { color: rgb(95,190,140); }
H1.HeaderClassName
{
color: #5FBE8C;
}
.AnyTagClassName
{
color: #5FBE8C;
}
</style>
background-color css
<style>
a { background-color: #5FBE8C; }
a { background-color: rgb(95,190,140); }
div.DivClassName
{
background-color: #5FBE8C;
}
.BgClassName
{
background-color: #5FBE8C;
}
</style>
border-color css
<style>
span { border-color: #5FBE8C; }
span { border-color: rgb(95,190,140); }
td.TdClassName
{
border-color: #5FBE8C;
}
.TagClassName
{
border-color: #5FBE8C;
}
</style>