Shades of Wild Willow #BFD85D
Tints of Wild Willow #BFD85D
RGB
CMYK
RGB Variations
Color information
#BFD85D (or 0xBFD85D) is known color: Wild Willow. HEX triplet: BF, D8 and 5D. RGB value is (191,216,93). Sum of RGB (Red+Green+Blue) = 191+216+93=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD85D is #4027A2. Grayscale: #C2C2C2. Windows color (decimal): -4204451 or 6150335. OLE color: 6150335.
HSL color Cylindrical-coordinate representation of color #BFD85D: hue angle of 72.2º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFD85D is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 93 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.15 |
| HSL | 72.2º | 0.61% | 0.61% | - |
| HSV(B) | 72.2º | 0.57% | 0.85% | - |
| XYZ | 48.02 | 60.98 | 19.6 | - |
| YUV | 194.5 | 70.72 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 93 | 0.12 | 0 | 0.57 | 0.15 | 72.2 | 0.61 | 0.61 |
| Hex | BF | D8 | 5D | C | 0 | 39 | F | 48 | 3D | 3D |
| Octal | 277 | 330 | 135 | 14 | 0 | 71 | 17 | 110 | 75 | 75 |
| Binary | 10111111 | 11011000 | 1011101 | 1100 | 0 | 111001 | 1111 | 1001000 | 111101 | 111101 |
Color Harmonies of #BFD85D
Complementary color
Monochromatic Colors of #BFD85D
Black with #BFD85D
Text Example
Text Example
White with #BFD85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD85D; }
p { color: rgb(191,216,93); }
H1.HeaderClassName
{
color: #BFD85D;
}
.AnyTagClassName
{
color: #BFD85D;
}
</style>
background-color css
<style>
a { background-color: #BFD85D; }
a { background-color: rgb(191,216,93); }
div.DivClassName
{
background-color: #BFD85D;
}
.BgClassName
{
background-color: #BFD85D;
}
</style>
border-color css
<style>
span { border-color: #BFD85D; }
span { border-color: rgb(191,216,93); }
td.TdClassName
{
border-color: #BFD85D;
}
.TagClassName
{
border-color: #BFD85D;
}
</style>