Shades of Silver Tree #5FBC82
Tints of Silver Tree #5FBC82
RGB
CMYK
RGB Variations
Color information
#5FBC82 (or 0x5FBC82) is known color: Silver Tree. HEX triplet: 5F, BC and 82. RGB value is (95,188,130). Sum of RGB (Red+Green+Blue) = 95+188+130=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBC82 is #A0437D. Grayscale: #999999. Windows color (decimal): -10503038 or 8567903. OLE color: 8567903.
HSL color Cylindrical-coordinate representation of color #5FBC82: hue angle of 142.58º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBC82 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 130 | - |
| CMYK | 0.49 | 0 | 0.31 | 0.26 |
| HSL | 142.58º | 0.41% | 0.55% | - |
| HSV(B) | 142.58º | 0.49% | 0.74% | - |
| XYZ | 26.73 | 40.01 | 27.43 | - |
| YUV | 153.58 | 114.69 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 130 | 0.49 | 0 | 0.31 | 0.26 | 142.58 | 0.41 | 0.55 |
| Hex | 5F | BC | 82 | 31 | 0 | 1F | 1A | 8F | 29 | 37 |
| Octal | 137 | 274 | 202 | 61 | 0 | 37 | 32 | 217 | 51 | 67 |
| Binary | 1011111 | 10111100 | 10000010 | 110001 | 0 | 11111 | 11010 | 10001111 | 101001 | 110111 |
Color Harmonies of #5FBC82
Complementary color
Monochromatic Colors of #5FBC82
Black with #5FBC82
Text Example
Text Example
White with #5FBC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC82; }
p { color: rgb(95,188,130); }
H1.HeaderClassName
{
color: #5FBC82;
}
.AnyTagClassName
{
color: #5FBC82;
}
</style>
background-color css
<style>
a { background-color: #5FBC82; }
a { background-color: rgb(95,188,130); }
div.DivClassName
{
background-color: #5FBC82;
}
.BgClassName
{
background-color: #5FBC82;
}
</style>
border-color css
<style>
span { border-color: #5FBC82; }
span { border-color: rgb(95,188,130); }
td.TdClassName
{
border-color: #5FBC82;
}
.TagClassName
{
border-color: #5FBC82;
}
</style>