Shades of Wild Willow #C0DD66
Tints of Wild Willow #C0DD66
RGB
CMYK
RGB Variations
Color information
#C0DD66 (or 0xC0DD66) is known color: Wild Willow. HEX triplet: C0, DD and 66. RGB value is (192,221,102). Sum of RGB (Red+Green+Blue) = 192+221+102=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DD66 is #3F2299. Grayscale: #C7C7C7. Windows color (decimal): -4137626 or 6741440. OLE color: 6741440.
HSL color Cylindrical-coordinate representation of color #C0DD66: hue angle of 74.62º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0DD66 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 102 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.13 |
| HSL | 74.62º | 0.64% | 0.63% | - |
| HSV(B) | 74.62º | 0.54% | 0.87% | - |
| XYZ | 49.99 | 63.88 | 22.27 | - |
| YUV | 198.76 | 73.39 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 102 | 0.13 | 0 | 0.54 | 0.13 | 74.62 | 0.64 | 0.63 |
| Hex | C0 | DD | 66 | D | 0 | 36 | D | 4B | 40 | 3F |
| Octal | 300 | 335 | 146 | 15 | 0 | 66 | 15 | 113 | 100 | 77 |
| Binary | 11000000 | 11011101 | 1100110 | 1101 | 0 | 110110 | 1101 | 1001011 | 1000000 | 111111 |
Color Harmonies of #C0DD66
Complementary color
Monochromatic Colors of #C0DD66
Black with #C0DD66
Text Example
Text Example
White with #C0DD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD66; }
p { color: rgb(192,221,102); }
H1.HeaderClassName
{
color: #C0DD66;
}
.AnyTagClassName
{
color: #C0DD66;
}
</style>
background-color css
<style>
a { background-color: #C0DD66; }
a { background-color: rgb(192,221,102); }
div.DivClassName
{
background-color: #C0DD66;
}
.BgClassName
{
background-color: #C0DD66;
}
</style>
border-color css
<style>
span { border-color: #C0DD66; }
span { border-color: rgb(192,221,102); }
td.TdClassName
{
border-color: #C0DD66;
}
.TagClassName
{
border-color: #C0DD66;
}
</style>