Shades of Wild Willow #C0DB66
Tints of Wild Willow #C0DB66
RGB
CMYK
RGB Variations
Color information
#C0DB66 (or 0xC0DB66) is known color: Wild Willow. HEX triplet: C0, DB and 66. RGB value is (192,219,102). Sum of RGB (Red+Green+Blue) = 192+219+102=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 102 (40.23% from 255 or 19.88% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DB66 is #3F2499. Grayscale: #C6C6C6. Windows color (decimal): -4138138 or 6740928. OLE color: 6740928.
HSL color Cylindrical-coordinate representation of color #C0DB66: hue angle of 73.85º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0DB66 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 102 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.14 |
| HSL | 73.85º | 0.62% | 0.63% | - |
| HSV(B) | 73.85º | 0.53% | 0.86% | - |
| XYZ | 49.47 | 62.83 | 22.09 | - |
| YUV | 197.59 | 74.05 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 102 | 0.12 | 0 | 0.53 | 0.14 | 73.85 | 0.62 | 0.63 |
| Hex | C0 | DB | 66 | C | 0 | 35 | E | 4A | 3E | 3F |
| Octal | 300 | 333 | 146 | 14 | 0 | 65 | 16 | 112 | 76 | 77 |
| Binary | 11000000 | 11011011 | 1100110 | 1100 | 0 | 110101 | 1110 | 1001010 | 111110 | 111111 |
Color Harmonies of #C0DB66
Complementary color
Monochromatic Colors of #C0DB66
Black with #C0DB66
Text Example
Text Example
White with #C0DB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DB66; }
p { color: rgb(192,219,102); }
H1.HeaderClassName
{
color: #C0DB66;
}
.AnyTagClassName
{
color: #C0DB66;
}
</style>
background-color css
<style>
a { background-color: #C0DB66; }
a { background-color: rgb(192,219,102); }
div.DivClassName
{
background-color: #C0DB66;
}
.BgClassName
{
background-color: #C0DB66;
}
</style>
border-color css
<style>
span { border-color: #C0DB66; }
span { border-color: rgb(192,219,102); }
td.TdClassName
{
border-color: #C0DB66;
}
.TagClassName
{
border-color: #C0DB66;
}
</style>