Shades of Wild Willow #C0DC69
Tints of Wild Willow #C0DC69
RGB
CMYK
RGB Variations
Color information
#C0DC69 (or 0xC0DC69) is known color: Wild Willow. HEX triplet: C0, DC and 69. RGB value is (192,220,105). Sum of RGB (Red+Green+Blue) = 192+220+105=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 105 (41.41% from 255 or 20.31% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DC69 is #3F2396. Grayscale: #C6C6C6. Windows color (decimal): -4137879 or 6937792. OLE color: 6937792.
HSL color Cylindrical-coordinate representation of color #C0DC69: hue angle of 74.61º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0DC69 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 105 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.14 |
| HSL | 74.61º | 0.62% | 0.64% | - |
| HSV(B) | 74.61º | 0.52% | 0.86% | - |
| XYZ | 49.88 | 63.41 | 22.98 | - |
| YUV | 198.52 | 75.22 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 105 | 0.13 | 0 | 0.52 | 0.14 | 74.61 | 0.62 | 0.64 |
| Hex | C0 | DC | 69 | D | 0 | 34 | E | 4B | 3E | 40 |
| Octal | 300 | 334 | 151 | 15 | 0 | 64 | 16 | 113 | 76 | 100 |
| Binary | 11000000 | 11011100 | 1101001 | 1101 | 0 | 110100 | 1110 | 1001011 | 111110 | 1000000 |
Color Harmonies of #C0DC69
Complementary color
Monochromatic Colors of #C0DC69
Black with #C0DC69
Text Example
Text Example
White with #C0DC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DC69; }
p { color: rgb(192,220,105); }
H1.HeaderClassName
{
color: #C0DC69;
}
.AnyTagClassName
{
color: #C0DC69;
}
</style>
background-color css
<style>
a { background-color: #C0DC69; }
a { background-color: rgb(192,220,105); }
div.DivClassName
{
background-color: #C0DC69;
}
.BgClassName
{
background-color: #C0DC69;
}
</style>
border-color css
<style>
span { border-color: #C0DC69; }
span { border-color: rgb(192,220,105); }
td.TdClassName
{
border-color: #C0DC69;
}
.TagClassName
{
border-color: #C0DC69;
}
</style>