Shades of Wild Willow #BFD45D
Tints of Wild Willow #BFD45D
RGB
CMYK
RGB Variations
Color information
#BFD45D (or 0xBFD45D) is known color: Wild Willow. HEX triplet: BF, D4 and 5D. RGB value is (191,212,93). Sum of RGB (Red+Green+Blue) = 191+212+93=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD45D is #402BA2. Grayscale: #C0C0C0. Windows color (decimal): -4205475 or 6149311. OLE color: 6149311.
HSL color Cylindrical-coordinate representation of color #BFD45D: hue angle of 70.59º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFD45D is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 93 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.17 |
| HSL | 70.59º | 0.58% | 0.6% | - |
| HSV(B) | 70.59º | 0.56% | 0.83% | - |
| XYZ | 47.01 | 58.95 | 19.26 | - |
| YUV | 192.16 | 72.04 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 93 | 0.10 | 0 | 0.56 | 0.17 | 70.59 | 0.58 | 0.6 |
| Hex | BF | D4 | 5D | A | 0 | 38 | 11 | 47 | 3A | 3C |
| Octal | 277 | 324 | 135 | 12 | 0 | 70 | 21 | 107 | 72 | 74 |
| Binary | 10111111 | 11010100 | 1011101 | 1010 | 0 | 111000 | 10001 | 1000111 | 111010 | 111100 |
Color Harmonies of #BFD45D
Complementary color
Monochromatic Colors of #BFD45D
Black with #BFD45D
Text Example
Text Example
White with #BFD45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD45D; }
p { color: rgb(191,212,93); }
H1.HeaderClassName
{
color: #BFD45D;
}
.AnyTagClassName
{
color: #BFD45D;
}
</style>
background-color css
<style>
a { background-color: #BFD45D; }
a { background-color: rgb(191,212,93); }
div.DivClassName
{
background-color: #BFD45D;
}
.BgClassName
{
background-color: #BFD45D;
}
</style>
border-color css
<style>
span { border-color: #BFD45D; }
span { border-color: rgb(191,212,93); }
td.TdClassName
{
border-color: #BFD45D;
}
.TagClassName
{
border-color: #BFD45D;
}
</style>