Shades of Wild Willow #B7D771
Tints of Wild Willow #B7D771
RGB
CMYK
RGB Variations
Color information
#B7D771 (or 0xB7D771) is known color: Wild Willow. HEX triplet: B7, D7 and 71. RGB value is (183,215,113). Sum of RGB (Red+Green+Blue) = 183+215+113=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D771 is #48288E. Grayscale: #C2C2C2. Windows color (decimal): -4728975 or 7460791. OLE color: 7460791.
HSL color Cylindrical-coordinate representation of color #B7D771: hue angle of 78.82º degrees, saturation: 0.56, 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 #B7D771 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 215 | 113 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.16 |
| HSL | 78.82º | 0.56% | 0.64% | - |
| HSV(B) | 78.82º | 0.47% | 0.84% | - |
| XYZ | 46.81 | 59.86 | 24.71 | - |
| YUV | 193.8 | 82.4 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 215 | 113 | 0.15 | 0 | 0.47 | 0.16 | 78.82 | 0.56 | 0.64 |
| Hex | B7 | D7 | 71 | F | 0 | 2F | 10 | 4F | 38 | 40 |
| Octal | 267 | 327 | 161 | 17 | 0 | 57 | 20 | 117 | 70 | 100 |
| Binary | 10110111 | 11010111 | 1110001 | 1111 | 0 | 101111 | 10000 | 1001111 | 111000 | 1000000 |
Color Harmonies of #B7D771
Complementary color
Monochromatic Colors of #B7D771
Black with #B7D771
Text Example
Text Example
White with #B7D771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D771; }
p { color: rgb(183,215,113); }
H1.HeaderClassName
{
color: #B7D771;
}
.AnyTagClassName
{
color: #B7D771;
}
</style>
background-color css
<style>
a { background-color: #B7D771; }
a { background-color: rgb(183,215,113); }
div.DivClassName
{
background-color: #B7D771;
}
.BgClassName
{
background-color: #B7D771;
}
</style>
border-color css
<style>
span { border-color: #B7D771; }
span { border-color: rgb(183,215,113); }
td.TdClassName
{
border-color: #B7D771;
}
.TagClassName
{
border-color: #B7D771;
}
</style>