Shades of Wild Willow #B5D66E
Tints of Wild Willow #B5D66E
RGB
CMYK
RGB Variations
Color information
#B5D66E (or 0xB5D66E) is known color: Wild Willow. HEX triplet: B5, D6 and 6E. RGB value is (181,214,110). Sum of RGB (Red+Green+Blue) = 181+214+110=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D66E is #4A2991. Grayscale: #C0C0C0. Windows color (decimal): -4860306 or 7263925. OLE color: 7263925.
HSL color Cylindrical-coordinate representation of color #B5D66E: hue angle of 79.04º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5D66E is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 110 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.16 |
| HSL | 79.04º | 0.56% | 0.64% | - |
| HSV(B) | 79.04º | 0.49% | 0.84% | - |
| XYZ | 45.92 | 59.04 | 23.73 | - |
| YUV | 192.28 | 81.57 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 110 | 0.15 | 0 | 0.49 | 0.16 | 79.04 | 0.56 | 0.64 |
| Hex | B5 | D6 | 6E | F | 0 | 31 | 10 | 4F | 38 | 40 |
| Octal | 265 | 326 | 156 | 17 | 0 | 61 | 20 | 117 | 70 | 100 |
| Binary | 10110101 | 11010110 | 1101110 | 1111 | 0 | 110001 | 10000 | 1001111 | 111000 | 1000000 |
Color Harmonies of #B5D66E
Complementary color
Monochromatic Colors of #B5D66E
Black with #B5D66E
Text Example
Text Example
White with #B5D66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D66E; }
p { color: rgb(181,214,110); }
H1.HeaderClassName
{
color: #B5D66E;
}
.AnyTagClassName
{
color: #B5D66E;
}
</style>
background-color css
<style>
a { background-color: #B5D66E; }
a { background-color: rgb(181,214,110); }
div.DivClassName
{
background-color: #B5D66E;
}
.BgClassName
{
background-color: #B5D66E;
}
</style>
border-color css
<style>
span { border-color: #B5D66E; }
span { border-color: rgb(181,214,110); }
td.TdClassName
{
border-color: #B5D66E;
}
.TagClassName
{
border-color: #B5D66E;
}
</style>