Shades of Wild Willow #C0DD60
Tints of Wild Willow #C0DD60
RGB
CMYK
RGB Variations
Color information
#C0DD60 (or 0xC0DD60) is known color: Wild Willow. HEX triplet: C0, DD and 60. RGB value is (192,221,96). Sum of RGB (Red+Green+Blue) = 192+221+96=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DD60 is #3F229F. Grayscale: #C6C6C6. Windows color (decimal): -4137632 or 6348224. OLE color: 6348224.
HSL color Cylindrical-coordinate representation of color #C0DD60: hue angle of 73.92º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0DD60 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 96 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.13 |
| HSL | 73.92º | 0.65% | 0.62% | - |
| HSV(B) | 73.92º | 0.57% | 0.87% | - |
| XYZ | 49.71 | 63.76 | 20.75 | - |
| YUV | 198.08 | 70.39 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 96 | 0.13 | 0 | 0.57 | 0.13 | 73.92 | 0.65 | 0.62 |
| Hex | C0 | DD | 60 | D | 0 | 39 | D | 4A | 41 | 3E |
| Octal | 300 | 335 | 140 | 15 | 0 | 71 | 15 | 112 | 101 | 76 |
| Binary | 11000000 | 11011101 | 1100000 | 1101 | 0 | 111001 | 1101 | 1001010 | 1000001 | 111110 |
Color Harmonies of #C0DD60
Complementary color
Monochromatic Colors of #C0DD60
Black with #C0DD60
Text Example
Text Example
White with #C0DD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD60; }
p { color: rgb(192,221,96); }
H1.HeaderClassName
{
color: #C0DD60;
}
.AnyTagClassName
{
color: #C0DD60;
}
</style>
background-color css
<style>
a { background-color: #C0DD60; }
a { background-color: rgb(192,221,96); }
div.DivClassName
{
background-color: #C0DD60;
}
.BgClassName
{
background-color: #C0DD60;
}
</style>
border-color css
<style>
span { border-color: #C0DD60; }
span { border-color: rgb(192,221,96); }
td.TdClassName
{
border-color: #C0DD60;
}
.TagClassName
{
border-color: #C0DD60;
}
</style>