Shades of Wild Willow #BFD46E
Tints of Wild Willow #BFD46E
RGB
CMYK
RGB Variations
Color information
#BFD46E (or 0xBFD46E) is known color: Wild Willow. HEX triplet: BF, D4 and 6E. RGB value is (191,212,110). Sum of RGB (Red+Green+Blue) = 191+212+110=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD46E is #402B91. Grayscale: #C2C2C2. Windows color (decimal): -4205458 or 7263423. OLE color: 7263423.
HSL color Cylindrical-coordinate representation of color #BFD46E: hue angle of 72.35º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFD46E is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 110 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.17 |
| HSL | 72.35º | 0.54% | 0.63% | - |
| HSV(B) | 72.35º | 0.48% | 0.83% | - |
| XYZ | 47.84 | 59.29 | 23.67 | - |
| YUV | 194.09 | 80.54 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 110 | 0.10 | 0 | 0.48 | 0.17 | 72.35 | 0.54 | 0.63 |
| Hex | BF | D4 | 6E | A | 0 | 30 | 11 | 48 | 36 | 3F |
| Octal | 277 | 324 | 156 | 12 | 0 | 60 | 21 | 110 | 66 | 77 |
| Binary | 10111111 | 11010100 | 1101110 | 1010 | 0 | 110000 | 10001 | 1001000 | 110110 | 111111 |
Color Harmonies of #BFD46E
Complementary color
Monochromatic Colors of #BFD46E
Black with #BFD46E
Text Example
Text Example
White with #BFD46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD46E; }
p { color: rgb(191,212,110); }
H1.HeaderClassName
{
color: #BFD46E;
}
.AnyTagClassName
{
color: #BFD46E;
}
</style>
background-color css
<style>
a { background-color: #BFD46E; }
a { background-color: rgb(191,212,110); }
div.DivClassName
{
background-color: #BFD46E;
}
.BgClassName
{
background-color: #BFD46E;
}
</style>
border-color css
<style>
span { border-color: #BFD46E; }
span { border-color: rgb(191,212,110); }
td.TdClassName
{
border-color: #BFD46E;
}
.TagClassName
{
border-color: #BFD46E;
}
</style>