Shades of Wild Willow #BFD34E
Tints of Wild Willow #BFD34E
RGB
CMYK
RGB Variations
Color information
#BFD34E (or 0xBFD34E) is known color: Wild Willow. HEX triplet: BF, D3 and 4E. RGB value is (191,211,78). Sum of RGB (Red+Green+Blue) = 191+211+78=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 78 (30.86% from 255 or 16.25% from 480); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD34E is #402CB1. Grayscale: #BEBEBE. Windows color (decimal): -4205746 or 5166015. OLE color: 5166015.
HSL color Cylindrical-coordinate representation of color #BFD34E: hue angle of 69.02º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFD34E is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 78 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.17 |
| HSL | 69.02º | 0.6% | 0.57% | - |
| HSV(B) | 69.02º | 0.63% | 0.83% | - |
| XYZ | 46.16 | 58.21 | 16.01 | - |
| YUV | 189.86 | 64.87 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 78 | 0.09 | 0 | 0.63 | 0.17 | 69.02 | 0.6 | 0.57 |
| Hex | BF | D3 | 4E | 9 | 0 | 3F | 11 | 45 | 3C | 39 |
| Octal | 277 | 323 | 116 | 11 | 0 | 77 | 21 | 105 | 74 | 71 |
| Binary | 10111111 | 11010011 | 1001110 | 1001 | 0 | 111111 | 10001 | 1000101 | 111100 | 111001 |
Color Harmonies of #BFD34E
Complementary color
Monochromatic Colors of #BFD34E
Black with #BFD34E
Text Example
Text Example
White with #BFD34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD34E; }
p { color: rgb(191,211,78); }
H1.HeaderClassName
{
color: #BFD34E;
}
.AnyTagClassName
{
color: #BFD34E;
}
</style>
background-color css
<style>
a { background-color: #BFD34E; }
a { background-color: rgb(191,211,78); }
div.DivClassName
{
background-color: #BFD34E;
}
.BgClassName
{
background-color: #BFD34E;
}
</style>
border-color css
<style>
span { border-color: #BFD34E; }
span { border-color: rgb(191,211,78); }
td.TdClassName
{
border-color: #BFD34E;
}
.TagClassName
{
border-color: #BFD34E;
}
</style>