Shades of Silver Tree #5FD095
Tints of Silver Tree #5FD095
RGB
CMYK
RGB Variations
Color information
#5FD095 (or 0x5FD095) is known color: Silver Tree. HEX triplet: 5F, D0 and 95. RGB value is (95,208,149). Sum of RGB (Red+Green+Blue) = 95+208+149=452 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.02% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD095 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD095 is #A02F6A. Grayscale: #A7A7A7. Windows color (decimal): -10497899 or 9818207. OLE color: 9818207.
HSL color Cylindrical-coordinate representation of color #5FD095: hue angle of 148.67º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FD095 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 149 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.18 |
| HSL | 148.67º | 0.55% | 0.59% | - |
| HSV(B) | 148.67º | 0.54% | 0.82% | - |
| XYZ | 32.7 | 49.71 | 36.31 | - |
| YUV | 167.49 | 117.56 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 149 | 0.54 | 0 | 0.28 | 0.18 | 148.67 | 0.55 | 0.59 |
| Hex | 5F | D0 | 95 | 36 | 0 | 1C | 12 | 95 | 37 | 3B |
| Octal | 137 | 320 | 225 | 66 | 0 | 34 | 22 | 225 | 67 | 73 |
| Binary | 1011111 | 11010000 | 10010101 | 110110 | 0 | 11100 | 10010 | 10010101 | 110111 | 111011 |
Color Harmonies of #5FD095
Complementary color
Monochromatic Colors of #5FD095
Black with #5FD095
Text Example
Text Example
White with #5FD095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD095; }
p { color: rgb(95,208,149); }
H1.HeaderClassName
{
color: #5FD095;
}
.AnyTagClassName
{
color: #5FD095;
}
</style>
background-color css
<style>
a { background-color: #5FD095; }
a { background-color: rgb(95,208,149); }
div.DivClassName
{
background-color: #5FD095;
}
.BgClassName
{
background-color: #5FD095;
}
</style>
border-color css
<style>
span { border-color: #5FD095; }
span { border-color: rgb(95,208,149); }
td.TdClassName
{
border-color: #5FD095;
}
.TagClassName
{
border-color: #5FD095;
}
</style>