Shades of Wild Willow #C0D660
Tints of Wild Willow #C0D660
RGB
CMYK
RGB Variations
Color information
#C0D660 (or 0xC0D660) is known color: Wild Willow. HEX triplet: C0, D6 and 60. RGB value is (192,214,96). Sum of RGB (Red+Green+Blue) = 192+214+96=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D660 is #3F299F. Grayscale: #C2C2C2. Windows color (decimal): -4139424 or 6346432. OLE color: 6346432.
HSL color Cylindrical-coordinate representation of color #C0D660: hue angle of 71.19º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0D660 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 214 | 96 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.16 |
| HSL | 71.19º | 0.59% | 0.61% | - |
| HSV(B) | 71.19º | 0.55% | 0.84% | - |
| XYZ | 47.9 | 60.14 | 20.15 | - |
| YUV | 193.97 | 72.71 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 214 | 96 | 0.10 | 0 | 0.55 | 0.16 | 71.19 | 0.59 | 0.61 |
| Hex | C0 | D6 | 60 | A | 0 | 37 | 10 | 47 | 3B | 3D |
| Octal | 300 | 326 | 140 | 12 | 0 | 67 | 20 | 107 | 73 | 75 |
| Binary | 11000000 | 11010110 | 1100000 | 1010 | 0 | 110111 | 10000 | 1000111 | 111011 | 111101 |
Color Harmonies of #C0D660
Complementary color
Monochromatic Colors of #C0D660
Black with #C0D660
Text Example
Text Example
White with #C0D660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D660; }
p { color: rgb(192,214,96); }
H1.HeaderClassName
{
color: #C0D660;
}
.AnyTagClassName
{
color: #C0D660;
}
</style>
background-color css
<style>
a { background-color: #C0D660; }
a { background-color: rgb(192,214,96); }
div.DivClassName
{
background-color: #C0D660;
}
.BgClassName
{
background-color: #C0D660;
}
</style>
border-color css
<style>
span { border-color: #C0D660; }
span { border-color: rgb(192,214,96); }
td.TdClassName
{
border-color: #C0D660;
}
.TagClassName
{
border-color: #C0D660;
}
</style>