Shades of Wild Willow #BFD871
Tints of Wild Willow #BFD871
RGB
CMYK
RGB Variations
Color information
#BFD871 (or 0xBFD871) is known color: Wild Willow. HEX triplet: BF, D8 and 71. RGB value is (191,216,113). Sum of RGB (Red+Green+Blue) = 191+216+113=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD871 is #40278E. Grayscale: #C5C5C5. Windows color (decimal): -4204431 or 7461055. OLE color: 7461055.
HSL color Cylindrical-coordinate representation of color #BFD871: hue angle of 74.56º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFD871 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 113 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.15 |
| HSL | 74.56º | 0.57% | 0.65% | - |
| HSV(B) | 74.56º | 0.48% | 0.85% | - |
| XYZ | 49.02 | 61.38 | 24.89 | - |
| YUV | 196.78 | 80.72 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 113 | 0.12 | 0 | 0.48 | 0.15 | 74.56 | 0.57 | 0.65 |
| Hex | BF | D8 | 71 | C | 0 | 30 | F | 4B | 39 | 41 |
| Octal | 277 | 330 | 161 | 14 | 0 | 60 | 17 | 113 | 71 | 101 |
| Binary | 10111111 | 11011000 | 1110001 | 1100 | 0 | 110000 | 1111 | 1001011 | 111001 | 1000001 |
Color Harmonies of #BFD871
Complementary color
Monochromatic Colors of #BFD871
Black with #BFD871
Text Example
Text Example
White with #BFD871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD871; }
p { color: rgb(191,216,113); }
H1.HeaderClassName
{
color: #BFD871;
}
.AnyTagClassName
{
color: #BFD871;
}
</style>
background-color css
<style>
a { background-color: #BFD871; }
a { background-color: rgb(191,216,113); }
div.DivClassName
{
background-color: #BFD871;
}
.BgClassName
{
background-color: #BFD871;
}
</style>
border-color css
<style>
span { border-color: #BFD871; }
span { border-color: rgb(191,216,113); }
td.TdClassName
{
border-color: #BFD871;
}
.TagClassName
{
border-color: #BFD871;
}
</style>