Shades of Wild Willow #C4DA70
Tints of Wild Willow #C4DA70
RGB
CMYK
RGB Variations
Color information
#C4DA70 (or 0xC4DA70) is known color: Wild Willow. HEX triplet: C4, DA and 70. RGB value is (196,218,112). Sum of RGB (Red+Green+Blue) = 196+218+112=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DA70 is #3B258F. Grayscale: #C7C7C7. Windows color (decimal): -3876240 or 7396036. OLE color: 7396036.
HSL color Cylindrical-coordinate representation of color #C4DA70: hue angle of 72.45º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C4DA70 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 218 | 112 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.15 |
| HSL | 72.45º | 0.59% | 0.65% | - |
| HSV(B) | 72.45º | 0.49% | 0.85% | - |
| XYZ | 50.76 | 63.05 | 24.82 | - |
| YUV | 199.34 | 78.71 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 218 | 112 | 0.10 | 0 | 0.49 | 0.15 | 72.45 | 0.59 | 0.65 |
| Hex | C4 | DA | 70 | A | 0 | 31 | F | 48 | 3B | 41 |
| Octal | 304 | 332 | 160 | 12 | 0 | 61 | 17 | 110 | 73 | 101 |
| Binary | 11000100 | 11011010 | 1110000 | 1010 | 0 | 110001 | 1111 | 1001000 | 111011 | 1000001 |
Color Harmonies of #C4DA70
Complementary color
Monochromatic Colors of #C4DA70
Black with #C4DA70
Text Example
Text Example
White with #C4DA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DA70; }
p { color: rgb(196,218,112); }
H1.HeaderClassName
{
color: #C4DA70;
}
.AnyTagClassName
{
color: #C4DA70;
}
</style>
background-color css
<style>
a { background-color: #C4DA70; }
a { background-color: rgb(196,218,112); }
div.DivClassName
{
background-color: #C4DA70;
}
.BgClassName
{
background-color: #C4DA70;
}
</style>
border-color css
<style>
span { border-color: #C4DA70; }
span { border-color: rgb(196,218,112); }
td.TdClassName
{
border-color: #C4DA70;
}
.TagClassName
{
border-color: #C4DA70;
}
</style>