Shades of Wild Willow #BFD35E
Tints of Wild Willow #BFD35E
RGB
CMYK
RGB Variations
Color information
#BFD35E (or 0xBFD35E) is known color: Wild Willow. HEX triplet: BF, D3 and 5E. RGB value is (191,211,94). Sum of RGB (Red+Green+Blue) = 191+211+94=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD35E is #402CA1. Grayscale: #C0C0C0. Windows color (decimal): -4205730 or 6214591. OLE color: 6214591.
HSL color Cylindrical-coordinate representation of color #BFD35E: hue angle of 70.26º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFD35E is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 94 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.17 |
| HSL | 70.26º | 0.57% | 0.6% | - |
| HSV(B) | 70.26º | 0.55% | 0.83% | - |
| XYZ | 46.8 | 58.47 | 19.41 | - |
| YUV | 191.68 | 72.87 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 94 | 0.09 | 0 | 0.55 | 0.17 | 70.26 | 0.57 | 0.6 |
| Hex | BF | D3 | 5E | 9 | 0 | 37 | 11 | 46 | 39 | 3C |
| Octal | 277 | 323 | 136 | 11 | 0 | 67 | 21 | 106 | 71 | 74 |
| Binary | 10111111 | 11010011 | 1011110 | 1001 | 0 | 110111 | 10001 | 1000110 | 111001 | 111100 |
Color Harmonies of #BFD35E
Complementary color
Monochromatic Colors of #BFD35E
Black with #BFD35E
Text Example
Text Example
White with #BFD35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD35E; }
p { color: rgb(191,211,94); }
H1.HeaderClassName
{
color: #BFD35E;
}
.AnyTagClassName
{
color: #BFD35E;
}
</style>
background-color css
<style>
a { background-color: #BFD35E; }
a { background-color: rgb(191,211,94); }
div.DivClassName
{
background-color: #BFD35E;
}
.BgClassName
{
background-color: #BFD35E;
}
</style>
border-color css
<style>
span { border-color: #BFD35E; }
span { border-color: rgb(191,211,94); }
td.TdClassName
{
border-color: #BFD35E;
}
.TagClassName
{
border-color: #BFD35E;
}
</style>