Shades of Wild Willow #BDD370
Tints of Wild Willow #BDD370
RGB
CMYK
RGB Variations
Color information
#BDD370 (or 0xBDD370) is known color: Wild Willow. HEX triplet: BD, D3 and 70. RGB value is (189,211,112). Sum of RGB (Red+Green+Blue) = 189+211+112=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD370 is #422C8F. Grayscale: #C1C1C1. Windows color (decimal): -4336784 or 7394237. OLE color: 7394237.
HSL color Cylindrical-coordinate representation of color #BDD370: hue angle of 73.33º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDD370 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 112 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.17 |
| HSL | 73.33º | 0.53% | 0.63% | - |
| HSV(B) | 73.33º | 0.47% | 0.83% | - |
| XYZ | 47.21 | 58.58 | 24.15 | - |
| YUV | 193.14 | 82.21 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 112 | 0.10 | 0 | 0.47 | 0.17 | 73.33 | 0.53 | 0.63 |
| Hex | BD | D3 | 70 | A | 0 | 2F | 11 | 49 | 35 | 3F |
| Octal | 275 | 323 | 160 | 12 | 0 | 57 | 21 | 111 | 65 | 77 |
| Binary | 10111101 | 11010011 | 1110000 | 1010 | 0 | 101111 | 10001 | 1001001 | 110101 | 111111 |
Color Harmonies of #BDD370
Complementary color
Monochromatic Colors of #BDD370
Black with #BDD370
Text Example
Text Example
White with #BDD370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD370; }
p { color: rgb(189,211,112); }
H1.HeaderClassName
{
color: #BDD370;
}
.AnyTagClassName
{
color: #BDD370;
}
</style>
background-color css
<style>
a { background-color: #BDD370; }
a { background-color: rgb(189,211,112); }
div.DivClassName
{
background-color: #BDD370;
}
.BgClassName
{
background-color: #BDD370;
}
</style>
border-color css
<style>
span { border-color: #BDD370; }
span { border-color: rgb(189,211,112); }
td.TdClassName
{
border-color: #BDD370;
}
.TagClassName
{
border-color: #BDD370;
}
</style>