Shades of Wild Willow #C4DC64
Tints of Wild Willow #C4DC64
RGB
CMYK
RGB Variations
Color information
#C4DC64 (or 0xC4DC64) is known color: Wild Willow. HEX triplet: C4, DC and 64. RGB value is (196,220,100). Sum of RGB (Red+Green+Blue) = 196+220+100=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DC64 is #3B239B. Grayscale: #C7C7C7. Windows color (decimal): -3875740 or 6610116. OLE color: 6610116.
HSL color Cylindrical-coordinate representation of color #C4DC64: hue angle of 72º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C4DC64 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 220 | 100 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.14 |
| HSL | 72º | 0.63% | 0.63% | - |
| HSV(B) | 72º | 0.55% | 0.86% | - |
| XYZ | 50.66 | 63.84 | 21.71 | - |
| YUV | 199.14 | 72.05 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 100 | 0.11 | 0 | 0.55 | 0.14 | 72 | 0.63 | 0.63 |
| Hex | C4 | DC | 64 | B | 0 | 37 | E | 48 | 3F | 3F |
| Octal | 304 | 334 | 144 | 13 | 0 | 67 | 16 | 110 | 77 | 77 |
| Binary | 11000100 | 11011100 | 1100100 | 1011 | 0 | 110111 | 1110 | 1001000 | 111111 | 111111 |
Color Harmonies of #C4DC64
Complementary color
Monochromatic Colors of #C4DC64
Black with #C4DC64
Text Example
Text Example
White with #C4DC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DC64; }
p { color: rgb(196,220,100); }
H1.HeaderClassName
{
color: #C4DC64;
}
.AnyTagClassName
{
color: #C4DC64;
}
</style>
background-color css
<style>
a { background-color: #C4DC64; }
a { background-color: rgb(196,220,100); }
div.DivClassName
{
background-color: #C4DC64;
}
.BgClassName
{
background-color: #C4DC64;
}
</style>
border-color css
<style>
span { border-color: #C4DC64; }
span { border-color: rgb(196,220,100); }
td.TdClassName
{
border-color: #C4DC64;
}
.TagClassName
{
border-color: #C4DC64;
}
</style>