Shades of Wild Willow #C0DE65
Tints of Wild Willow #C0DE65
RGB
CMYK
RGB Variations
Color information
#C0DE65 (or 0xC0DE65) is known color: Wild Willow. HEX triplet: C0, DE and 65. RGB value is (192,222,101). Sum of RGB (Red+Green+Blue) = 192+222+101=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DE65 is #3F219A. Grayscale: #C7C7C7. Windows color (decimal): -4137371 or 6676160. OLE color: 6676160.
HSL color Cylindrical-coordinate representation of color #C0DE65: hue angle of 74.88º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0DE65 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 101 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.13 |
| HSL | 74.88º | 0.65% | 0.63% | - |
| HSV(B) | 74.88º | 0.55% | 0.87% | - |
| XYZ | 50.21 | 64.39 | 22.09 | - |
| YUV | 199.24 | 72.56 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 101 | 0.14 | 0 | 0.55 | 0.13 | 74.88 | 0.65 | 0.63 |
| Hex | C0 | DE | 65 | E | 0 | 37 | D | 4B | 41 | 3F |
| Octal | 300 | 336 | 145 | 16 | 0 | 67 | 15 | 113 | 101 | 77 |
| Binary | 11000000 | 11011110 | 1100101 | 1110 | 0 | 110111 | 1101 | 1001011 | 1000001 | 111111 |
Color Harmonies of #C0DE65
Complementary color
Monochromatic Colors of #C0DE65
Black with #C0DE65
Text Example
Text Example
White with #C0DE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DE65; }
p { color: rgb(192,222,101); }
H1.HeaderClassName
{
color: #C0DE65;
}
.AnyTagClassName
{
color: #C0DE65;
}
</style>
background-color css
<style>
a { background-color: #C0DE65; }
a { background-color: rgb(192,222,101); }
div.DivClassName
{
background-color: #C0DE65;
}
.BgClassName
{
background-color: #C0DE65;
}
</style>
border-color css
<style>
span { border-color: #C0DE65; }
span { border-color: rgb(192,222,101); }
td.TdClassName
{
border-color: #C0DE65;
}
.TagClassName
{
border-color: #C0DE65;
}
</style>