Shades of Wild Willow #C4D965
Tints of Wild Willow #C4D965
RGB
CMYK
RGB Variations
Color information
#C4D965 (or 0xC4D965) is known color: Wild Willow. HEX triplet: C4, D9 and 65. RGB value is (196,217,101). Sum of RGB (Red+Green+Blue) = 196+217+101=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #C4D965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D965 is #3B269A. Grayscale: #C5C5C5. Windows color (decimal): -3876507 or 6674884. OLE color: 6674884.
HSL color Cylindrical-coordinate representation of color #C4D965: hue angle of 70.86º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4D965 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 217 | 101 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.15 |
| HSL | 70.86º | 0.6% | 0.62% | - |
| HSV(B) | 70.86º | 0.53% | 0.85% | - |
| XYZ | 49.93 | 62.3 | 21.71 | - |
| YUV | 197.5 | 73.54 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 217 | 101 | 0.10 | 0 | 0.53 | 0.15 | 70.86 | 0.6 | 0.62 |
| Hex | C4 | D9 | 65 | A | 0 | 35 | F | 47 | 3C | 3E |
| Octal | 304 | 331 | 145 | 12 | 0 | 65 | 17 | 107 | 74 | 76 |
| Binary | 11000100 | 11011001 | 1100101 | 1010 | 0 | 110101 | 1111 | 1000111 | 111100 | 111110 |
Color Harmonies of #C4D965
Complementary color
Monochromatic Colors of #C4D965
Black with #C4D965
Text Example
Text Example
White with #C4D965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D965; }
p { color: rgb(196,217,101); }
H1.HeaderClassName
{
color: #C4D965;
}
.AnyTagClassName
{
color: #C4D965;
}
</style>
background-color css
<style>
a { background-color: #C4D965; }
a { background-color: rgb(196,217,101); }
div.DivClassName
{
background-color: #C4D965;
}
.BgClassName
{
background-color: #C4D965;
}
</style>
border-color css
<style>
span { border-color: #C4D965; }
span { border-color: rgb(196,217,101); }
td.TdClassName
{
border-color: #C4D965;
}
.TagClassName
{
border-color: #C4D965;
}
</style>