Shades of Wild Willow #BFDD66
Tints of Wild Willow #BFDD66
RGB
CMYK
RGB Variations
Color information
#BFDD66 (or 0xBFDD66) is known color: Wild Willow. HEX triplet: BF, DD and 66. RGB value is (191,221,102). Sum of RGB (Red+Green+Blue) = 191+221+102=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 102 (40.23% from 255 or 19.84% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD66 is #402299. Grayscale: #C6C6C6. Windows color (decimal): -4203162 or 6741439. OLE color: 6741439.
HSL color Cylindrical-coordinate representation of color #BFDD66: hue angle of 75.13º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFDD66 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 102 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.13 |
| HSL | 75.13º | 0.64% | 0.63% | - |
| HSV(B) | 75.13º | 0.54% | 0.87% | - |
| XYZ | 49.74 | 63.75 | 22.25 | - |
| YUV | 198.46 | 73.56 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 102 | 0.14 | 0 | 0.54 | 0.13 | 75.13 | 0.64 | 0.63 |
| Hex | BF | DD | 66 | E | 0 | 36 | D | 4B | 40 | 3F |
| Octal | 277 | 335 | 146 | 16 | 0 | 66 | 15 | 113 | 100 | 77 |
| Binary | 10111111 | 11011101 | 1100110 | 1110 | 0 | 110110 | 1101 | 1001011 | 1000000 | 111111 |
Color Harmonies of #BFDD66
Complementary color
Monochromatic Colors of #BFDD66
Black with #BFDD66
Text Example
Text Example
White with #BFDD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD66; }
p { color: rgb(191,221,102); }
H1.HeaderClassName
{
color: #BFDD66;
}
.AnyTagClassName
{
color: #BFDD66;
}
</style>
background-color css
<style>
a { background-color: #BFDD66; }
a { background-color: rgb(191,221,102); }
div.DivClassName
{
background-color: #BFDD66;
}
.BgClassName
{
background-color: #BFDD66;
}
</style>
border-color css
<style>
span { border-color: #BFDD66; }
span { border-color: rgb(191,221,102); }
td.TdClassName
{
border-color: #BFDD66;
}
.TagClassName
{
border-color: #BFDD66;
}
</style>