Shades of Wild Willow #B5D36F
Tints of Wild Willow #B5D36F
RGB
CMYK
RGB Variations
Color information
#B5D36F (or 0xB5D36F) is known color: Wild Willow. HEX triplet: B5, D3 and 6F. RGB value is (181,211,111). Sum of RGB (Red+Green+Blue) = 181+211+111=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 111 (43.75% from 255 or 22.07% from 503); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D36F is #4A2C90. Grayscale: #BFBFBF. Windows color (decimal): -4861073 or 7328693. OLE color: 7328693.
HSL color Cylindrical-coordinate representation of color #B5D36F: hue angle of 78º 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 #B5D36F is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 211 | 111 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.17 |
| HSL | 78º | 0.53% | 0.63% | - |
| HSV(B) | 78º | 0.47% | 0.83% | - |
| XYZ | 45.22 | 57.56 | 23.77 | - |
| YUV | 190.63 | 83.06 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 211 | 111 | 0.14 | 0 | 0.47 | 0.17 | 78 | 0.53 | 0.63 |
| Hex | B5 | D3 | 6F | E | 0 | 2F | 11 | 4E | 35 | 3F |
| Octal | 265 | 323 | 157 | 16 | 0 | 57 | 21 | 116 | 65 | 77 |
| Binary | 10110101 | 11010011 | 1101111 | 1110 | 0 | 101111 | 10001 | 1001110 | 110101 | 111111 |
Color Harmonies of #B5D36F
Complementary color
Monochromatic Colors of #B5D36F
Black with #B5D36F
Text Example
Text Example
White with #B5D36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D36F; }
p { color: rgb(181,211,111); }
H1.HeaderClassName
{
color: #B5D36F;
}
.AnyTagClassName
{
color: #B5D36F;
}
</style>
background-color css
<style>
a { background-color: #B5D36F; }
a { background-color: rgb(181,211,111); }
div.DivClassName
{
background-color: #B5D36F;
}
.BgClassName
{
background-color: #B5D36F;
}
</style>
border-color css
<style>
span { border-color: #B5D36F; }
span { border-color: rgb(181,211,111); }
td.TdClassName
{
border-color: #B5D36F;
}
.TagClassName
{
border-color: #B5D36F;
}
</style>