Shades of Silver Tree #71C496
Tints of Silver Tree #71C496
RGB
CMYK
RGB Variations
Color information
#71C496 (or 0x71C496) is known color: Silver Tree. HEX triplet: 71, C4 and 96. RGB value is (113,196,150). Sum of RGB (Red+Green+Blue) = 113+196+150=459 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.62% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 196 - color contains mainly: green. Hex color #71C496 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71C496 is #8E3B69. Grayscale: #A6A6A6. Windows color (decimal): -9321322 or 9880689. OLE color: 9880689.
HSL color Cylindrical-coordinate representation of color #71C496: hue angle of 146.75º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71C496 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 196 | 150 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.23 |
| HSL | 146.75º | 0.41% | 0.61% | - |
| HSV(B) | 146.75º | 0.42% | 0.77% | - |
| XYZ | 32.06 | 45.19 | 35.89 | - |
| YUV | 165.94 | 119 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 196 | 150 | 0.42 | 0 | 0.23 | 0.23 | 146.75 | 0.41 | 0.61 |
| Hex | 71 | C4 | 96 | 2A | 0 | 17 | 17 | 93 | 29 | 3D |
| Octal | 161 | 304 | 226 | 52 | 0 | 27 | 27 | 223 | 51 | 75 |
| Binary | 1110001 | 11000100 | 10010110 | 101010 | 0 | 10111 | 10111 | 10010011 | 101001 | 111101 |
Color Harmonies of #71C496
Complementary color
Monochromatic Colors of #71C496
Black with #71C496
Text Example
Text Example
White with #71C496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C496; }
p { color: rgb(113,196,150); }
H1.HeaderClassName
{
color: #71C496;
}
.AnyTagClassName
{
color: #71C496;
}
</style>
background-color css
<style>
a { background-color: #71C496; }
a { background-color: rgb(113,196,150); }
div.DivClassName
{
background-color: #71C496;
}
.BgClassName
{
background-color: #71C496;
}
</style>
border-color css
<style>
span { border-color: #71C496; }
span { border-color: rgb(113,196,150); }
td.TdClassName
{
border-color: #71C496;
}
.TagClassName
{
border-color: #71C496;
}
</style>