Shades of Wild Willow #BFDA5D
Tints of Wild Willow #BFDA5D
RGB
CMYK
RGB Variations
Color information
#BFDA5D (or 0xBFDA5D) is known color: Wild Willow. HEX triplet: BF, DA and 5D. RGB value is (191,218,93). Sum of RGB (Red+Green+Blue) = 191+218+93=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDA5D is #4025A2. Grayscale: #C4C4C4. Windows color (decimal): -4203939 or 6150847. OLE color: 6150847.
HSL color Cylindrical-coordinate representation of color #BFDA5D: hue angle of 72.96º degrees, saturation: 0.63, 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 #BFDA5D is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 93 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.15 |
| HSL | 72.96º | 0.63% | 0.61% | - |
| HSV(B) | 72.96º | 0.57% | 0.85% | - |
| XYZ | 48.53 | 62.01 | 19.77 | - |
| YUV | 195.68 | 70.05 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 93 | 0.12 | 0 | 0.57 | 0.15 | 72.96 | 0.63 | 0.61 |
| Hex | BF | DA | 5D | C | 0 | 39 | F | 49 | 3F | 3D |
| Octal | 277 | 332 | 135 | 14 | 0 | 71 | 17 | 111 | 77 | 75 |
| Binary | 10111111 | 11011010 | 1011101 | 1100 | 0 | 111001 | 1111 | 1001001 | 111111 | 111101 |
Color Harmonies of #BFDA5D
Complementary color
Monochromatic Colors of #BFDA5D
Black with #BFDA5D
Text Example
Text Example
White with #BFDA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA5D; }
p { color: rgb(191,218,93); }
H1.HeaderClassName
{
color: #BFDA5D;
}
.AnyTagClassName
{
color: #BFDA5D;
}
</style>
background-color css
<style>
a { background-color: #BFDA5D; }
a { background-color: rgb(191,218,93); }
div.DivClassName
{
background-color: #BFDA5D;
}
.BgClassName
{
background-color: #BFDA5D;
}
</style>
border-color css
<style>
span { border-color: #BFDA5D; }
span { border-color: rgb(191,218,93); }
td.TdClassName
{
border-color: #BFDA5D;
}
.TagClassName
{
border-color: #BFDA5D;
}
</style>