Shades of Wild Willow #BFDA5F
Tints of Wild Willow #BFDA5F
RGB
CMYK
RGB Variations
Color information
#BFDA5F (or 0xBFDA5F) is known color: Wild Willow. HEX triplet: BF, DA and 5F. RGB value is (191,218,95). Sum of RGB (Red+Green+Blue) = 191+218+95=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDA5F is #4025A0. Grayscale: #C4C4C4. Windows color (decimal): -4203937 or 6281919. OLE color: 6281919.
HSL color Cylindrical-coordinate representation of color #BFDA5F: hue angle of 73.17º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFDA5F is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 95 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.15 |
| HSL | 73.17º | 0.62% | 0.61% | - |
| HSV(B) | 73.17º | 0.56% | 0.85% | - |
| XYZ | 48.62 | 62.05 | 20.24 | - |
| YUV | 195.91 | 71.05 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 95 | 0.12 | 0 | 0.56 | 0.15 | 73.17 | 0.62 | 0.61 |
| Hex | BF | DA | 5F | C | 0 | 38 | F | 49 | 3E | 3D |
| Octal | 277 | 332 | 137 | 14 | 0 | 70 | 17 | 111 | 76 | 75 |
| Binary | 10111111 | 11011010 | 1011111 | 1100 | 0 | 111000 | 1111 | 1001001 | 111110 | 111101 |
Color Harmonies of #BFDA5F
Complementary color
Monochromatic Colors of #BFDA5F
Black with #BFDA5F
Text Example
Text Example
White with #BFDA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA5F; }
p { color: rgb(191,218,95); }
H1.HeaderClassName
{
color: #BFDA5F;
}
.AnyTagClassName
{
color: #BFDA5F;
}
</style>
background-color css
<style>
a { background-color: #BFDA5F; }
a { background-color: rgb(191,218,95); }
div.DivClassName
{
background-color: #BFDA5F;
}
.BgClassName
{
background-color: #BFDA5F;
}
</style>
border-color css
<style>
span { border-color: #BFDA5F; }
span { border-color: rgb(191,218,95); }
td.TdClassName
{
border-color: #BFDA5F;
}
.TagClassName
{
border-color: #BFDA5F;
}
</style>