Shades of Wild Willow #C4DC66
Tints of Wild Willow #C4DC66
RGB
CMYK
RGB Variations
Color information
#C4DC66 (or 0xC4DC66) is known color: Wild Willow. HEX triplet: C4, DC and 66. RGB value is (196,220,102). Sum of RGB (Red+Green+Blue) = 196+220+102=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DC66 is #3B2399. Grayscale: #C7C7C7. Windows color (decimal): -3875738 or 6741188. OLE color: 6741188.
HSL color Cylindrical-coordinate representation of color #C4DC66: hue angle of 72.2º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C4DC66 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 220 | 102 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.14 |
| HSL | 72.2º | 0.63% | 0.63% | - |
| HSV(B) | 72.2º | 0.54% | 0.86% | - |
| XYZ | 50.76 | 63.88 | 22.23 | - |
| YUV | 199.37 | 73.05 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 102 | 0.11 | 0 | 0.54 | 0.14 | 72.2 | 0.63 | 0.63 |
| Hex | C4 | DC | 66 | B | 0 | 36 | E | 48 | 3F | 3F |
| Octal | 304 | 334 | 146 | 13 | 0 | 66 | 16 | 110 | 77 | 77 |
| Binary | 11000100 | 11011100 | 1100110 | 1011 | 0 | 110110 | 1110 | 1001000 | 111111 | 111111 |
Color Harmonies of #C4DC66
Complementary color
Monochromatic Colors of #C4DC66
Black with #C4DC66
Text Example
Text Example
White with #C4DC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DC66; }
p { color: rgb(196,220,102); }
H1.HeaderClassName
{
color: #C4DC66;
}
.AnyTagClassName
{
color: #C4DC66;
}
</style>
background-color css
<style>
a { background-color: #C4DC66; }
a { background-color: rgb(196,220,102); }
div.DivClassName
{
background-color: #C4DC66;
}
.BgClassName
{
background-color: #C4DC66;
}
</style>
border-color css
<style>
span { border-color: #C4DC66; }
span { border-color: rgb(196,220,102); }
td.TdClassName
{
border-color: #C4DC66;
}
.TagClassName
{
border-color: #C4DC66;
}
</style>