Shades of Silver Tree #5FAD84
Tints of Silver Tree #5FAD84
RGB
CMYK
RGB Variations
Color information
#5FAD84 (or 0x5FAD84) is known color: Silver Tree. HEX triplet: 5F, AD and 84. RGB value is (95,173,132). Sum of RGB (Red+Green+Blue) = 95+173+132=400 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.75% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAD84 is #A0527B. Grayscale: #919191. Windows color (decimal): -10506876 or 8695135. OLE color: 8695135.
HSL color Cylindrical-coordinate representation of color #5FAD84: hue angle of 148.46º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAD84 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 173 | 132 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.32 |
| HSL | 148.46º | 0.32% | 0.53% | - |
| HSV(B) | 148.46º | 0.45% | 0.68% | - |
| XYZ | 23.83 | 33.99 | 27.13 | - |
| YUV | 145 | 120.66 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 173 | 132 | 0.45 | 0 | 0.24 | 0.32 | 148.46 | 0.32 | 0.53 |
| Hex | 5F | AD | 84 | 2D | 0 | 18 | 20 | 94 | 20 | 35 |
| Octal | 137 | 255 | 204 | 55 | 0 | 30 | 40 | 224 | 40 | 65 |
| Binary | 1011111 | 10101101 | 10000100 | 101101 | 0 | 11000 | 100000 | 10010100 | 100000 | 110101 |
Color Harmonies of #5FAD84
Complementary color
Monochromatic Colors of #5FAD84
Black with #5FAD84
Text Example
Text Example
White with #5FAD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAD84; }
p { color: rgb(95,173,132); }
H1.HeaderClassName
{
color: #5FAD84;
}
.AnyTagClassName
{
color: #5FAD84;
}
</style>
background-color css
<style>
a { background-color: #5FAD84; }
a { background-color: rgb(95,173,132); }
div.DivClassName
{
background-color: #5FAD84;
}
.BgClassName
{
background-color: #5FAD84;
}
</style>
border-color css
<style>
span { border-color: #5FAD84; }
span { border-color: rgb(95,173,132); }
td.TdClassName
{
border-color: #5FAD84;
}
.TagClassName
{
border-color: #5FAD84;
}
</style>