Shades of Wild Willow #C0DB6C
Tints of Wild Willow #C0DB6C
RGB
CMYK
RGB Variations
Color information
#C0DB6C (or 0xC0DB6C) is known color: Wild Willow. HEX triplet: C0, DB and 6C. RGB value is (192,219,108). Sum of RGB (Red+Green+Blue) = 192+219+108=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 108 (42.58% from 255 or 20.81% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DB6C is #3F2493. Grayscale: #C6C6C6. Windows color (decimal): -4138132 or 7134144. OLE color: 7134144.
HSL color Cylindrical-coordinate representation of color #C0DB6C: hue angle of 74.59º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0DB6C is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 108 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.14 |
| HSL | 74.59º | 0.61% | 0.64% | - |
| HSV(B) | 74.59º | 0.51% | 0.86% | - |
| XYZ | 49.78 | 62.95 | 23.71 | - |
| YUV | 198.27 | 77.05 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 108 | 0.12 | 0 | 0.51 | 0.14 | 74.59 | 0.61 | 0.64 |
| Hex | C0 | DB | 6C | C | 0 | 33 | E | 4B | 3D | 40 |
| Octal | 300 | 333 | 154 | 14 | 0 | 63 | 16 | 113 | 75 | 100 |
| Binary | 11000000 | 11011011 | 1101100 | 1100 | 0 | 110011 | 1110 | 1001011 | 111101 | 1000000 |
Color Harmonies of #C0DB6C
Complementary color
Monochromatic Colors of #C0DB6C
Black with #C0DB6C
Text Example
Text Example
White with #C0DB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DB6C; }
p { color: rgb(192,219,108); }
H1.HeaderClassName
{
color: #C0DB6C;
}
.AnyTagClassName
{
color: #C0DB6C;
}
</style>
background-color css
<style>
a { background-color: #C0DB6C; }
a { background-color: rgb(192,219,108); }
div.DivClassName
{
background-color: #C0DB6C;
}
.BgClassName
{
background-color: #C0DB6C;
}
</style>
border-color css
<style>
span { border-color: #C0DB6C; }
span { border-color: rgb(192,219,108); }
td.TdClassName
{
border-color: #C0DB6C;
}
.TagClassName
{
border-color: #C0DB6C;
}
</style>