Shades of Wild Willow #B5D66D
Tints of Wild Willow #B5D66D
RGB
CMYK
RGB Variations
Color information
#B5D66D (or 0xB5D66D) is known color: Wild Willow. HEX triplet: B5, D6 and 6D. RGB value is (181,214,109). Sum of RGB (Red+Green+Blue) = 181+214+109=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 214 (83.98% from 255 or 42.46% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D66D is #4A2992. Grayscale: #C0C0C0. Windows color (decimal): -4860307 or 7198389. OLE color: 7198389.
HSL color Cylindrical-coordinate representation of color #B5D66D: hue angle of 78.86º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5D66D is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 109 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.16 |
| HSL | 78.86º | 0.56% | 0.63% | - |
| HSV(B) | 78.86º | 0.49% | 0.84% | - |
| XYZ | 45.86 | 59.02 | 23.44 | - |
| YUV | 192.16 | 81.07 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 109 | 0.15 | 0 | 0.49 | 0.16 | 78.86 | 0.56 | 0.63 |
| Hex | B5 | D6 | 6D | F | 0 | 31 | 10 | 4F | 38 | 3F |
| Octal | 265 | 326 | 155 | 17 | 0 | 61 | 20 | 117 | 70 | 77 |
| Binary | 10110101 | 11010110 | 1101101 | 1111 | 0 | 110001 | 10000 | 1001111 | 111000 | 111111 |
Color Harmonies of #B5D66D
Complementary color
Monochromatic Colors of #B5D66D
Black with #B5D66D
Text Example
Text Example
White with #B5D66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D66D; }
p { color: rgb(181,214,109); }
H1.HeaderClassName
{
color: #B5D66D;
}
.AnyTagClassName
{
color: #B5D66D;
}
</style>
background-color css
<style>
a { background-color: #B5D66D; }
a { background-color: rgb(181,214,109); }
div.DivClassName
{
background-color: #B5D66D;
}
.BgClassName
{
background-color: #B5D66D;
}
</style>
border-color css
<style>
span { border-color: #B5D66D; }
span { border-color: rgb(181,214,109); }
td.TdClassName
{
border-color: #B5D66D;
}
.TagClassName
{
border-color: #B5D66D;
}
</style>