Shades of Wild Willow #B5D070
Tints of Wild Willow #B5D070
RGB
CMYK
RGB Variations
Color information
#B5D070 (or 0xB5D070) is known color: Wild Willow. HEX triplet: B5, D0 and 70. RGB value is (181,208,112). Sum of RGB (Red+Green+Blue) = 181+208+112=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D070 is #4A2F8F. Grayscale: #BDBDBD. Windows color (decimal): -4861840 or 7393461. OLE color: 7393461.
HSL color Cylindrical-coordinate representation of color #B5D070: hue angle of 76.88º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5D070 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 112 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.18 |
| HSL | 76.88º | 0.51% | 0.63% | - |
| HSV(B) | 76.88º | 0.46% | 0.82% | - |
| XYZ | 44.54 | 56.11 | 23.81 | - |
| YUV | 188.98 | 84.55 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 112 | 0.13 | 0 | 0.46 | 0.18 | 76.88 | 0.51 | 0.63 |
| Hex | B5 | D0 | 70 | D | 0 | 2E | 12 | 4D | 33 | 3F |
| Octal | 265 | 320 | 160 | 15 | 0 | 56 | 22 | 115 | 63 | 77 |
| Binary | 10110101 | 11010000 | 1110000 | 1101 | 0 | 101110 | 10010 | 1001101 | 110011 | 111111 |
Color Harmonies of #B5D070
Complementary color
Monochromatic Colors of #B5D070
Black with #B5D070
Text Example
Text Example
White with #B5D070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D070; }
p { color: rgb(181,208,112); }
H1.HeaderClassName
{
color: #B5D070;
}
.AnyTagClassName
{
color: #B5D070;
}
</style>
background-color css
<style>
a { background-color: #B5D070; }
a { background-color: rgb(181,208,112); }
div.DivClassName
{
background-color: #B5D070;
}
.BgClassName
{
background-color: #B5D070;
}
</style>
border-color css
<style>
span { border-color: #B5D070; }
span { border-color: rgb(181,208,112); }
td.TdClassName
{
border-color: #B5D070;
}
.TagClassName
{
border-color: #B5D070;
}
</style>