Shades of Silver Tree #71D695
Tints of Silver Tree #71D695
RGB
CMYK
RGB Variations
Color information
#71D695 (or 0x71D695) is known color: Silver Tree. HEX triplet: 71, D6 and 95. RGB value is (113,214,149). Sum of RGB (Red+Green+Blue) = 113+214+149=476 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.74% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #71D695 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D695 is #8E296A. Grayscale: #B0B0B0. Windows color (decimal): -9316715 or 9819761. OLE color: 9819761.
HSL color Cylindrical-coordinate representation of color #71D695: hue angle of 141.39º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D695 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 214 | 149 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.16 |
| HSL | 141.39º | 0.55% | 0.64% | - |
| HSV(B) | 141.39º | 0.47% | 0.84% | - |
| XYZ | 36.28 | 53.77 | 36.9 | - |
| YUV | 176.39 | 112.54 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 214 | 149 | 0.47 | 0 | 0.30 | 0.16 | 141.39 | 0.55 | 0.64 |
| Hex | 71 | D6 | 95 | 2F | 0 | 1E | 10 | 8D | 37 | 40 |
| Octal | 161 | 326 | 225 | 57 | 0 | 36 | 20 | 215 | 67 | 100 |
| Binary | 1110001 | 11010110 | 10010101 | 101111 | 0 | 11110 | 10000 | 10001101 | 110111 | 1000000 |
Color Harmonies of #71D695
Complementary color
Monochromatic Colors of #71D695
Black with #71D695
Text Example
Text Example
White with #71D695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D695; }
p { color: rgb(113,214,149); }
H1.HeaderClassName
{
color: #71D695;
}
.AnyTagClassName
{
color: #71D695;
}
</style>
background-color css
<style>
a { background-color: #71D695; }
a { background-color: rgb(113,214,149); }
div.DivClassName
{
background-color: #71D695;
}
.BgClassName
{
background-color: #71D695;
}
</style>
border-color css
<style>
span { border-color: #71D695; }
span { border-color: rgb(113,214,149); }
td.TdClassName
{
border-color: #71D695;
}
.TagClassName
{
border-color: #71D695;
}
</style>