Shades of Wild Willow #C0D171
Tints of Wild Willow #C0D171
RGB
CMYK
RGB Variations
Color information
#C0D171 (or 0xC0D171) is known color: Wild Willow. HEX triplet: C0, D1 and 71. RGB value is (192,209,113). Sum of RGB (Red+Green+Blue) = 192+209+113=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D171 is #3F2E8E. Grayscale: #C1C1C1. Windows color (decimal): -4140687 or 7459264. OLE color: 7459264.
HSL color Cylindrical-coordinate representation of color #C0D171: hue angle of 70.62º 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 #C0D171 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 113 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.18 |
| HSL | 70.62º | 0.51% | 0.63% | - |
| HSV(B) | 70.62º | 0.46% | 0.82% | - |
| XYZ | 47.52 | 58 | 24.31 | - |
| YUV | 192.97 | 82.87 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 113 | 0.08 | 0 | 0.46 | 0.18 | 70.62 | 0.51 | 0.63 |
| Hex | C0 | D1 | 71 | 8 | 0 | 2E | 12 | 47 | 33 | 3F |
| Octal | 300 | 321 | 161 | 10 | 0 | 56 | 22 | 107 | 63 | 77 |
| Binary | 11000000 | 11010001 | 1110001 | 1000 | 0 | 101110 | 10010 | 1000111 | 110011 | 111111 |
Color Harmonies of #C0D171
Complementary color
Monochromatic Colors of #C0D171
Black with #C0D171
Text Example
Text Example
White with #C0D171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D171; }
p { color: rgb(192,209,113); }
H1.HeaderClassName
{
color: #C0D171;
}
.AnyTagClassName
{
color: #C0D171;
}
</style>
background-color css
<style>
a { background-color: #C0D171; }
a { background-color: rgb(192,209,113); }
div.DivClassName
{
background-color: #C0D171;
}
.BgClassName
{
background-color: #C0D171;
}
</style>
border-color css
<style>
span { border-color: #C0D171; }
span { border-color: rgb(192,209,113); }
td.TdClassName
{
border-color: #C0D171;
}
.TagClassName
{
border-color: #C0D171;
}
</style>