Shades of Wild Willow #B5CF58
Tints of Wild Willow #B5CF58
RGB
CMYK
RGB Variations
Color information
#B5CF58 (or 0xB5CF58) is known color: Wild Willow. HEX triplet: B5, CF and 58. RGB value is (181,207,88). Sum of RGB (Red+Green+Blue) = 181+207+88=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 88 (34.77% from 255 or 18.49% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CF58 is #4A30A7. Grayscale: #BABABA. Windows color (decimal): -4862120 or 5820341. OLE color: 5820341.
HSL color Cylindrical-coordinate representation of color #B5CF58: hue angle of 73.11º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5CF58 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 207 | 88 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.19 |
| HSL | 73.11º | 0.55% | 0.58% | - |
| HSV(B) | 73.11º | 0.57% | 0.81% | - |
| XYZ | 43.13 | 55.15 | 17.61 | - |
| YUV | 185.66 | 72.89 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 88 | 0.13 | 0 | 0.57 | 0.19 | 73.11 | 0.55 | 0.58 |
| Hex | B5 | CF | 58 | D | 0 | 39 | 13 | 49 | 37 | 3A |
| Octal | 265 | 317 | 130 | 15 | 0 | 71 | 23 | 111 | 67 | 72 |
| Binary | 10110101 | 11001111 | 1011000 | 1101 | 0 | 111001 | 10011 | 1001001 | 110111 | 111010 |
Color Harmonies of #B5CF58
Complementary color
Monochromatic Colors of #B5CF58
Black with #B5CF58
Text Example
Text Example
White with #B5CF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CF58; }
p { color: rgb(181,207,88); }
H1.HeaderClassName
{
color: #B5CF58;
}
.AnyTagClassName
{
color: #B5CF58;
}
</style>
background-color css
<style>
a { background-color: #B5CF58; }
a { background-color: rgb(181,207,88); }
div.DivClassName
{
background-color: #B5CF58;
}
.BgClassName
{
background-color: #B5CF58;
}
</style>
border-color css
<style>
span { border-color: #B5CF58; }
span { border-color: rgb(181,207,88); }
td.TdClassName
{
border-color: #B5CF58;
}
.TagClassName
{
border-color: #B5CF58;
}
</style>