Shades of Wild Willow #C4D171
Tints of Wild Willow #C4D171
RGB
CMYK
RGB Variations
Color information
#C4D171 (or 0xC4D171) is known color: Wild Willow. HEX triplet: C4, D1 and 71. RGB value is (196,209,113). Sum of RGB (Red+Green+Blue) = 196+209+113=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D171 is #3B2E8E. Grayscale: #C2C2C2. Windows color (decimal): -3878543 or 7459268. OLE color: 7459268.
HSL color Cylindrical-coordinate representation of color #C4D171: hue angle of 68.13º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C4D171 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 209 | 113 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.18 |
| HSL | 68.13º | 0.51% | 0.63% | - |
| HSV(B) | 68.13º | 0.46% | 0.82% | - |
| XYZ | 48.55 | 58.53 | 24.36 | - |
| YUV | 194.17 | 82.19 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 209 | 113 | 0.06 | 0 | 0.46 | 0.18 | 68.13 | 0.51 | 0.63 |
| Hex | C4 | D1 | 71 | 6 | 0 | 2E | 12 | 44 | 33 | 3F |
| Octal | 304 | 321 | 161 | 6 | 0 | 56 | 22 | 104 | 63 | 77 |
| Binary | 11000100 | 11010001 | 1110001 | 110 | 0 | 101110 | 10010 | 1000100 | 110011 | 111111 |
Color Harmonies of #C4D171
Complementary color
Monochromatic Colors of #C4D171
Black with #C4D171
Text Example
Text Example
White with #C4D171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D171; }
p { color: rgb(196,209,113); }
H1.HeaderClassName
{
color: #C4D171;
}
.AnyTagClassName
{
color: #C4D171;
}
</style>
background-color css
<style>
a { background-color: #C4D171; }
a { background-color: rgb(196,209,113); }
div.DivClassName
{
background-color: #C4D171;
}
.BgClassName
{
background-color: #C4D171;
}
</style>
border-color css
<style>
span { border-color: #C4D171; }
span { border-color: rgb(196,209,113); }
td.TdClassName
{
border-color: #C4D171;
}
.TagClassName
{
border-color: #C4D171;
}
</style>