Shades of Wild Willow #BFD474
Tints of Wild Willow #BFD474
RGB
CMYK
RGB Variations
Color information
#BFD474 (or 0xBFD474) is known color: Wild Willow. HEX triplet: BF, D4 and 74. RGB value is (191,212,116). Sum of RGB (Red+Green+Blue) = 191+212+116=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD474 is #402B8B. Grayscale: #C3C3C3. Windows color (decimal): -4205452 or 7656639. OLE color: 7656639.
HSL color Cylindrical-coordinate representation of color #BFD474: hue angle of 73.12º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFD474 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 116 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.17 |
| HSL | 73.13º | 0.53% | 0.64% | - |
| HSV(B) | 73.13º | 0.45% | 0.83% | - |
| XYZ | 48.18 | 59.42 | 25.45 | - |
| YUV | 194.78 | 83.54 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 116 | 0.10 | 0 | 0.45 | 0.17 | 73.13 | 0.53 | 0.64 |
| Hex | BF | D4 | 74 | A | 0 | 2D | 11 | 49 | 35 | 40 |
| Octal | 277 | 324 | 164 | 12 | 0 | 55 | 21 | 111 | 65 | 100 |
| Binary | 10111111 | 11010100 | 1110100 | 1010 | 0 | 101101 | 10001 | 1001001 | 110101 | 1000000 |
Color Harmonies of #BFD474
Complementary color
Monochromatic Colors of #BFD474
Black with #BFD474
Text Example
Text Example
White with #BFD474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD474; }
p { color: rgb(191,212,116); }
H1.HeaderClassName
{
color: #BFD474;
}
.AnyTagClassName
{
color: #BFD474;
}
</style>
background-color css
<style>
a { background-color: #BFD474; }
a { background-color: rgb(191,212,116); }
div.DivClassName
{
background-color: #BFD474;
}
.BgClassName
{
background-color: #BFD474;
}
</style>
border-color css
<style>
span { border-color: #BFD474; }
span { border-color: rgb(191,212,116); }
td.TdClassName
{
border-color: #BFD474;
}
.TagClassName
{
border-color: #BFD474;
}
</style>