Shades of Wild Willow #BFDD62
Tints of Wild Willow #BFDD62
RGB
CMYK
RGB Variations
Color information
#BFDD62 (or 0xBFDD62) is known color: Wild Willow. HEX triplet: BF, DD and 62. RGB value is (191,221,98). Sum of RGB (Red+Green+Blue) = 191+221+98=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 98 (38.67% from 255 or 19.22% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD62 is #40229D. Grayscale: #C6C6C6. Windows color (decimal): -4203166 or 6479295. OLE color: 6479295.
HSL color Cylindrical-coordinate representation of color #BFDD62: hue angle of 74.63º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFDD62 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 98 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.13 |
| HSL | 74.63º | 0.64% | 0.63% | - |
| HSV(B) | 74.63º | 0.56% | 0.87% | - |
| XYZ | 49.55 | 63.67 | 21.23 | - |
| YUV | 198.01 | 71.56 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 98 | 0.14 | 0 | 0.56 | 0.13 | 74.63 | 0.64 | 0.63 |
| Hex | BF | DD | 62 | E | 0 | 38 | D | 4B | 40 | 3F |
| Octal | 277 | 335 | 142 | 16 | 0 | 70 | 15 | 113 | 100 | 77 |
| Binary | 10111111 | 11011101 | 1100010 | 1110 | 0 | 111000 | 1101 | 1001011 | 1000000 | 111111 |
Color Harmonies of #BFDD62
Complementary color
Monochromatic Colors of #BFDD62
Black with #BFDD62
Text Example
Text Example
White with #BFDD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD62; }
p { color: rgb(191,221,98); }
H1.HeaderClassName
{
color: #BFDD62;
}
.AnyTagClassName
{
color: #BFDD62;
}
</style>
background-color css
<style>
a { background-color: #BFDD62; }
a { background-color: rgb(191,221,98); }
div.DivClassName
{
background-color: #BFDD62;
}
.BgClassName
{
background-color: #BFDD62;
}
</style>
border-color css
<style>
span { border-color: #BFDD62; }
span { border-color: rgb(191,221,98); }
td.TdClassName
{
border-color: #BFDD62;
}
.TagClassName
{
border-color: #BFDD62;
}
</style>