Shades of Wild Willow #BFD65E
Tints of Wild Willow #BFD65E
RGB
CMYK
RGB Variations
Color information
#BFD65E (or 0xBFD65E) is known color: Wild Willow. HEX triplet: BF, D6 and 5E. RGB value is (191,214,94). Sum of RGB (Red+Green+Blue) = 191+214+94=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD65E is #4029A1. Grayscale: #C1C1C1. Windows color (decimal): -4204962 or 6215359. OLE color: 6215359.
HSL color Cylindrical-coordinate representation of color #BFD65E: hue angle of 71.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFD65E is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 94 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.16 |
| HSL | 71.5º | 0.59% | 0.6% | - |
| HSV(B) | 71.5º | 0.56% | 0.84% | - |
| XYZ | 47.55 | 59.98 | 19.66 | - |
| YUV | 193.44 | 71.88 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 94 | 0.11 | 0 | 0.56 | 0.16 | 71.5 | 0.59 | 0.6 |
| Hex | BF | D6 | 5E | B | 0 | 38 | 10 | 48 | 3B | 3C |
| Octal | 277 | 326 | 136 | 13 | 0 | 70 | 20 | 110 | 73 | 74 |
| Binary | 10111111 | 11010110 | 1011110 | 1011 | 0 | 111000 | 10000 | 1001000 | 111011 | 111100 |
Color Harmonies of #BFD65E
Complementary color
Monochromatic Colors of #BFD65E
Black with #BFD65E
Text Example
Text Example
White with #BFD65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD65E; }
p { color: rgb(191,214,94); }
H1.HeaderClassName
{
color: #BFD65E;
}
.AnyTagClassName
{
color: #BFD65E;
}
</style>
background-color css
<style>
a { background-color: #BFD65E; }
a { background-color: rgb(191,214,94); }
div.DivClassName
{
background-color: #BFD65E;
}
.BgClassName
{
background-color: #BFD65E;
}
</style>
border-color css
<style>
span { border-color: #BFD65E; }
span { border-color: rgb(191,214,94); }
td.TdClassName
{
border-color: #BFD65E;
}
.TagClassName
{
border-color: #BFD65E;
}
</style>