Shades of Wild Willow #BDD571
Tints of Wild Willow #BDD571
RGB
CMYK
RGB Variations
Color information
#BDD571 (or 0xBDD571) is known color: Wild Willow. HEX triplet: BD, D5 and 71. RGB value is (189,213,113). Sum of RGB (Red+Green+Blue) = 189+213+113=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD571 is #422A8E. Grayscale: #C2C2C2. Windows color (decimal): -4336271 or 7460285. OLE color: 7460285.
HSL color Cylindrical-coordinate representation of color #BDD571: hue angle of 74.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDD571 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 113 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.16 |
| HSL | 74.4º | 0.54% | 0.64% | - |
| HSV(B) | 74.4º | 0.47% | 0.84% | - |
| XYZ | 47.76 | 59.6 | 24.61 | - |
| YUV | 194.42 | 82.05 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 113 | 0.11 | 0 | 0.47 | 0.16 | 74.4 | 0.54 | 0.64 |
| Hex | BD | D5 | 71 | B | 0 | 2F | 10 | 4A | 36 | 40 |
| Octal | 275 | 325 | 161 | 13 | 0 | 57 | 20 | 112 | 66 | 100 |
| Binary | 10111101 | 11010101 | 1110001 | 1011 | 0 | 101111 | 10000 | 1001010 | 110110 | 1000000 |
Color Harmonies of #BDD571
Complementary color
Monochromatic Colors of #BDD571
Black with #BDD571
Text Example
Text Example
White with #BDD571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD571; }
p { color: rgb(189,213,113); }
H1.HeaderClassName
{
color: #BDD571;
}
.AnyTagClassName
{
color: #BDD571;
}
</style>
background-color css
<style>
a { background-color: #BDD571; }
a { background-color: rgb(189,213,113); }
div.DivClassName
{
background-color: #BDD571;
}
.BgClassName
{
background-color: #BDD571;
}
</style>
border-color css
<style>
span { border-color: #BDD571; }
span { border-color: rgb(189,213,113); }
td.TdClassName
{
border-color: #BDD571;
}
.TagClassName
{
border-color: #BDD571;
}
</style>