Shades of Wild Willow #C4D56C
Tints of Wild Willow #C4D56C
RGB
CMYK
RGB Variations
Color information
#C4D56C (or 0xC4D56C) is known color: Wild Willow. HEX triplet: C4, D5 and 6C. RGB value is (196,213,108). Sum of RGB (Red+Green+Blue) = 196+213+108=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D56C is #3B2A93. Grayscale: #C4C4C4. Windows color (decimal): -3877524 or 7132612. OLE color: 7132612.
HSL color Cylindrical-coordinate representation of color #C4D56C: hue angle of 69.71º 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 #C4D56C is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 213 | 108 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.16 |
| HSL | 69.71º | 0.56% | 0.63% | - |
| HSV(B) | 69.71º | 0.49% | 0.84% | - |
| XYZ | 49.27 | 60.41 | 23.25 | - |
| YUV | 195.95 | 78.37 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 213 | 108 | 0.08 | 0 | 0.49 | 0.16 | 69.71 | 0.56 | 0.63 |
| Hex | C4 | D5 | 6C | 8 | 0 | 31 | 10 | 46 | 38 | 3F |
| Octal | 304 | 325 | 154 | 10 | 0 | 61 | 20 | 106 | 70 | 77 |
| Binary | 11000100 | 11010101 | 1101100 | 1000 | 0 | 110001 | 10000 | 1000110 | 111000 | 111111 |
Color Harmonies of #C4D56C
Complementary color
Monochromatic Colors of #C4D56C
Black with #C4D56C
Text Example
Text Example
White with #C4D56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D56C; }
p { color: rgb(196,213,108); }
H1.HeaderClassName
{
color: #C4D56C;
}
.AnyTagClassName
{
color: #C4D56C;
}
</style>
background-color css
<style>
a { background-color: #C4D56C; }
a { background-color: rgb(196,213,108); }
div.DivClassName
{
background-color: #C4D56C;
}
.BgClassName
{
background-color: #C4D56C;
}
</style>
border-color css
<style>
span { border-color: #C4D56C; }
span { border-color: rgb(196,213,108); }
td.TdClassName
{
border-color: #C4D56C;
}
.TagClassName
{
border-color: #C4D56C;
}
</style>