Shades of Wild Willow #BFDD65
Tints of Wild Willow #BFDD65
RGB
CMYK
RGB Variations
Color information
#BFDD65 (or 0xBFDD65) is known color: Wild Willow. HEX triplet: BF, DD and 65. RGB value is (191,221,101). Sum of RGB (Red+Green+Blue) = 191+221+101=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD65 is #40229A. Grayscale: #C6C6C6. Windows color (decimal): -4203163 or 6675903. OLE color: 6675903.
HSL color Cylindrical-coordinate representation of color #BFDD65: hue angle of 75º 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 #BFDD65 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 101 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.13 |
| HSL | 75º | 0.64% | 0.63% | - |
| HSV(B) | 75º | 0.54% | 0.87% | - |
| XYZ | 49.69 | 63.73 | 21.99 | - |
| YUV | 198.35 | 73.06 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 101 | 0.14 | 0 | 0.54 | 0.13 | 75 | 0.64 | 0.63 |
| Hex | BF | DD | 65 | E | 0 | 36 | D | 4B | 40 | 3F |
| Octal | 277 | 335 | 145 | 16 | 0 | 66 | 15 | 113 | 100 | 77 |
| Binary | 10111111 | 11011101 | 1100101 | 1110 | 0 | 110110 | 1101 | 1001011 | 1000000 | 111111 |
Color Harmonies of #BFDD65
Complementary color
Monochromatic Colors of #BFDD65
Black with #BFDD65
Text Example
Text Example
White with #BFDD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD65; }
p { color: rgb(191,221,101); }
H1.HeaderClassName
{
color: #BFDD65;
}
.AnyTagClassName
{
color: #BFDD65;
}
</style>
background-color css
<style>
a { background-color: #BFDD65; }
a { background-color: rgb(191,221,101); }
div.DivClassName
{
background-color: #BFDD65;
}
.BgClassName
{
background-color: #BFDD65;
}
</style>
border-color css
<style>
span { border-color: #BFDD65; }
span { border-color: rgb(191,221,101); }
td.TdClassName
{
border-color: #BFDD65;
}
.TagClassName
{
border-color: #BFDD65;
}
</style>