Shades of Wild Willow #C5D86C
Tints of Wild Willow #C5D86C
RGB
CMYK
RGB Variations
Color information
#C5D86C (or 0xC5D86C) is known color: Wild Willow. HEX triplet: C5, D8 and 6C. RGB value is (197,216,108). Sum of RGB (Red+Green+Blue) = 197+216+108=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D86C is #3A2793. Grayscale: #C6C6C6. Windows color (decimal): -3811220 or 7133381. OLE color: 7133381.
HSL color Cylindrical-coordinate representation of color #C5D86C: hue angle of 70.56º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5D86C is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 108 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.15 |
| HSL | 70.56º | 0.58% | 0.64% | - |
| HSV(B) | 70.56º | 0.5% | 0.85% | - |
| XYZ | 50.29 | 62.06 | 23.52 | - |
| YUV | 198.01 | 77.21 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 108 | 0.09 | 0 | 0.50 | 0.15 | 70.56 | 0.58 | 0.64 |
| Hex | C5 | D8 | 6C | 9 | 0 | 32 | F | 47 | 3A | 40 |
| Octal | 305 | 330 | 154 | 11 | 0 | 62 | 17 | 107 | 72 | 100 |
| Binary | 11000101 | 11011000 | 1101100 | 1001 | 0 | 110010 | 1111 | 1000111 | 111010 | 1000000 |
Color Harmonies of #C5D86C
Complementary color
Monochromatic Colors of #C5D86C
Black with #C5D86C
Text Example
Text Example
White with #C5D86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D86C; }
p { color: rgb(197,216,108); }
H1.HeaderClassName
{
color: #C5D86C;
}
.AnyTagClassName
{
color: #C5D86C;
}
</style>
background-color css
<style>
a { background-color: #C5D86C; }
a { background-color: rgb(197,216,108); }
div.DivClassName
{
background-color: #C5D86C;
}
.BgClassName
{
background-color: #C5D86C;
}
</style>
border-color css
<style>
span { border-color: #C5D86C; }
span { border-color: rgb(197,216,108); }
td.TdClassName
{
border-color: #C5D86C;
}
.TagClassName
{
border-color: #C5D86C;
}
</style>