Shades of Wild Willow #C0D960
Tints of Wild Willow #C0D960
RGB
CMYK
RGB Variations
Color information
#C0D960 (or 0xC0D960) is known color: Wild Willow. HEX triplet: C0, D9 and 60. RGB value is (192,217,96). Sum of RGB (Red+Green+Blue) = 192+217+96=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 96 (37.89% from 255 or 19.01% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D960 is #3F269F. Grayscale: #C4C4C4. Windows color (decimal): -4138656 or 6347200. OLE color: 6347200.
HSL color Cylindrical-coordinate representation of color #C0D960: hue angle of 72.4º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0D960 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 96 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.15 |
| HSL | 72.4º | 0.61% | 0.61% | - |
| HSV(B) | 72.4º | 0.56% | 0.85% | - |
| XYZ | 48.66 | 61.68 | 20.41 | - |
| YUV | 195.73 | 71.72 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 96 | 0.12 | 0 | 0.56 | 0.15 | 72.4 | 0.61 | 0.61 |
| Hex | C0 | D9 | 60 | C | 0 | 38 | F | 48 | 3D | 3D |
| Octal | 300 | 331 | 140 | 14 | 0 | 70 | 17 | 110 | 75 | 75 |
| Binary | 11000000 | 11011001 | 1100000 | 1100 | 0 | 111000 | 1111 | 1001000 | 111101 | 111101 |
Color Harmonies of #C0D960
Complementary color
Monochromatic Colors of #C0D960
Black with #C0D960
Text Example
Text Example
White with #C0D960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D960; }
p { color: rgb(192,217,96); }
H1.HeaderClassName
{
color: #C0D960;
}
.AnyTagClassName
{
color: #C0D960;
}
</style>
background-color css
<style>
a { background-color: #C0D960; }
a { background-color: rgb(192,217,96); }
div.DivClassName
{
background-color: #C0D960;
}
.BgClassName
{
background-color: #C0D960;
}
</style>
border-color css
<style>
span { border-color: #C0D960; }
span { border-color: rgb(192,217,96); }
td.TdClassName
{
border-color: #C0D960;
}
.TagClassName
{
border-color: #C0D960;
}
</style>