Shades of Wild Willow #BFD85E
Tints of Wild Willow #BFD85E
RGB
CMYK
RGB Variations
Color information
#BFD85E (or 0xBFD85E) is known color: Wild Willow. HEX triplet: BF, D8 and 5E. RGB value is (191,216,94). Sum of RGB (Red+Green+Blue) = 191+216+94=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD85E is #4027A1. Grayscale: #C3C3C3. Windows color (decimal): -4204450 or 6215871. OLE color: 6215871.
HSL color Cylindrical-coordinate representation of color #BFD85E: hue angle of 72.3º degrees, saturation: 0.61, 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 #BFD85E is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 94 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.15 |
| HSL | 72.3º | 0.61% | 0.61% | - |
| HSV(B) | 72.3º | 0.56% | 0.85% | - |
| XYZ | 48.06 | 61 | 19.83 | - |
| YUV | 194.62 | 71.22 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 94 | 0.12 | 0 | 0.56 | 0.15 | 72.3 | 0.61 | 0.61 |
| Hex | BF | D8 | 5E | C | 0 | 38 | F | 48 | 3D | 3D |
| Octal | 277 | 330 | 136 | 14 | 0 | 70 | 17 | 110 | 75 | 75 |
| Binary | 10111111 | 11011000 | 1011110 | 1100 | 0 | 111000 | 1111 | 1001000 | 111101 | 111101 |
Color Harmonies of #BFD85E
Complementary color
Monochromatic Colors of #BFD85E
Black with #BFD85E
Text Example
Text Example
White with #BFD85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD85E; }
p { color: rgb(191,216,94); }
H1.HeaderClassName
{
color: #BFD85E;
}
.AnyTagClassName
{
color: #BFD85E;
}
</style>
background-color css
<style>
a { background-color: #BFD85E; }
a { background-color: rgb(191,216,94); }
div.DivClassName
{
background-color: #BFD85E;
}
.BgClassName
{
background-color: #BFD85E;
}
</style>
border-color css
<style>
span { border-color: #BFD85E; }
span { border-color: rgb(191,216,94); }
td.TdClassName
{
border-color: #BFD85E;
}
.TagClassName
{
border-color: #BFD85E;
}
</style>