Shades of Wild Willow #BFD25E
Tints of Wild Willow #BFD25E
RGB
CMYK
RGB Variations
Color information
#BFD25E (or 0xBFD25E) is known color: Wild Willow. HEX triplet: BF, D2 and 5E. RGB value is (191,210,94). Sum of RGB (Red+Green+Blue) = 191+210+94=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD25E is #402DA1. Grayscale: #BFBFBF. Windows color (decimal): -4205986 or 6214335. OLE color: 6214335.
HSL color Cylindrical-coordinate representation of color #BFD25E: hue angle of 69.83º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFD25E is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 94 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.18 |
| HSL | 69.83º | 0.56% | 0.6% | - |
| HSV(B) | 69.83º | 0.55% | 0.82% | - |
| XYZ | 46.55 | 57.98 | 19.33 | - |
| YUV | 191.1 | 73.21 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 94 | 0.09 | 0 | 0.55 | 0.18 | 69.83 | 0.56 | 0.6 |
| Hex | BF | D2 | 5E | 9 | 0 | 37 | 12 | 46 | 38 | 3C |
| Octal | 277 | 322 | 136 | 11 | 0 | 67 | 22 | 106 | 70 | 74 |
| Binary | 10111111 | 11010010 | 1011110 | 1001 | 0 | 110111 | 10010 | 1000110 | 111000 | 111100 |
Color Harmonies of #BFD25E
Complementary color
Monochromatic Colors of #BFD25E
Black with #BFD25E
Text Example
Text Example
White with #BFD25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD25E; }
p { color: rgb(191,210,94); }
H1.HeaderClassName
{
color: #BFD25E;
}
.AnyTagClassName
{
color: #BFD25E;
}
</style>
background-color css
<style>
a { background-color: #BFD25E; }
a { background-color: rgb(191,210,94); }
div.DivClassName
{
background-color: #BFD25E;
}
.BgClassName
{
background-color: #BFD25E;
}
</style>
border-color css
<style>
span { border-color: #BFD25E; }
span { border-color: rgb(191,210,94); }
td.TdClassName
{
border-color: #BFD25E;
}
.TagClassName
{
border-color: #BFD25E;
}
</style>