Shades of Wild Willow #BFD14D
Tints of Wild Willow #BFD14D
RGB
CMYK
RGB Variations
Color information
#BFD14D (or 0xBFD14D) is known color: Wild Willow. HEX triplet: BF, D1 and 4D. RGB value is (191,209,77). Sum of RGB (Red+Green+Blue) = 191+209+77=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 77 (30.47% from 255 or 16.14% from 477); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD14D is #402EB2. Grayscale: #BDBDBD. Windows color (decimal): -4206259 or 5099967. OLE color: 5099967.
HSL color Cylindrical-coordinate representation of color #BFD14D: hue angle of 68.18º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFD14D is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 77 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.18 |
| HSL | 68.18º | 0.59% | 0.56% | - |
| HSV(B) | 68.18º | 0.63% | 0.82% | - |
| XYZ | 45.63 | 57.21 | 15.66 | - |
| YUV | 188.57 | 65.04 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 77 | 0.09 | 0 | 0.63 | 0.18 | 68.18 | 0.59 | 0.56 |
| Hex | BF | D1 | 4D | 9 | 0 | 3F | 12 | 44 | 3B | 38 |
| Octal | 277 | 321 | 115 | 11 | 0 | 77 | 22 | 104 | 73 | 70 |
| Binary | 10111111 | 11010001 | 1001101 | 1001 | 0 | 111111 | 10010 | 1000100 | 111011 | 111000 |
Color Harmonies of #BFD14D
Complementary color
Monochromatic Colors of #BFD14D
Black with #BFD14D
Text Example
Text Example
White with #BFD14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD14D; }
p { color: rgb(191,209,77); }
H1.HeaderClassName
{
color: #BFD14D;
}
.AnyTagClassName
{
color: #BFD14D;
}
</style>
background-color css
<style>
a { background-color: #BFD14D; }
a { background-color: rgb(191,209,77); }
div.DivClassName
{
background-color: #BFD14D;
}
.BgClassName
{
background-color: #BFD14D;
}
</style>
border-color css
<style>
span { border-color: #BFD14D; }
span { border-color: rgb(191,209,77); }
td.TdClassName
{
border-color: #BFD14D;
}
.TagClassName
{
border-color: #BFD14D;
}
</style>