Shades of Wild Willow #BFD55E
Tints of Wild Willow #BFD55E
RGB
CMYK
RGB Variations
Color information
#BFD55E (or 0xBFD55E) is known color: Wild Willow. HEX triplet: BF, D5 and 5E. RGB value is (191,213,94). Sum of RGB (Red+Green+Blue) = 191+213+94=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD55E is #402AA1. Grayscale: #C1C1C1. Windows color (decimal): -4205218 or 6215103. OLE color: 6215103.
HSL color Cylindrical-coordinate representation of color #BFD55E: hue angle of 71.09º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFD55E is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 94 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.16 |
| HSL | 71.09º | 0.59% | 0.6% | - |
| HSV(B) | 71.09º | 0.56% | 0.84% | - |
| XYZ | 47.3 | 59.47 | 19.58 | - |
| YUV | 192.86 | 72.21 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 94 | 0.10 | 0 | 0.56 | 0.16 | 71.09 | 0.59 | 0.6 |
| Hex | BF | D5 | 5E | A | 0 | 38 | 10 | 47 | 3B | 3C |
| Octal | 277 | 325 | 136 | 12 | 0 | 70 | 20 | 107 | 73 | 74 |
| Binary | 10111111 | 11010101 | 1011110 | 1010 | 0 | 111000 | 10000 | 1000111 | 111011 | 111100 |
Color Harmonies of #BFD55E
Complementary color
Monochromatic Colors of #BFD55E
Black with #BFD55E
Text Example
Text Example
White with #BFD55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD55E; }
p { color: rgb(191,213,94); }
H1.HeaderClassName
{
color: #BFD55E;
}
.AnyTagClassName
{
color: #BFD55E;
}
</style>
background-color css
<style>
a { background-color: #BFD55E; }
a { background-color: rgb(191,213,94); }
div.DivClassName
{
background-color: #BFD55E;
}
.BgClassName
{
background-color: #BFD55E;
}
</style>
border-color css
<style>
span { border-color: #BFD55E; }
span { border-color: rgb(191,213,94); }
td.TdClassName
{
border-color: #BFD55E;
}
.TagClassName
{
border-color: #BFD55E;
}
</style>