Shades of Wild Willow #BFD54F
Tints of Wild Willow #BFD54F
RGB
CMYK
RGB Variations
Color information
#BFD54F (or 0xBFD54F) is known color: Wild Willow. HEX triplet: BF, D5 and 4F. RGB value is (191,213,79). Sum of RGB (Red+Green+Blue) = 191+213+79=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 79 (31.25% from 255 or 16.36% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD54F is #402AB0. Grayscale: #BFBFBF. Windows color (decimal): -4205233 or 5232063. OLE color: 5232063.
HSL color Cylindrical-coordinate representation of color #BFD54F: hue angle of 69.85º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFD54F is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 79 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.16 |
| HSL | 69.85º | 0.61% | 0.57% | - |
| HSV(B) | 69.85º | 0.63% | 0.84% | - |
| XYZ | 46.69 | 59.23 | 16.37 | - |
| YUV | 191.15 | 64.71 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 79 | 0.10 | 0 | 0.63 | 0.16 | 69.85 | 0.61 | 0.57 |
| Hex | BF | D5 | 4F | A | 0 | 3F | 10 | 46 | 3D | 39 |
| Octal | 277 | 325 | 117 | 12 | 0 | 77 | 20 | 106 | 75 | 71 |
| Binary | 10111111 | 11010101 | 1001111 | 1010 | 0 | 111111 | 10000 | 1000110 | 111101 | 111001 |
Color Harmonies of #BFD54F
Complementary color
Monochromatic Colors of #BFD54F
Black with #BFD54F
Text Example
Text Example
White with #BFD54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD54F; }
p { color: rgb(191,213,79); }
H1.HeaderClassName
{
color: #BFD54F;
}
.AnyTagClassName
{
color: #BFD54F;
}
</style>
background-color css
<style>
a { background-color: #BFD54F; }
a { background-color: rgb(191,213,79); }
div.DivClassName
{
background-color: #BFD54F;
}
.BgClassName
{
background-color: #BFD54F;
}
</style>
border-color css
<style>
span { border-color: #BFD54F; }
span { border-color: rgb(191,213,79); }
td.TdClassName
{
border-color: #BFD54F;
}
.TagClassName
{
border-color: #BFD54F;
}
</style>