Shades of Wild Willow #C5D070
Tints of Wild Willow #C5D070
RGB
CMYK
RGB Variations
Color information
#C5D070 (or 0xC5D070) is known color: Wild Willow. HEX triplet: C5, D0 and 70. RGB value is (197,208,112). Sum of RGB (Red+Green+Blue) = 197+208+112=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D070 is #3A2F8F. Grayscale: #C2C2C2. Windows color (decimal): -3813264 or 7393477. OLE color: 7393477.
HSL color Cylindrical-coordinate representation of color #C5D070: hue angle of 66.87º 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 #C5D070 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 208 | 112 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.18 |
| HSL | 66.87º | 0.51% | 0.63% | - |
| HSV(B) | 66.87º | 0.46% | 0.82% | - |
| XYZ | 48.51 | 58.15 | 24 | - |
| YUV | 193.77 | 81.86 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 112 | 0.05 | 0 | 0.46 | 0.18 | 66.87 | 0.51 | 0.63 |
| Hex | C5 | D0 | 70 | 5 | 0 | 2E | 12 | 43 | 33 | 3F |
| Octal | 305 | 320 | 160 | 5 | 0 | 56 | 22 | 103 | 63 | 77 |
| Binary | 11000101 | 11010000 | 1110000 | 101 | 0 | 101110 | 10010 | 1000011 | 110011 | 111111 |
Color Harmonies of #C5D070
Complementary color
Monochromatic Colors of #C5D070
Black with #C5D070
Text Example
Text Example
White with #C5D070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D070; }
p { color: rgb(197,208,112); }
H1.HeaderClassName
{
color: #C5D070;
}
.AnyTagClassName
{
color: #C5D070;
}
</style>
background-color css
<style>
a { background-color: #C5D070; }
a { background-color: rgb(197,208,112); }
div.DivClassName
{
background-color: #C5D070;
}
.BgClassName
{
background-color: #C5D070;
}
</style>
border-color css
<style>
span { border-color: #C5D070; }
span { border-color: rgb(197,208,112); }
td.TdClassName
{
border-color: #C5D070;
}
.TagClassName
{
border-color: #C5D070;
}
</style>