Shades of Wild Willow #BFD370
Tints of Wild Willow #BFD370
RGB
CMYK
RGB Variations
Color information
#BFD370 (or 0xBFD370) is known color: Wild Willow. HEX triplet: BF, D3 and 70. RGB value is (191,211,112). Sum of RGB (Red+Green+Blue) = 191+211+112=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD370 is #402C8F. Grayscale: #C2C2C2. Windows color (decimal): -4205712 or 7394239. OLE color: 7394239.
HSL color Cylindrical-coordinate representation of color #BFD370: hue angle of 72.12º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFD370 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 112 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.17 |
| HSL | 72.12º | 0.53% | 0.63% | - |
| HSV(B) | 72.12º | 0.47% | 0.83% | - |
| XYZ | 47.7 | 58.83 | 24.17 | - |
| YUV | 193.73 | 81.87 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 112 | 0.09 | 0 | 0.47 | 0.17 | 72.12 | 0.53 | 0.63 |
| Hex | BF | D3 | 70 | 9 | 0 | 2F | 11 | 48 | 35 | 3F |
| Octal | 277 | 323 | 160 | 11 | 0 | 57 | 21 | 110 | 65 | 77 |
| Binary | 10111111 | 11010011 | 1110000 | 1001 | 0 | 101111 | 10001 | 1001000 | 110101 | 111111 |
Color Harmonies of #BFD370
Complementary color
Monochromatic Colors of #BFD370
Black with #BFD370
Text Example
Text Example
White with #BFD370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD370; }
p { color: rgb(191,211,112); }
H1.HeaderClassName
{
color: #BFD370;
}
.AnyTagClassName
{
color: #BFD370;
}
</style>
background-color css
<style>
a { background-color: #BFD370; }
a { background-color: rgb(191,211,112); }
div.DivClassName
{
background-color: #BFD370;
}
.BgClassName
{
background-color: #BFD370;
}
</style>
border-color css
<style>
span { border-color: #BFD370; }
span { border-color: rgb(191,211,112); }
td.TdClassName
{
border-color: #BFD370;
}
.TagClassName
{
border-color: #BFD370;
}
</style>