Shades of Wild Willow #BDD65E
Tints of Wild Willow #BDD65E
RGB
CMYK
RGB Variations
Color information
#BDD65E (or 0xBDD65E) is known color: Wild Willow. HEX triplet: BD, D6 and 5E. RGB value is (189,214,94). Sum of RGB (Red+Green+Blue) = 189+214+94=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD65E is #4229A1. Grayscale: #C1C1C1. Windows color (decimal): -4336034 or 6215357. OLE color: 6215357.
HSL color Cylindrical-coordinate representation of color #BDD65E: hue angle of 72.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDD65E is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 94 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.16 |
| HSL | 72.5º | 0.59% | 0.6% | - |
| HSV(B) | 72.5º | 0.56% | 0.84% | - |
| XYZ | 47.05 | 59.72 | 19.64 | - |
| YUV | 192.85 | 72.22 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 94 | 0.12 | 0 | 0.56 | 0.16 | 72.5 | 0.59 | 0.6 |
| Hex | BD | D6 | 5E | C | 0 | 38 | 10 | 48 | 3B | 3C |
| Octal | 275 | 326 | 136 | 14 | 0 | 70 | 20 | 110 | 73 | 74 |
| Binary | 10111101 | 11010110 | 1011110 | 1100 | 0 | 111000 | 10000 | 1001000 | 111011 | 111100 |
Color Harmonies of #BDD65E
Complementary color
Monochromatic Colors of #BDD65E
Black with #BDD65E
Text Example
Text Example
White with #BDD65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD65E; }
p { color: rgb(189,214,94); }
H1.HeaderClassName
{
color: #BDD65E;
}
.AnyTagClassName
{
color: #BDD65E;
}
</style>
background-color css
<style>
a { background-color: #BDD65E; }
a { background-color: rgb(189,214,94); }
div.DivClassName
{
background-color: #BDD65E;
}
.BgClassName
{
background-color: #BDD65E;
}
</style>
border-color css
<style>
span { border-color: #BDD65E; }
span { border-color: rgb(189,214,94); }
td.TdClassName
{
border-color: #BDD65E;
}
.TagClassName
{
border-color: #BDD65E;
}
</style>