Shades of Wild Willow #C0DA60
Tints of Wild Willow #C0DA60
RGB
CMYK
RGB Variations
Color information
#C0DA60 (or 0xC0DA60) is known color: Wild Willow. HEX triplet: C0, DA and 60. RGB value is (192,218,96). Sum of RGB (Red+Green+Blue) = 192+218+96=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DA60 is #3F259F. Grayscale: #C4C4C4. Windows color (decimal): -4138400 or 6347456. OLE color: 6347456.
HSL color Cylindrical-coordinate representation of color #C0DA60: hue angle of 72.79º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0DA60 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 96 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.15 |
| HSL | 72.79º | 0.62% | 0.62% | - |
| HSV(B) | 72.79º | 0.56% | 0.85% | - |
| XYZ | 48.92 | 62.19 | 20.49 | - |
| YUV | 196.32 | 71.39 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 96 | 0.12 | 0 | 0.56 | 0.15 | 72.79 | 0.62 | 0.62 |
| Hex | C0 | DA | 60 | C | 0 | 38 | F | 49 | 3E | 3E |
| Octal | 300 | 332 | 140 | 14 | 0 | 70 | 17 | 111 | 76 | 76 |
| Binary | 11000000 | 11011010 | 1100000 | 1100 | 0 | 111000 | 1111 | 1001001 | 111110 | 111110 |
Color Harmonies of #C0DA60
Complementary color
Monochromatic Colors of #C0DA60
Black with #C0DA60
Text Example
Text Example
White with #C0DA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DA60; }
p { color: rgb(192,218,96); }
H1.HeaderClassName
{
color: #C0DA60;
}
.AnyTagClassName
{
color: #C0DA60;
}
</style>
background-color css
<style>
a { background-color: #C0DA60; }
a { background-color: rgb(192,218,96); }
div.DivClassName
{
background-color: #C0DA60;
}
.BgClassName
{
background-color: #C0DA60;
}
</style>
border-color css
<style>
span { border-color: #C0DA60; }
span { border-color: rgb(192,218,96); }
td.TdClassName
{
border-color: #C0DA60;
}
.TagClassName
{
border-color: #C0DA60;
}
</style>