Shades of Wild Willow #BDD350
Tints of Wild Willow #BDD350
RGB
CMYK
RGB Variations
Color information
#BDD350 (or 0xBDD350) is known color: Wild Willow. HEX triplet: BD, D3 and 50. RGB value is (189,211,80). Sum of RGB (Red+Green+Blue) = 189+211+80=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD350 is #422CAF. Grayscale: #BDBDBD. Windows color (decimal): -4336816 or 5297085. OLE color: 5297085.
HSL color Cylindrical-coordinate representation of color #BDD350: hue angle of 70.08º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDD350 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 80 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.17 |
| HSL | 70.08º | 0.6% | 0.57% | - |
| HSV(B) | 70.08º | 0.62% | 0.83% | - |
| XYZ | 45.73 | 57.99 | 16.37 | - |
| YUV | 189.49 | 66.21 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 80 | 0.10 | 0 | 0.62 | 0.17 | 70.08 | 0.6 | 0.57 |
| Hex | BD | D3 | 50 | A | 0 | 3E | 11 | 46 | 3C | 39 |
| Octal | 275 | 323 | 120 | 12 | 0 | 76 | 21 | 106 | 74 | 71 |
| Binary | 10111101 | 11010011 | 1010000 | 1010 | 0 | 111110 | 10001 | 1000110 | 111100 | 111001 |
Color Harmonies of #BDD350
Complementary color
Monochromatic Colors of #BDD350
Black with #BDD350
Text Example
Text Example
White with #BDD350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD350; }
p { color: rgb(189,211,80); }
H1.HeaderClassName
{
color: #BDD350;
}
.AnyTagClassName
{
color: #BDD350;
}
</style>
background-color css
<style>
a { background-color: #BDD350; }
a { background-color: rgb(189,211,80); }
div.DivClassName
{
background-color: #BDD350;
}
.BgClassName
{
background-color: #BDD350;
}
</style>
border-color css
<style>
span { border-color: #BDD350; }
span { border-color: rgb(189,211,80); }
td.TdClassName
{
border-color: #BDD350;
}
.TagClassName
{
border-color: #BDD350;
}
</style>