Shades of Wild Willow #B5CF57
Tints of Wild Willow #B5CF57
RGB
CMYK
RGB Variations
Color information
#B5CF57 (or 0xB5CF57) is known color: Wild Willow. HEX triplet: B5, CF and 57. RGB value is (181,207,87). Sum of RGB (Red+Green+Blue) = 181+207+87=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 87 (34.38% from 255 or 18.32% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CF57 is #4A30A8. Grayscale: #BABABA. Windows color (decimal): -4862121 or 5754805. OLE color: 5754805.
HSL color Cylindrical-coordinate representation of color #B5CF57: hue angle of 73º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5CF57 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 207 | 87 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.19 |
| HSL | 73º | 0.56% | 0.58% | - |
| HSV(B) | 73º | 0.58% | 0.81% | - |
| XYZ | 43.09 | 55.14 | 17.39 | - |
| YUV | 185.55 | 72.39 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 87 | 0.13 | 0 | 0.58 | 0.19 | 73 | 0.56 | 0.58 |
| Hex | B5 | CF | 57 | D | 0 | 3A | 13 | 49 | 38 | 3A |
| Octal | 265 | 317 | 127 | 15 | 0 | 72 | 23 | 111 | 70 | 72 |
| Binary | 10110101 | 11001111 | 1010111 | 1101 | 0 | 111010 | 10011 | 1001001 | 111000 | 111010 |
Color Harmonies of #B5CF57
Complementary color
Monochromatic Colors of #B5CF57
Black with #B5CF57
Text Example
Text Example
White with #B5CF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CF57; }
p { color: rgb(181,207,87); }
H1.HeaderClassName
{
color: #B5CF57;
}
.AnyTagClassName
{
color: #B5CF57;
}
</style>
background-color css
<style>
a { background-color: #B5CF57; }
a { background-color: rgb(181,207,87); }
div.DivClassName
{
background-color: #B5CF57;
}
.BgClassName
{
background-color: #B5CF57;
}
</style>
border-color css
<style>
span { border-color: #B5CF57; }
span { border-color: rgb(181,207,87); }
td.TdClassName
{
border-color: #B5CF57;
}
.TagClassName
{
border-color: #B5CF57;
}
</style>