Shades of Wild Willow #C4DC5F
Tints of Wild Willow #C4DC5F
RGB
CMYK
RGB Variations
Color information
#C4DC5F (or 0xC4DC5F) is known color: Wild Willow. HEX triplet: C4, DC and 5F. RGB value is (196,220,95). Sum of RGB (Red+Green+Blue) = 196+220+95=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 95 (37.5% from 255 or 18.59% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DC5F is #3B23A0. Grayscale: #C7C7C7. Windows color (decimal): -3875745 or 6282436. OLE color: 6282436.
HSL color Cylindrical-coordinate representation of color #C4DC5F: hue angle of 71.52º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4DC5F is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 220 | 95 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.14 |
| HSL | 71.52º | 0.64% | 0.62% | - |
| HSV(B) | 71.52º | 0.57% | 0.86% | - |
| XYZ | 50.42 | 63.75 | 20.47 | - |
| YUV | 198.57 | 69.55 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 95 | 0.11 | 0 | 0.57 | 0.14 | 71.52 | 0.64 | 0.62 |
| Hex | C4 | DC | 5F | B | 0 | 39 | E | 48 | 40 | 3E |
| Octal | 304 | 334 | 137 | 13 | 0 | 71 | 16 | 110 | 100 | 76 |
| Binary | 11000100 | 11011100 | 1011111 | 1011 | 0 | 111001 | 1110 | 1001000 | 1000000 | 111110 |
Color Harmonies of #C4DC5F
Complementary color
Monochromatic Colors of #C4DC5F
Black with #C4DC5F
Text Example
Text Example
White with #C4DC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DC5F; }
p { color: rgb(196,220,95); }
H1.HeaderClassName
{
color: #C4DC5F;
}
.AnyTagClassName
{
color: #C4DC5F;
}
</style>
background-color css
<style>
a { background-color: #C4DC5F; }
a { background-color: rgb(196,220,95); }
div.DivClassName
{
background-color: #C4DC5F;
}
.BgClassName
{
background-color: #C4DC5F;
}
</style>
border-color css
<style>
span { border-color: #C4DC5F; }
span { border-color: rgb(196,220,95); }
td.TdClassName
{
border-color: #C4DC5F;
}
.TagClassName
{
border-color: #C4DC5F;
}
</style>