Shades of Wild Willow #C5D56C
Tints of Wild Willow #C5D56C
RGB
CMYK
RGB Variations
Color information
#C5D56C (or 0xC5D56C) is known color: Wild Willow. HEX triplet: C5, D5 and 6C. RGB value is (197,213,108). Sum of RGB (Red+Green+Blue) = 197+213+108=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D56C is #3A2A93. Grayscale: #C4C4C4. Windows color (decimal): -3811988 or 7132613. OLE color: 7132613.
HSL color Cylindrical-coordinate representation of color #C5D56C: hue angle of 69.14º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5D56C is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 213 | 108 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.16 |
| HSL | 69.14º | 0.56% | 0.63% | - |
| HSV(B) | 69.14º | 0.49% | 0.84% | - |
| XYZ | 49.53 | 60.54 | 23.26 | - |
| YUV | 196.25 | 78.2 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 108 | 0.08 | 0 | 0.49 | 0.16 | 69.14 | 0.56 | 0.63 |
| Hex | C5 | D5 | 6C | 8 | 0 | 31 | 10 | 45 | 38 | 3F |
| Octal | 305 | 325 | 154 | 10 | 0 | 61 | 20 | 105 | 70 | 77 |
| Binary | 11000101 | 11010101 | 1101100 | 1000 | 0 | 110001 | 10000 | 1000101 | 111000 | 111111 |
Color Harmonies of #C5D56C
Complementary color
Monochromatic Colors of #C5D56C
Black with #C5D56C
Text Example
Text Example
White with #C5D56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D56C; }
p { color: rgb(197,213,108); }
H1.HeaderClassName
{
color: #C5D56C;
}
.AnyTagClassName
{
color: #C5D56C;
}
</style>
background-color css
<style>
a { background-color: #C5D56C; }
a { background-color: rgb(197,213,108); }
div.DivClassName
{
background-color: #C5D56C;
}
.BgClassName
{
background-color: #C5D56C;
}
</style>
border-color css
<style>
span { border-color: #C5D56C; }
span { border-color: rgb(197,213,108); }
td.TdClassName
{
border-color: #C5D56C;
}
.TagClassName
{
border-color: #C5D56C;
}
</style>