Shades of Wild Willow #C0DC66
Tints of Wild Willow #C0DC66
RGB
CMYK
RGB Variations
Color information
#C0DC66 (or 0xC0DC66) is known color: Wild Willow. HEX triplet: C0, DC and 66. RGB value is (192,220,102). Sum of RGB (Red+Green+Blue) = 192+220+102=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 102 (40.23% from 255 or 19.84% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DC66 is #3F2399. Grayscale: #C6C6C6. Windows color (decimal): -4137882 or 6741184. OLE color: 6741184.
HSL color Cylindrical-coordinate representation of color #C0DC66: hue angle of 74.24º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0DC66 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 102 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.14 |
| HSL | 74.24º | 0.63% | 0.63% | - |
| HSV(B) | 74.24º | 0.54% | 0.86% | - |
| XYZ | 49.73 | 63.35 | 22.18 | - |
| YUV | 198.18 | 73.72 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 102 | 0.13 | 0 | 0.54 | 0.14 | 74.24 | 0.63 | 0.63 |
| Hex | C0 | DC | 66 | D | 0 | 36 | E | 4A | 3F | 3F |
| Octal | 300 | 334 | 146 | 15 | 0 | 66 | 16 | 112 | 77 | 77 |
| Binary | 11000000 | 11011100 | 1100110 | 1101 | 0 | 110110 | 1110 | 1001010 | 111111 | 111111 |
Color Harmonies of #C0DC66
Complementary color
Monochromatic Colors of #C0DC66
Black with #C0DC66
Text Example
Text Example
White with #C0DC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DC66; }
p { color: rgb(192,220,102); }
H1.HeaderClassName
{
color: #C0DC66;
}
.AnyTagClassName
{
color: #C0DC66;
}
</style>
background-color css
<style>
a { background-color: #C0DC66; }
a { background-color: rgb(192,220,102); }
div.DivClassName
{
background-color: #C0DC66;
}
.BgClassName
{
background-color: #C0DC66;
}
</style>
border-color css
<style>
span { border-color: #C0DC66; }
span { border-color: rgb(192,220,102); }
td.TdClassName
{
border-color: #C0DC66;
}
.TagClassName
{
border-color: #C0DC66;
}
</style>