Shades of Wild Willow #BFDD6B
Tints of Wild Willow #BFDD6B
RGB
CMYK
RGB Variations
Color information
#BFDD6B (or 0xBFDD6B) is known color: Wild Willow. HEX triplet: BF, DD and 6B. RGB value is (191,221,107). Sum of RGB (Red+Green+Blue) = 191+221+107=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 107 (42.19% from 255 or 20.62% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD6B is #402294. Grayscale: #C7C7C7. Windows color (decimal): -4203157 or 7069119. OLE color: 7069119.
HSL color Cylindrical-coordinate representation of color #BFDD6B: hue angle of 75.79º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFDD6B is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 107 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.13 |
| HSL | 75.79º | 0.63% | 0.64% | - |
| HSV(B) | 75.79º | 0.52% | 0.87% | - |
| XYZ | 50 | 63.85 | 23.6 | - |
| YUV | 199.03 | 76.06 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 107 | 0.14 | 0 | 0.52 | 0.13 | 75.79 | 0.63 | 0.64 |
| Hex | BF | DD | 6B | E | 0 | 34 | D | 4C | 3F | 40 |
| Octal | 277 | 335 | 153 | 16 | 0 | 64 | 15 | 114 | 77 | 100 |
| Binary | 10111111 | 11011101 | 1101011 | 1110 | 0 | 110100 | 1101 | 1001100 | 111111 | 1000000 |
Color Harmonies of #BFDD6B
Complementary color
Monochromatic Colors of #BFDD6B
Black with #BFDD6B
Text Example
Text Example
White with #BFDD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD6B; }
p { color: rgb(191,221,107); }
H1.HeaderClassName
{
color: #BFDD6B;
}
.AnyTagClassName
{
color: #BFDD6B;
}
</style>
background-color css
<style>
a { background-color: #BFDD6B; }
a { background-color: rgb(191,221,107); }
div.DivClassName
{
background-color: #BFDD6B;
}
.BgClassName
{
background-color: #BFDD6B;
}
</style>
border-color css
<style>
span { border-color: #BFDD6B; }
span { border-color: rgb(191,221,107); }
td.TdClassName
{
border-color: #BFDD6B;
}
.TagClassName
{
border-color: #BFDD6B;
}
</style>