Shades of Wild Willow #C0DC64
Tints of Wild Willow #C0DC64
RGB
CMYK
RGB Variations
Color information
#C0DC64 (or 0xC0DC64) is known color: Wild Willow. HEX triplet: C0, DC and 64. RGB value is (192,220,100). Sum of RGB (Red+Green+Blue) = 192+220+100=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DC64 is #3F239B. Grayscale: #C6C6C6. Windows color (decimal): -4137884 or 6610112. OLE color: 6610112.
HSL color Cylindrical-coordinate representation of color #C0DC64: hue angle of 74º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0DC64 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 100 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.14 |
| HSL | 74º | 0.63% | 0.63% | - |
| HSV(B) | 74º | 0.55% | 0.86% | - |
| XYZ | 49.63 | 63.31 | 21.66 | - |
| YUV | 197.95 | 72.72 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 100 | 0.13 | 0 | 0.55 | 0.14 | 74 | 0.63 | 0.63 |
| Hex | C0 | DC | 64 | D | 0 | 37 | E | 4A | 3F | 3F |
| Octal | 300 | 334 | 144 | 15 | 0 | 67 | 16 | 112 | 77 | 77 |
| Binary | 11000000 | 11011100 | 1100100 | 1101 | 0 | 110111 | 1110 | 1001010 | 111111 | 111111 |
Color Harmonies of #C0DC64
Complementary color
Monochromatic Colors of #C0DC64
Black with #C0DC64
Text Example
Text Example
White with #C0DC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DC64; }
p { color: rgb(192,220,100); }
H1.HeaderClassName
{
color: #C0DC64;
}
.AnyTagClassName
{
color: #C0DC64;
}
</style>
background-color css
<style>
a { background-color: #C0DC64; }
a { background-color: rgb(192,220,100); }
div.DivClassName
{
background-color: #C0DC64;
}
.BgClassName
{
background-color: #C0DC64;
}
</style>
border-color css
<style>
span { border-color: #C0DC64; }
span { border-color: rgb(192,220,100); }
td.TdClassName
{
border-color: #C0DC64;
}
.TagClassName
{
border-color: #C0DC64;
}
</style>