Shades of Wild Willow #BFD570
Tints of Wild Willow #BFD570
RGB
CMYK
RGB Variations
Color information
#BFD570 (or 0xBFD570) is known color: Wild Willow. HEX triplet: BF, D5 and 70. RGB value is (191,213,112). Sum of RGB (Red+Green+Blue) = 191+213+112=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD570 is #402A8F. Grayscale: #C3C3C3. Windows color (decimal): -4205200 or 7394751. OLE color: 7394751.
HSL color Cylindrical-coordinate representation of color #BFD570: hue angle of 73.07º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFD570 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 112 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.16 |
| HSL | 73.07º | 0.55% | 0.64% | - |
| HSV(B) | 73.07º | 0.47% | 0.84% | - |
| XYZ | 48.2 | 59.83 | 24.34 | - |
| YUV | 194.91 | 81.21 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 112 | 0.10 | 0 | 0.47 | 0.16 | 73.07 | 0.55 | 0.64 |
| Hex | BF | D5 | 70 | A | 0 | 2F | 10 | 49 | 37 | 40 |
| Octal | 277 | 325 | 160 | 12 | 0 | 57 | 20 | 111 | 67 | 100 |
| Binary | 10111111 | 11010101 | 1110000 | 1010 | 0 | 101111 | 10000 | 1001001 | 110111 | 1000000 |
Color Harmonies of #BFD570
Complementary color
Monochromatic Colors of #BFD570
Black with #BFD570
Text Example
Text Example
White with #BFD570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD570; }
p { color: rgb(191,213,112); }
H1.HeaderClassName
{
color: #BFD570;
}
.AnyTagClassName
{
color: #BFD570;
}
</style>
background-color css
<style>
a { background-color: #BFD570; }
a { background-color: rgb(191,213,112); }
div.DivClassName
{
background-color: #BFD570;
}
.BgClassName
{
background-color: #BFD570;
}
</style>
border-color css
<style>
span { border-color: #BFD570; }
span { border-color: rgb(191,213,112); }
td.TdClassName
{
border-color: #BFD570;
}
.TagClassName
{
border-color: #BFD570;
}
</style>