Shades of Wild Willow #BFDF68
Tints of Wild Willow #BFDF68
RGB
CMYK
RGB Variations
Color information
#BFDF68 (or 0xBFDF68) is known color: Wild Willow. HEX triplet: BF, DF and 68. RGB value is (191,223,104). Sum of RGB (Red+Green+Blue) = 191+223+104=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 104 (41.02% from 255 or 20.08% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF68 is #402097. Grayscale: #C8C8C8. Windows color (decimal): -4202648 or 6873023. OLE color: 6873023.
HSL color Cylindrical-coordinate representation of color #BFDF68: hue angle of 76.13º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFDF68 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 104 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.13 |
| HSL | 76.13º | 0.65% | 0.64% | - |
| HSV(B) | 76.13º | 0.53% | 0.87% | - |
| XYZ | 50.37 | 64.85 | 22.96 | - |
| YUV | 199.87 | 73.9 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 104 | 0.14 | 0 | 0.53 | 0.13 | 76.13 | 0.65 | 0.64 |
| Hex | BF | DF | 68 | E | 0 | 35 | D | 4C | 41 | 40 |
| Octal | 277 | 337 | 150 | 16 | 0 | 65 | 15 | 114 | 101 | 100 |
| Binary | 10111111 | 11011111 | 1101000 | 1110 | 0 | 110101 | 1101 | 1001100 | 1000001 | 1000000 |
Color Harmonies of #BFDF68
Complementary color
Monochromatic Colors of #BFDF68
Black with #BFDF68
Text Example
Text Example
White with #BFDF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF68; }
p { color: rgb(191,223,104); }
H1.HeaderClassName
{
color: #BFDF68;
}
.AnyTagClassName
{
color: #BFDF68;
}
</style>
background-color css
<style>
a { background-color: #BFDF68; }
a { background-color: rgb(191,223,104); }
div.DivClassName
{
background-color: #BFDF68;
}
.BgClassName
{
background-color: #BFDF68;
}
</style>
border-color css
<style>
span { border-color: #BFDF68; }
span { border-color: rgb(191,223,104); }
td.TdClassName
{
border-color: #BFDF68;
}
.TagClassName
{
border-color: #BFDF68;
}
</style>