Shades of Wild Willow #B5D15F
Tints of Wild Willow #B5D15F
RGB
CMYK
RGB Variations
Color information
#B5D15F (or 0xB5D15F) is known color: Wild Willow. HEX triplet: B5, D1 and 5F. RGB value is (181,209,95). Sum of RGB (Red+Green+Blue) = 181+209+95=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D15F is #4A2EA0. Grayscale: #BCBCBC. Windows color (decimal): -4861601 or 6279605. OLE color: 6279605.
HSL color Cylindrical-coordinate representation of color #B5D15F: hue angle of 74.74º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5D15F is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 209 | 95 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.18 |
| HSL | 74.74º | 0.55% | 0.6% | - |
| HSV(B) | 74.74º | 0.55% | 0.82% | - |
| XYZ | 43.92 | 56.25 | 19.37 | - |
| YUV | 187.63 | 75.72 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 209 | 95 | 0.13 | 0 | 0.55 | 0.18 | 74.74 | 0.55 | 0.6 |
| Hex | B5 | D1 | 5F | D | 0 | 37 | 12 | 4B | 37 | 3C |
| Octal | 265 | 321 | 137 | 15 | 0 | 67 | 22 | 113 | 67 | 74 |
| Binary | 10110101 | 11010001 | 1011111 | 1101 | 0 | 110111 | 10010 | 1001011 | 110111 | 111100 |
Color Harmonies of #B5D15F
Complementary color
Monochromatic Colors of #B5D15F
Black with #B5D15F
Text Example
Text Example
White with #B5D15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D15F; }
p { color: rgb(181,209,95); }
H1.HeaderClassName
{
color: #B5D15F;
}
.AnyTagClassName
{
color: #B5D15F;
}
</style>
background-color css
<style>
a { background-color: #B5D15F; }
a { background-color: rgb(181,209,95); }
div.DivClassName
{
background-color: #B5D15F;
}
.BgClassName
{
background-color: #B5D15F;
}
</style>
border-color css
<style>
span { border-color: #B5D15F; }
span { border-color: rgb(181,209,95); }
td.TdClassName
{
border-color: #B5D15F;
}
.TagClassName
{
border-color: #B5D15F;
}
</style>