Shades of Wild Willow #C0DD65
Tints of Wild Willow #C0DD65
RGB
CMYK
RGB Variations
Color information
#C0DD65 (or 0xC0DD65) is known color: Wild Willow. HEX triplet: C0, DD and 65. RGB value is (192,221,101). Sum of RGB (Red+Green+Blue) = 192+221+101=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DD65 is #3F229A. Grayscale: #C7C7C7. Windows color (decimal): -4137627 or 6675904. OLE color: 6675904.
HSL color Cylindrical-coordinate representation of color #C0DD65: hue angle of 74.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0DD65 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 101 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.13 |
| HSL | 74.5º | 0.64% | 0.63% | - |
| HSV(B) | 74.5º | 0.54% | 0.87% | - |
| XYZ | 49.94 | 63.86 | 22.01 | - |
| YUV | 198.65 | 72.89 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 101 | 0.13 | 0 | 0.54 | 0.13 | 74.5 | 0.64 | 0.63 |
| Hex | C0 | DD | 65 | D | 0 | 36 | D | 4A | 40 | 3F |
| Octal | 300 | 335 | 145 | 15 | 0 | 66 | 15 | 112 | 100 | 77 |
| Binary | 11000000 | 11011101 | 1100101 | 1101 | 0 | 110110 | 1101 | 1001010 | 1000000 | 111111 |
Color Harmonies of #C0DD65
Complementary color
Monochromatic Colors of #C0DD65
Black with #C0DD65
Text Example
Text Example
White with #C0DD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD65; }
p { color: rgb(192,221,101); }
H1.HeaderClassName
{
color: #C0DD65;
}
.AnyTagClassName
{
color: #C0DD65;
}
</style>
background-color css
<style>
a { background-color: #C0DD65; }
a { background-color: rgb(192,221,101); }
div.DivClassName
{
background-color: #C0DD65;
}
.BgClassName
{
background-color: #C0DD65;
}
</style>
border-color css
<style>
span { border-color: #C0DD65; }
span { border-color: rgb(192,221,101); }
td.TdClassName
{
border-color: #C0DD65;
}
.TagClassName
{
border-color: #C0DD65;
}
</style>