Shades of Wild Willow #BDD14E
Tints of Wild Willow #BDD14E
RGB
CMYK
RGB Variations
Color information
#BDD14E (or 0xBDD14E) is known color: Wild Willow. HEX triplet: BD, D1 and 4E. RGB value is (189,209,78). Sum of RGB (Red+Green+Blue) = 189+209+78=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 78 (30.86% from 255 or 16.39% from 476); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD14E is #422EB1. Grayscale: #BCBCBC. Windows color (decimal): -4337330 or 5165501. OLE color: 5165501.
HSL color Cylindrical-coordinate representation of color #BDD14E: hue angle of 69.16º degrees, saturation: 0.59, 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 #BDD14E is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 78 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.18 |
| HSL | 69.16º | 0.59% | 0.56% | - |
| HSV(B) | 69.16º | 0.63% | 0.82% | - |
| XYZ | 45.16 | 56.97 | 15.82 | - |
| YUV | 188.09 | 65.87 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 78 | 0.10 | 0 | 0.63 | 0.18 | 69.16 | 0.59 | 0.56 |
| Hex | BD | D1 | 4E | A | 0 | 3F | 12 | 45 | 3B | 38 |
| Octal | 275 | 321 | 116 | 12 | 0 | 77 | 22 | 105 | 73 | 70 |
| Binary | 10111101 | 11010001 | 1001110 | 1010 | 0 | 111111 | 10010 | 1000101 | 111011 | 111000 |
Color Harmonies of #BDD14E
Complementary color
Monochromatic Colors of #BDD14E
Black with #BDD14E
Text Example
Text Example
White with #BDD14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD14E; }
p { color: rgb(189,209,78); }
H1.HeaderClassName
{
color: #BDD14E;
}
.AnyTagClassName
{
color: #BDD14E;
}
</style>
background-color css
<style>
a { background-color: #BDD14E; }
a { background-color: rgb(189,209,78); }
div.DivClassName
{
background-color: #BDD14E;
}
.BgClassName
{
background-color: #BDD14E;
}
</style>
border-color css
<style>
span { border-color: #BDD14E; }
span { border-color: rgb(189,209,78); }
td.TdClassName
{
border-color: #BDD14E;
}
.TagClassName
{
border-color: #BDD14E;
}
</style>