Shades of Wild Willow #BFDD63
Tints of Wild Willow #BFDD63
RGB
CMYK
RGB Variations
Color information
#BFDD63 (or 0xBFDD63) is known color: Wild Willow. HEX triplet: BF, DD and 63. RGB value is (191,221,99). Sum of RGB (Red+Green+Blue) = 191+221+99=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 99 (39.06% from 255 or 19.37% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD63 is #40229C. Grayscale: #C6C6C6. Windows color (decimal): -4203165 or 6544831. OLE color: 6544831.
HSL color Cylindrical-coordinate representation of color #BFDD63: hue angle of 74.75º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFDD63 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 99 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.13 |
| HSL | 74.75º | 0.64% | 0.63% | - |
| HSV(B) | 74.75º | 0.55% | 0.87% | - |
| XYZ | 49.59 | 63.69 | 21.48 | - |
| YUV | 198.12 | 72.06 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 99 | 0.14 | 0 | 0.55 | 0.13 | 74.75 | 0.64 | 0.63 |
| Hex | BF | DD | 63 | E | 0 | 37 | D | 4B | 40 | 3F |
| Octal | 277 | 335 | 143 | 16 | 0 | 67 | 15 | 113 | 100 | 77 |
| Binary | 10111111 | 11011101 | 1100011 | 1110 | 0 | 110111 | 1101 | 1001011 | 1000000 | 111111 |
Color Harmonies of #BFDD63
Complementary color
Monochromatic Colors of #BFDD63
Black with #BFDD63
Text Example
Text Example
White with #BFDD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD63; }
p { color: rgb(191,221,99); }
H1.HeaderClassName
{
color: #BFDD63;
}
.AnyTagClassName
{
color: #BFDD63;
}
</style>
background-color css
<style>
a { background-color: #BFDD63; }
a { background-color: rgb(191,221,99); }
div.DivClassName
{
background-color: #BFDD63;
}
.BgClassName
{
background-color: #BFDD63;
}
</style>
border-color css
<style>
span { border-color: #BFDD63; }
span { border-color: rgb(191,221,99); }
td.TdClassName
{
border-color: #BFDD63;
}
.TagClassName
{
border-color: #BFDD63;
}
</style>