Shades of Wild Willow #BFDC64
Tints of Wild Willow #BFDC64
RGB
CMYK
RGB Variations
Color information
#BFDC64 (or 0xBFDC64) is known color: Wild Willow. HEX triplet: BF, DC and 64. RGB value is (191,220,100). Sum of RGB (Red+Green+Blue) = 191+220+100=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC64 is #40239B. Grayscale: #C6C6C6. Windows color (decimal): -4203420 or 6610111. OLE color: 6610111.
HSL color Cylindrical-coordinate representation of color #BFDC64: hue angle of 74.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFDC64 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 100 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.14 |
| HSL | 74.5º | 0.63% | 0.63% | - |
| HSV(B) | 74.5º | 0.55% | 0.86% | - |
| XYZ | 49.38 | 63.18 | 21.65 | - |
| YUV | 197.65 | 72.89 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 100 | 0.13 | 0 | 0.55 | 0.14 | 74.5 | 0.63 | 0.63 |
| Hex | BF | DC | 64 | D | 0 | 37 | E | 4A | 3F | 3F |
| Octal | 277 | 334 | 144 | 15 | 0 | 67 | 16 | 112 | 77 | 77 |
| Binary | 10111111 | 11011100 | 1100100 | 1101 | 0 | 110111 | 1110 | 1001010 | 111111 | 111111 |
Color Harmonies of #BFDC64
Complementary color
Monochromatic Colors of #BFDC64
Black with #BFDC64
Text Example
Text Example
White with #BFDC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC64; }
p { color: rgb(191,220,100); }
H1.HeaderClassName
{
color: #BFDC64;
}
.AnyTagClassName
{
color: #BFDC64;
}
</style>
background-color css
<style>
a { background-color: #BFDC64; }
a { background-color: rgb(191,220,100); }
div.DivClassName
{
background-color: #BFDC64;
}
.BgClassName
{
background-color: #BFDC64;
}
</style>
border-color css
<style>
span { border-color: #BFDC64; }
span { border-color: rgb(191,220,100); }
td.TdClassName
{
border-color: #BFDC64;
}
.TagClassName
{
border-color: #BFDC64;
}
</style>