Shades of Wild Willow #C4D070
Tints of Wild Willow #C4D070
RGB
CMYK
RGB Variations
Color information
#C4D070 (or 0xC4D070) is known color: Wild Willow. HEX triplet: C4, D0 and 70. RGB value is (196,208,112). Sum of RGB (Red+Green+Blue) = 196+208+112=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D070 is #3B2F8F. Grayscale: #C1C1C1. Windows color (decimal): -3878800 or 7393476. OLE color: 7393476.
HSL color Cylindrical-coordinate representation of color #C4D070: hue angle of 67.5º 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 #C4D070 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 112 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.18 |
| HSL | 67.5º | 0.51% | 0.63% | - |
| HSV(B) | 67.5º | 0.46% | 0.82% | - |
| XYZ | 48.25 | 58.02 | 23.98 | - |
| YUV | 193.47 | 82.02 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 112 | 0.06 | 0 | 0.46 | 0.18 | 67.5 | 0.51 | 0.63 |
| Hex | C4 | D0 | 70 | 6 | 0 | 2E | 12 | 44 | 33 | 3F |
| Octal | 304 | 320 | 160 | 6 | 0 | 56 | 22 | 104 | 63 | 77 |
| Binary | 11000100 | 11010000 | 1110000 | 110 | 0 | 101110 | 10010 | 1000100 | 110011 | 111111 |
Color Harmonies of #C4D070
Complementary color
Monochromatic Colors of #C4D070
Black with #C4D070
Text Example
Text Example
White with #C4D070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D070; }
p { color: rgb(196,208,112); }
H1.HeaderClassName
{
color: #C4D070;
}
.AnyTagClassName
{
color: #C4D070;
}
</style>
background-color css
<style>
a { background-color: #C4D070; }
a { background-color: rgb(196,208,112); }
div.DivClassName
{
background-color: #C4D070;
}
.BgClassName
{
background-color: #C4D070;
}
</style>
border-color css
<style>
span { border-color: #C4D070; }
span { border-color: rgb(196,208,112); }
td.TdClassName
{
border-color: #C4D070;
}
.TagClassName
{
border-color: #C4D070;
}
</style>