Shades of Wild Willow #BFD558
Tints of Wild Willow #BFD558
RGB
CMYK
RGB Variations
Color information
#BFD558 (or 0xBFD558) is known color: Wild Willow. HEX triplet: BF, D5 and 58. RGB value is (191,213,88). Sum of RGB (Red+Green+Blue) = 191+213+88=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 88 (34.77% from 255 or 17.89% from 492); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD558 is #402AA7. Grayscale: #C0C0C0. Windows color (decimal): -4205224 or 5821887. OLE color: 5821887.
HSL color Cylindrical-coordinate representation of color #BFD558: hue angle of 70.56º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFD558 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 88 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.16 |
| HSL | 70.56º | 0.6% | 0.59% | - |
| HSV(B) | 70.56º | 0.59% | 0.84% | - |
| XYZ | 47.04 | 59.37 | 18.21 | - |
| YUV | 192.17 | 69.21 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 88 | 0.10 | 0 | 0.59 | 0.16 | 70.56 | 0.6 | 0.59 |
| Hex | BF | D5 | 58 | A | 0 | 3B | 10 | 47 | 3C | 3B |
| Octal | 277 | 325 | 130 | 12 | 0 | 73 | 20 | 107 | 74 | 73 |
| Binary | 10111111 | 11010101 | 1011000 | 1010 | 0 | 111011 | 10000 | 1000111 | 111100 | 111011 |
Color Harmonies of #BFD558
Complementary color
Monochromatic Colors of #BFD558
Black with #BFD558
Text Example
Text Example
White with #BFD558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD558; }
p { color: rgb(191,213,88); }
H1.HeaderClassName
{
color: #BFD558;
}
.AnyTagClassName
{
color: #BFD558;
}
</style>
background-color css
<style>
a { background-color: #BFD558; }
a { background-color: rgb(191,213,88); }
div.DivClassName
{
background-color: #BFD558;
}
.BgClassName
{
background-color: #BFD558;
}
</style>
border-color css
<style>
span { border-color: #BFD558; }
span { border-color: rgb(191,213,88); }
td.TdClassName
{
border-color: #BFD558;
}
.TagClassName
{
border-color: #BFD558;
}
</style>