Shades of Silver Tree #71DD94
Tints of Silver Tree #71DD94
RGB
CMYK
RGB Variations
Color information
#71DD94 (or 0x71DD94) is known color: Silver Tree. HEX triplet: 71, DD and 94. RGB value is (113,221,148). Sum of RGB (Red+Green+Blue) = 113+221+148=482 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.44% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #71DD94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DD94 is #8E226B. Grayscale: #B4B4B4. Windows color (decimal): -9314924 or 9756017. OLE color: 9756017.
HSL color Cylindrical-coordinate representation of color #71DD94: hue angle of 139.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DD94 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 221 | 148 | - |
| CMYK | 0.49 | 0 | 0.33 | 0.13 |
| HSL | 139.44º | 0.61% | 0.65% | - |
| HSV(B) | 139.44º | 0.49% | 0.87% | - |
| XYZ | 38.01 | 57.36 | 37.09 | - |
| YUV | 180.39 | 109.72 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 221 | 148 | 0.49 | 0 | 0.33 | 0.13 | 139.44 | 0.61 | 0.65 |
| Hex | 71 | DD | 94 | 31 | 0 | 21 | D | 8B | 3D | 41 |
| Octal | 161 | 335 | 224 | 61 | 0 | 41 | 15 | 213 | 75 | 101 |
| Binary | 1110001 | 11011101 | 10010100 | 110001 | 0 | 100001 | 1101 | 10001011 | 111101 | 1000001 |
Color Harmonies of #71DD94
Complementary color
Monochromatic Colors of #71DD94
Black with #71DD94
Text Example
Text Example
White with #71DD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DD94; }
p { color: rgb(113,221,148); }
H1.HeaderClassName
{
color: #71DD94;
}
.AnyTagClassName
{
color: #71DD94;
}
</style>
background-color css
<style>
a { background-color: #71DD94; }
a { background-color: rgb(113,221,148); }
div.DivClassName
{
background-color: #71DD94;
}
.BgClassName
{
background-color: #71DD94;
}
</style>
border-color css
<style>
span { border-color: #71DD94; }
span { border-color: rgb(113,221,148); }
td.TdClassName
{
border-color: #71DD94;
}
.TagClassName
{
border-color: #71DD94;
}
</style>