Shades of Silver Tree #5FBD93
Tints of Silver Tree #5FBD93
RGB
CMYK
RGB Variations
Color information
#5FBD93 (or 0x5FBD93) is known color: Silver Tree. HEX triplet: 5F, BD and 93. RGB value is (95,189,147). Sum of RGB (Red+Green+Blue) = 95+189+147=431 (57% of max value = 765). Red value is 95 (37.5% from 255 or 22.04% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 189 - color contains mainly: green. Hex color #5FBD93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBD93 is #A0426C. Grayscale: #9C9C9C. Windows color (decimal): -10502765 or 9682271. OLE color: 9682271.
HSL color Cylindrical-coordinate representation of color #5FBD93: hue angle of 153.19º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBD93 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 189 | 147 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.26 |
| HSL | 153.19º | 0.42% | 0.56% | - |
| HSV(B) | 153.19º | 0.5% | 0.74% | - |
| XYZ | 28.18 | 40.93 | 34.02 | - |
| YUV | 156.11 | 122.86 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 189 | 147 | 0.50 | 0 | 0.22 | 0.26 | 153.19 | 0.42 | 0.56 |
| Hex | 5F | BD | 93 | 32 | 0 | 16 | 1A | 99 | 2A | 38 |
| Octal | 137 | 275 | 223 | 62 | 0 | 26 | 32 | 231 | 52 | 70 |
| Binary | 1011111 | 10111101 | 10010011 | 110010 | 0 | 10110 | 11010 | 10011001 | 101010 | 111000 |
Color Harmonies of #5FBD93
Complementary color
Monochromatic Colors of #5FBD93
Black with #5FBD93
Text Example
Text Example
White with #5FBD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBD93; }
p { color: rgb(95,189,147); }
H1.HeaderClassName
{
color: #5FBD93;
}
.AnyTagClassName
{
color: #5FBD93;
}
</style>
background-color css
<style>
a { background-color: #5FBD93; }
a { background-color: rgb(95,189,147); }
div.DivClassName
{
background-color: #5FBD93;
}
.BgClassName
{
background-color: #5FBD93;
}
</style>
border-color css
<style>
span { border-color: #5FBD93; }
span { border-color: rgb(95,189,147); }
td.TdClassName
{
border-color: #5FBD93;
}
.TagClassName
{
border-color: #5FBD93;
}
</style>