Shades of Wild Willow #BDD34F
Tints of Wild Willow #BDD34F
RGB
CMYK
RGB Variations
Color information
#BDD34F (or 0xBDD34F) is known color: Wild Willow. HEX triplet: BD, D3 and 4F. RGB value is (189,211,79). Sum of RGB (Red+Green+Blue) = 189+211+79=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 79 (31.25% from 255 or 16.49% from 479); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD34F is #422CB0. Grayscale: #BDBDBD. Windows color (decimal): -4336817 or 5231549. OLE color: 5231549.
HSL color Cylindrical-coordinate representation of color #BDD34F: hue angle of 70º 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 #BDD34F is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 79 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.17 |
| HSL | 70º | 0.6% | 0.57% | - |
| HSV(B) | 70º | 0.63% | 0.83% | - |
| XYZ | 45.69 | 57.97 | 16.18 | - |
| YUV | 189.37 | 65.71 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 79 | 0.10 | 0 | 0.63 | 0.17 | 70 | 0.6 | 0.57 |
| Hex | BD | D3 | 4F | A | 0 | 3F | 11 | 46 | 3C | 39 |
| Octal | 275 | 323 | 117 | 12 | 0 | 77 | 21 | 106 | 74 | 71 |
| Binary | 10111101 | 11010011 | 1001111 | 1010 | 0 | 111111 | 10001 | 1000110 | 111100 | 111001 |
Color Harmonies of #BDD34F
Complementary color
Monochromatic Colors of #BDD34F
Black with #BDD34F
Text Example
Text Example
White with #BDD34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD34F; }
p { color: rgb(189,211,79); }
H1.HeaderClassName
{
color: #BDD34F;
}
.AnyTagClassName
{
color: #BDD34F;
}
</style>
background-color css
<style>
a { background-color: #BDD34F; }
a { background-color: rgb(189,211,79); }
div.DivClassName
{
background-color: #BDD34F;
}
.BgClassName
{
background-color: #BDD34F;
}
</style>
border-color css
<style>
span { border-color: #BDD34F; }
span { border-color: rgb(189,211,79); }
td.TdClassName
{
border-color: #BDD34F;
}
.TagClassName
{
border-color: #BDD34F;
}
</style>