Shades of Wild Willow #C0D860
Tints of Wild Willow #C0D860
RGB
CMYK
RGB Variations
Color information
#C0D860 (or 0xC0D860) is known color: Wild Willow. HEX triplet: C0, D8 and 60. RGB value is (192,216,96). Sum of RGB (Red+Green+Blue) = 192+216+96=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D860 is #3F279F. Grayscale: #C3C3C3. Windows color (decimal): -4138912 or 6346944. OLE color: 6346944.
HSL color Cylindrical-coordinate representation of color #C0D860: hue angle of 72º 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 #C0D860 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 96 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.15 |
| HSL | 72º | 0.61% | 0.61% | - |
| HSV(B) | 72º | 0.56% | 0.85% | - |
| XYZ | 48.41 | 61.16 | 20.32 | - |
| YUV | 195.14 | 72.05 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 96 | 0.11 | 0 | 0.56 | 0.15 | 72 | 0.61 | 0.61 |
| Hex | C0 | D8 | 60 | B | 0 | 38 | F | 48 | 3D | 3D |
| Octal | 300 | 330 | 140 | 13 | 0 | 70 | 17 | 110 | 75 | 75 |
| Binary | 11000000 | 11011000 | 1100000 | 1011 | 0 | 111000 | 1111 | 1001000 | 111101 | 111101 |
Color Harmonies of #C0D860
Complementary color
Monochromatic Colors of #C0D860
Black with #C0D860
Text Example
Text Example
White with #C0D860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D860; }
p { color: rgb(192,216,96); }
H1.HeaderClassName
{
color: #C0D860;
}
.AnyTagClassName
{
color: #C0D860;
}
</style>
background-color css
<style>
a { background-color: #C0D860; }
a { background-color: rgb(192,216,96); }
div.DivClassName
{
background-color: #C0D860;
}
.BgClassName
{
background-color: #C0D860;
}
</style>
border-color css
<style>
span { border-color: #C0D860; }
span { border-color: rgb(192,216,96); }
td.TdClassName
{
border-color: #C0D860;
}
.TagClassName
{
border-color: #C0D860;
}
</style>