Shades of Wild Willow #BFD770
Tints of Wild Willow #BFD770
RGB
CMYK
RGB Variations
Color information
#BFD770 (or 0xBFD770) is known color: Wild Willow. HEX triplet: BF, D7 and 70. RGB value is (191,215,112). Sum of RGB (Red+Green+Blue) = 191+215+112=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD770 is #40288F. Grayscale: #C4C4C4. Windows color (decimal): -4204688 or 7395263. OLE color: 7395263.
HSL color Cylindrical-coordinate representation of color #BFD770: hue angle of 73.98º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFD770 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 112 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.16 |
| HSL | 73.98º | 0.56% | 0.64% | - |
| HSV(B) | 73.98º | 0.48% | 0.84% | - |
| XYZ | 48.71 | 60.85 | 24.51 | - |
| YUV | 196.08 | 80.55 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 112 | 0.11 | 0 | 0.48 | 0.16 | 73.98 | 0.56 | 0.64 |
| Hex | BF | D7 | 70 | B | 0 | 30 | 10 | 4A | 38 | 40 |
| Octal | 277 | 327 | 160 | 13 | 0 | 60 | 20 | 112 | 70 | 100 |
| Binary | 10111111 | 11010111 | 1110000 | 1011 | 0 | 110000 | 10000 | 1001010 | 111000 | 1000000 |
Color Harmonies of #BFD770
Complementary color
Monochromatic Colors of #BFD770
Black with #BFD770
Text Example
Text Example
White with #BFD770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD770; }
p { color: rgb(191,215,112); }
H1.HeaderClassName
{
color: #BFD770;
}
.AnyTagClassName
{
color: #BFD770;
}
</style>
background-color css
<style>
a { background-color: #BFD770; }
a { background-color: rgb(191,215,112); }
div.DivClassName
{
background-color: #BFD770;
}
.BgClassName
{
background-color: #BFD770;
}
</style>
border-color css
<style>
span { border-color: #BFD770; }
span { border-color: rgb(191,215,112); }
td.TdClassName
{
border-color: #BFD770;
}
.TagClassName
{
border-color: #BFD770;
}
</style>