Shades of Wild Willow #BFD34F
Tints of Wild Willow #BFD34F
RGB
CMYK
RGB Variations
Color information
#BFD34F (or 0xBFD34F) is known color: Wild Willow. HEX triplet: BF, D3 and 4F. RGB value is (191,211,79). Sum of RGB (Red+Green+Blue) = 191+211+79=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 79 (31.25% from 255 or 16.42% from 481); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD34F is #402CB0. Grayscale: #BEBEBE. Windows color (decimal): -4205745 or 5231551. OLE color: 5231551.
HSL color Cylindrical-coordinate representation of color #BFD34F: hue angle of 69.09º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFD34F is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 79 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.17 |
| HSL | 69.09º | 0.6% | 0.57% | - |
| HSV(B) | 69.09º | 0.63% | 0.83% | - |
| XYZ | 46.19 | 58.23 | 16.2 | - |
| YUV | 189.97 | 65.37 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 79 | 0.09 | 0 | 0.63 | 0.17 | 69.09 | 0.6 | 0.57 |
| Hex | BF | D3 | 4F | 9 | 0 | 3F | 11 | 45 | 3C | 39 |
| Octal | 277 | 323 | 117 | 11 | 0 | 77 | 21 | 105 | 74 | 71 |
| Binary | 10111111 | 11010011 | 1001111 | 1001 | 0 | 111111 | 10001 | 1000101 | 111100 | 111001 |
Color Harmonies of #BFD34F
Complementary color
Monochromatic Colors of #BFD34F
Black with #BFD34F
Text Example
Text Example
White with #BFD34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD34F; }
p { color: rgb(191,211,79); }
H1.HeaderClassName
{
color: #BFD34F;
}
.AnyTagClassName
{
color: #BFD34F;
}
</style>
background-color css
<style>
a { background-color: #BFD34F; }
a { background-color: rgb(191,211,79); }
div.DivClassName
{
background-color: #BFD34F;
}
.BgClassName
{
background-color: #BFD34F;
}
</style>
border-color css
<style>
span { border-color: #BFD34F; }
span { border-color: rgb(191,211,79); }
td.TdClassName
{
border-color: #BFD34F;
}
.TagClassName
{
border-color: #BFD34F;
}
</style>