Shades of Wild Willow #BFDC65
Tints of Wild Willow #BFDC65
RGB
CMYK
RGB Variations
Color information
#BFDC65 (or 0xBFDC65) is known color: Wild Willow. HEX triplet: BF, DC and 65. RGB value is (191,220,101). Sum of RGB (Red+Green+Blue) = 191+220+101=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC65 is #40239A. Grayscale: #C6C6C6. Windows color (decimal): -4203419 or 6675647. OLE color: 6675647.
HSL color Cylindrical-coordinate representation of color #BFDC65: hue angle of 74.62º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFDC65 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 101 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.14 |
| HSL | 74.62º | 0.63% | 0.63% | - |
| HSV(B) | 74.62º | 0.54% | 0.86% | - |
| XYZ | 49.43 | 63.2 | 21.91 | - |
| YUV | 197.76 | 73.39 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 101 | 0.13 | 0 | 0.54 | 0.14 | 74.62 | 0.63 | 0.63 |
| Hex | BF | DC | 65 | D | 0 | 36 | E | 4B | 3F | 3F |
| Octal | 277 | 334 | 145 | 15 | 0 | 66 | 16 | 113 | 77 | 77 |
| Binary | 10111111 | 11011100 | 1100101 | 1101 | 0 | 110110 | 1110 | 1001011 | 111111 | 111111 |
Color Harmonies of #BFDC65
Complementary color
Monochromatic Colors of #BFDC65
Black with #BFDC65
Text Example
Text Example
White with #BFDC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC65; }
p { color: rgb(191,220,101); }
H1.HeaderClassName
{
color: #BFDC65;
}
.AnyTagClassName
{
color: #BFDC65;
}
</style>
background-color css
<style>
a { background-color: #BFDC65; }
a { background-color: rgb(191,220,101); }
div.DivClassName
{
background-color: #BFDC65;
}
.BgClassName
{
background-color: #BFDC65;
}
</style>
border-color css
<style>
span { border-color: #BFDC65; }
span { border-color: rgb(191,220,101); }
td.TdClassName
{
border-color: #BFDC65;
}
.TagClassName
{
border-color: #BFDC65;
}
</style>