Shades of Wild Willow #C5D170
Tints of Wild Willow #C5D170
RGB
CMYK
RGB Variations
Color information
#C5D170 (or 0xC5D170) is known color: Wild Willow. HEX triplet: C5, D1 and 70. RGB value is (197,209,112). Sum of RGB (Red+Green+Blue) = 197+209+112=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D170 is #3A2E8F. Grayscale: #C2C2C2. Windows color (decimal): -3813008 or 7393733. OLE color: 7393733.
HSL color Cylindrical-coordinate representation of color #C5D170: hue angle of 67.42º 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 #C5D170 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 209 | 112 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.18 |
| HSL | 67.42º | 0.51% | 0.63% | - |
| HSV(B) | 67.42º | 0.46% | 0.82% | - |
| XYZ | 48.75 | 58.64 | 24.08 | - |
| YUV | 194.35 | 81.52 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 209 | 112 | 0.06 | 0 | 0.46 | 0.18 | 67.42 | 0.51 | 0.63 |
| Hex | C5 | D1 | 70 | 6 | 0 | 2E | 12 | 43 | 33 | 3F |
| Octal | 305 | 321 | 160 | 6 | 0 | 56 | 22 | 103 | 63 | 77 |
| Binary | 11000101 | 11010001 | 1110000 | 110 | 0 | 101110 | 10010 | 1000011 | 110011 | 111111 |
Color Harmonies of #C5D170
Complementary color
Monochromatic Colors of #C5D170
Black with #C5D170
Text Example
Text Example
White with #C5D170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D170; }
p { color: rgb(197,209,112); }
H1.HeaderClassName
{
color: #C5D170;
}
.AnyTagClassName
{
color: #C5D170;
}
</style>
background-color css
<style>
a { background-color: #C5D170; }
a { background-color: rgb(197,209,112); }
div.DivClassName
{
background-color: #C5D170;
}
.BgClassName
{
background-color: #C5D170;
}
</style>
border-color css
<style>
span { border-color: #C5D170; }
span { border-color: rgb(197,209,112); }
td.TdClassName
{
border-color: #C5D170;
}
.TagClassName
{
border-color: #C5D170;
}
</style>