Shades of Wild Willow #C0DD61
Tints of Wild Willow #C0DD61
RGB
CMYK
RGB Variations
Color information
#C0DD61 (or 0xC0DD61) is known color: Wild Willow. HEX triplet: C0, DD and 61. RGB value is (192,221,97). Sum of RGB (Red+Green+Blue) = 192+221+97=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 97 (38.28% from 255 or 19.02% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DD61 is #3F229E. Grayscale: #C6C6C6. Windows color (decimal): -4137631 or 6413760. OLE color: 6413760.
HSL color Cylindrical-coordinate representation of color #C0DD61: hue angle of 74.03º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0DD61 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 97 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.13 |
| HSL | 74.03º | 0.65% | 0.62% | - |
| HSV(B) | 74.03º | 0.56% | 0.87% | - |
| XYZ | 49.75 | 63.78 | 21 | - |
| YUV | 198.19 | 70.89 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 97 | 0.13 | 0 | 0.56 | 0.13 | 74.03 | 0.65 | 0.62 |
| Hex | C0 | DD | 61 | D | 0 | 38 | D | 4A | 41 | 3E |
| Octal | 300 | 335 | 141 | 15 | 0 | 70 | 15 | 112 | 101 | 76 |
| Binary | 11000000 | 11011101 | 1100001 | 1101 | 0 | 111000 | 1101 | 1001010 | 1000001 | 111110 |
Color Harmonies of #C0DD61
Complementary color
Monochromatic Colors of #C0DD61
Black with #C0DD61
Text Example
Text Example
White with #C0DD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD61; }
p { color: rgb(192,221,97); }
H1.HeaderClassName
{
color: #C0DD61;
}
.AnyTagClassName
{
color: #C0DD61;
}
</style>
background-color css
<style>
a { background-color: #C0DD61; }
a { background-color: rgb(192,221,97); }
div.DivClassName
{
background-color: #C0DD61;
}
.BgClassName
{
background-color: #C0DD61;
}
</style>
border-color css
<style>
span { border-color: #C0DD61; }
span { border-color: rgb(192,221,97); }
td.TdClassName
{
border-color: #C0DD61;
}
.TagClassName
{
border-color: #C0DD61;
}
</style>