Shades of Wild Willow #C0CC61
Tints of Wild Willow #C0CC61
RGB
CMYK
RGB Variations
Color information
#C0CC61 (or 0xC0CC61) is known color: Wild Willow. HEX triplet: C0, CC and 61. RGB value is (192,204,97). Sum of RGB (Red+Green+Blue) = 192+204+97=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CC61 is #3F339E. Grayscale: #BCBCBC. Windows color (decimal): -4141983 or 6409408. OLE color: 6409408.
HSL color Cylindrical-coordinate representation of color #C0CC61: hue angle of 66.73º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0CC61 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 97 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.2 |
| HSL | 66.73º | 0.51% | 0.59% | - |
| HSV(B) | 66.73º | 0.52% | 0.8% | - |
| XYZ | 45.49 | 55.26 | 19.58 | - |
| YUV | 188.21 | 76.52 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 97 | 0.06 | 0 | 0.52 | 0.2 | 66.73 | 0.51 | 0.59 |
| Hex | C0 | CC | 61 | 6 | 0 | 34 | 14 | 43 | 33 | 3B |
| Octal | 300 | 314 | 141 | 6 | 0 | 64 | 24 | 103 | 63 | 73 |
| Binary | 11000000 | 11001100 | 1100001 | 110 | 0 | 110100 | 10100 | 1000011 | 110011 | 111011 |
Color Harmonies of #C0CC61
Complementary color
Monochromatic Colors of #C0CC61
Black with #C0CC61
Text Example
Text Example
White with #C0CC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CC61; }
p { color: rgb(192,204,97); }
H1.HeaderClassName
{
color: #C0CC61;
}
.AnyTagClassName
{
color: #C0CC61;
}
</style>
background-color css
<style>
a { background-color: #C0CC61; }
a { background-color: rgb(192,204,97); }
div.DivClassName
{
background-color: #C0CC61;
}
.BgClassName
{
background-color: #C0CC61;
}
</style>
border-color css
<style>
span { border-color: #C0CC61; }
span { border-color: rgb(192,204,97); }
td.TdClassName
{
border-color: #C0CC61;
}
.TagClassName
{
border-color: #C0CC61;
}
</style>