Shades of Wild Willow #B5D36E
Tints of Wild Willow #B5D36E
RGB
CMYK
RGB Variations
Color information
#B5D36E (or 0xB5D36E) is known color: Wild Willow. HEX triplet: B5, D3 and 6E. RGB value is (181,211,110). Sum of RGB (Red+Green+Blue) = 181+211+110=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D36E is #4A2C91. Grayscale: #BEBEBE. Windows color (decimal): -4861074 or 7263157. OLE color: 7263157.
HSL color Cylindrical-coordinate representation of color #B5D36E: hue angle of 77.82º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5D36E is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 211 | 110 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.17 |
| HSL | 77.82º | 0.53% | 0.63% | - |
| HSV(B) | 77.82º | 0.48% | 0.83% | - |
| XYZ | 45.16 | 57.54 | 23.48 | - |
| YUV | 190.52 | 82.56 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 211 | 110 | 0.14 | 0 | 0.48 | 0.17 | 77.82 | 0.53 | 0.63 |
| Hex | B5 | D3 | 6E | E | 0 | 30 | 11 | 4E | 35 | 3F |
| Octal | 265 | 323 | 156 | 16 | 0 | 60 | 21 | 116 | 65 | 77 |
| Binary | 10110101 | 11010011 | 1101110 | 1110 | 0 | 110000 | 10001 | 1001110 | 110101 | 111111 |
Color Harmonies of #B5D36E
Complementary color
Monochromatic Colors of #B5D36E
Black with #B5D36E
Text Example
Text Example
White with #B5D36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D36E; }
p { color: rgb(181,211,110); }
H1.HeaderClassName
{
color: #B5D36E;
}
.AnyTagClassName
{
color: #B5D36E;
}
</style>
background-color css
<style>
a { background-color: #B5D36E; }
a { background-color: rgb(181,211,110); }
div.DivClassName
{
background-color: #B5D36E;
}
.BgClassName
{
background-color: #B5D36E;
}
</style>
border-color css
<style>
span { border-color: #B5D36E; }
span { border-color: rgb(181,211,110); }
td.TdClassName
{
border-color: #B5D36E;
}
.TagClassName
{
border-color: #B5D36E;
}
</style>