Shades of Wild Willow #C0DB68
Tints of Wild Willow #C0DB68
RGB
CMYK
RGB Variations
Color information
#C0DB68 (or 0xC0DB68) is known color: Wild Willow. HEX triplet: C0, DB and 68. RGB value is (192,219,104). Sum of RGB (Red+Green+Blue) = 192+219+104=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DB68 is #3F2497. Grayscale: #C6C6C6. Windows color (decimal): -4138136 or 6872000. OLE color: 6872000.
HSL color Cylindrical-coordinate representation of color #C0DB68: hue angle of 74.09º degrees, saturation: 0.61, 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 #C0DB68 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 104 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.14 |
| HSL | 74.09º | 0.61% | 0.63% | - |
| HSV(B) | 74.09º | 0.53% | 0.86% | - |
| XYZ | 49.57 | 62.87 | 22.62 | - |
| YUV | 197.82 | 75.05 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 104 | 0.12 | 0 | 0.53 | 0.14 | 74.09 | 0.61 | 0.63 |
| Hex | C0 | DB | 68 | C | 0 | 35 | E | 4A | 3D | 3F |
| Octal | 300 | 333 | 150 | 14 | 0 | 65 | 16 | 112 | 75 | 77 |
| Binary | 11000000 | 11011011 | 1101000 | 1100 | 0 | 110101 | 1110 | 1001010 | 111101 | 111111 |
Color Harmonies of #C0DB68
Complementary color
Monochromatic Colors of #C0DB68
Black with #C0DB68
Text Example
Text Example
White with #C0DB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DB68; }
p { color: rgb(192,219,104); }
H1.HeaderClassName
{
color: #C0DB68;
}
.AnyTagClassName
{
color: #C0DB68;
}
</style>
background-color css
<style>
a { background-color: #C0DB68; }
a { background-color: rgb(192,219,104); }
div.DivClassName
{
background-color: #C0DB68;
}
.BgClassName
{
background-color: #C0DB68;
}
</style>
border-color css
<style>
span { border-color: #C0DB68; }
span { border-color: rgb(192,219,104); }
td.TdClassName
{
border-color: #C0DB68;
}
.TagClassName
{
border-color: #C0DB68;
}
</style>