Shades of Wild Willow #BFD250
Tints of Wild Willow #BFD250
RGB
CMYK
RGB Variations
Color information
#BFD250 (or 0xBFD250) is known color: Wild Willow. HEX triplet: BF, D2 and 50. RGB value is (191,210,80). Sum of RGB (Red+Green+Blue) = 191+210+80=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD250 is #402DAF. Grayscale: #BEBEBE. Windows color (decimal): -4206000 or 5296831. OLE color: 5296831.
HSL color Cylindrical-coordinate representation of color #BFD250: hue angle of 68.77º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFD250 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 80 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.18 |
| HSL | 68.77º | 0.59% | 0.57% | - |
| HSV(B) | 68.77º | 0.62% | 0.82% | - |
| XYZ | 45.98 | 57.75 | 16.31 | - |
| YUV | 189.5 | 66.21 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 80 | 0.09 | 0 | 0.62 | 0.18 | 68.77 | 0.59 | 0.57 |
| Hex | BF | D2 | 50 | 9 | 0 | 3E | 12 | 45 | 3B | 39 |
| Octal | 277 | 322 | 120 | 11 | 0 | 76 | 22 | 105 | 73 | 71 |
| Binary | 10111111 | 11010010 | 1010000 | 1001 | 0 | 111110 | 10010 | 1000101 | 111011 | 111001 |
Color Harmonies of #BFD250
Complementary color
Monochromatic Colors of #BFD250
Black with #BFD250
Text Example
Text Example
White with #BFD250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD250; }
p { color: rgb(191,210,80); }
H1.HeaderClassName
{
color: #BFD250;
}
.AnyTagClassName
{
color: #BFD250;
}
</style>
background-color css
<style>
a { background-color: #BFD250; }
a { background-color: rgb(191,210,80); }
div.DivClassName
{
background-color: #BFD250;
}
.BgClassName
{
background-color: #BFD250;
}
</style>
border-color css
<style>
span { border-color: #BFD250; }
span { border-color: rgb(191,210,80); }
td.TdClassName
{
border-color: #BFD250;
}
.TagClassName
{
border-color: #BFD250;
}
</style>