Shades of Wild Willow #BFD471
Tints of Wild Willow #BFD471
RGB
CMYK
RGB Variations
Color information
#BFD471 (or 0xBFD471) is known color: Wild Willow. HEX triplet: BF, D4 and 71. RGB value is (191,212,113). Sum of RGB (Red+Green+Blue) = 191+212+113=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD471 is #402B8E. Grayscale: #C2C2C2. Windows color (decimal): -4205455 or 7460031. OLE color: 7460031.
HSL color Cylindrical-coordinate representation of color #BFD471: hue angle of 72.73º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFD471 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 113 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.17 |
| HSL | 72.73º | 0.54% | 0.64% | - |
| HSV(B) | 72.73º | 0.47% | 0.83% | - |
| XYZ | 48.01 | 59.36 | 24.55 | - |
| YUV | 194.44 | 82.04 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 113 | 0.10 | 0 | 0.47 | 0.17 | 72.73 | 0.54 | 0.64 |
| Hex | BF | D4 | 71 | A | 0 | 2F | 11 | 49 | 36 | 40 |
| Octal | 277 | 324 | 161 | 12 | 0 | 57 | 21 | 111 | 66 | 100 |
| Binary | 10111111 | 11010100 | 1110001 | 1010 | 0 | 101111 | 10001 | 1001001 | 110110 | 1000000 |
Color Harmonies of #BFD471
Complementary color
Monochromatic Colors of #BFD471
Black with #BFD471
Text Example
Text Example
White with #BFD471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD471; }
p { color: rgb(191,212,113); }
H1.HeaderClassName
{
color: #BFD471;
}
.AnyTagClassName
{
color: #BFD471;
}
</style>
background-color css
<style>
a { background-color: #BFD471; }
a { background-color: rgb(191,212,113); }
div.DivClassName
{
background-color: #BFD471;
}
.BgClassName
{
background-color: #BFD471;
}
</style>
border-color css
<style>
span { border-color: #BFD471; }
span { border-color: rgb(191,212,113); }
td.TdClassName
{
border-color: #BFD471;
}
.TagClassName
{
border-color: #BFD471;
}
</style>