Shades of Wild Willow #B5CF70
Tints of Wild Willow #B5CF70
RGB
CMYK
RGB Variations
Color information
#B5CF70 (or 0xB5CF70) is known color: Wild Willow. HEX triplet: B5, CF and 70. RGB value is (181,207,112). Sum of RGB (Red+Green+Blue) = 181+207+112=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CF70 is #4A308F. Grayscale: #BCBCBC. Windows color (decimal): -4862096 or 7393205. OLE color: 7393205.
HSL color Cylindrical-coordinate representation of color #B5CF70: hue angle of 76.42º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5CF70 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 207 | 112 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.19 |
| HSL | 76.42º | 0.5% | 0.63% | - |
| HSV(B) | 76.42º | 0.46% | 0.81% | - |
| XYZ | 44.29 | 55.62 | 23.73 | - |
| YUV | 188.4 | 84.89 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 112 | 0.13 | 0 | 0.46 | 0.19 | 76.42 | 0.5 | 0.63 |
| Hex | B5 | CF | 70 | D | 0 | 2E | 13 | 4C | 32 | 3F |
| Octal | 265 | 317 | 160 | 15 | 0 | 56 | 23 | 114 | 62 | 77 |
| Binary | 10110101 | 11001111 | 1110000 | 1101 | 0 | 101110 | 10011 | 1001100 | 110010 | 111111 |
Color Harmonies of #B5CF70
Complementary color
Monochromatic Colors of #B5CF70
Black with #B5CF70
Text Example
Text Example
White with #B5CF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CF70; }
p { color: rgb(181,207,112); }
H1.HeaderClassName
{
color: #B5CF70;
}
.AnyTagClassName
{
color: #B5CF70;
}
</style>
background-color css
<style>
a { background-color: #B5CF70; }
a { background-color: rgb(181,207,112); }
div.DivClassName
{
background-color: #B5CF70;
}
.BgClassName
{
background-color: #B5CF70;
}
</style>
border-color css
<style>
span { border-color: #B5CF70; }
span { border-color: rgb(181,207,112); }
td.TdClassName
{
border-color: #B5CF70;
}
.TagClassName
{
border-color: #B5CF70;
}
</style>