Shades of Wild Willow #BFDC62
Tints of Wild Willow #BFDC62
RGB
CMYK
RGB Variations
Color information
#BFDC62 (or 0xBFDC62) is known color: Wild Willow. HEX triplet: BF, DC and 62. RGB value is (191,220,98). Sum of RGB (Red+Green+Blue) = 191+220+98=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 98 (38.67% from 255 or 19.25% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC62 is #40239D. Grayscale: #C5C5C5. Windows color (decimal): -4203422 or 6479039. OLE color: 6479039.
HSL color Cylindrical-coordinate representation of color #BFDC62: hue angle of 74.26º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFDC62 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 98 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.14 |
| HSL | 74.26º | 0.64% | 0.62% | - |
| HSV(B) | 74.26º | 0.55% | 0.86% | - |
| XYZ | 49.28 | 63.14 | 21.15 | - |
| YUV | 197.42 | 71.89 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 98 | 0.13 | 0 | 0.55 | 0.14 | 74.26 | 0.64 | 0.62 |
| Hex | BF | DC | 62 | D | 0 | 37 | E | 4A | 40 | 3E |
| Octal | 277 | 334 | 142 | 15 | 0 | 67 | 16 | 112 | 100 | 76 |
| Binary | 10111111 | 11011100 | 1100010 | 1101 | 0 | 110111 | 1110 | 1001010 | 1000000 | 111110 |
Color Harmonies of #BFDC62
Complementary color
Monochromatic Colors of #BFDC62
Black with #BFDC62
Text Example
Text Example
White with #BFDC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC62; }
p { color: rgb(191,220,98); }
H1.HeaderClassName
{
color: #BFDC62;
}
.AnyTagClassName
{
color: #BFDC62;
}
</style>
background-color css
<style>
a { background-color: #BFDC62; }
a { background-color: rgb(191,220,98); }
div.DivClassName
{
background-color: #BFDC62;
}
.BgClassName
{
background-color: #BFDC62;
}
</style>
border-color css
<style>
span { border-color: #BFDC62; }
span { border-color: rgb(191,220,98); }
td.TdClassName
{
border-color: #BFDC62;
}
.TagClassName
{
border-color: #BFDC62;
}
</style>