Shades of Wild Willow #BFD24D
Tints of Wild Willow #BFD24D
RGB
CMYK
RGB Variations
Color information
#BFD24D (or 0xBFD24D) is known color: Wild Willow. HEX triplet: BF, D2 and 4D. RGB value is (191,210,77). Sum of RGB (Red+Green+Blue) = 191+210+77=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 77 (30.47% from 255 or 16.11% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD24D is #402DB2. Grayscale: #BDBDBD. Windows color (decimal): -4206003 or 5100223. OLE color: 5100223.
HSL color Cylindrical-coordinate representation of color #BFD24D: hue angle of 68.57º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFD24D is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 77 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.18 |
| HSL | 68.57º | 0.6% | 0.56% | - |
| HSV(B) | 68.57º | 0.63% | 0.82% | - |
| XYZ | 45.87 | 57.71 | 15.74 | - |
| YUV | 189.16 | 64.71 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 77 | 0.09 | 0 | 0.63 | 0.18 | 68.57 | 0.6 | 0.56 |
| Hex | BF | D2 | 4D | 9 | 0 | 3F | 12 | 45 | 3C | 38 |
| Octal | 277 | 322 | 115 | 11 | 0 | 77 | 22 | 105 | 74 | 70 |
| Binary | 10111111 | 11010010 | 1001101 | 1001 | 0 | 111111 | 10010 | 1000101 | 111100 | 111000 |
Color Harmonies of #BFD24D
Complementary color
Monochromatic Colors of #BFD24D
Black with #BFD24D
Text Example
Text Example
White with #BFD24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD24D; }
p { color: rgb(191,210,77); }
H1.HeaderClassName
{
color: #BFD24D;
}
.AnyTagClassName
{
color: #BFD24D;
}
</style>
background-color css
<style>
a { background-color: #BFD24D; }
a { background-color: rgb(191,210,77); }
div.DivClassName
{
background-color: #BFD24D;
}
.BgClassName
{
background-color: #BFD24D;
}
</style>
border-color css
<style>
span { border-color: #BFD24D; }
span { border-color: rgb(191,210,77); }
td.TdClassName
{
border-color: #BFD24D;
}
.TagClassName
{
border-color: #BFD24D;
}
</style>