Shades of Wild Willow #C6DD60
Tints of Wild Willow #C6DD60
RGB
CMYK
RGB Variations
Color information
#C6DD60 (or 0xC6DD60) is known color: Wild Willow. HEX triplet: C6, DD and 60. RGB value is (198,221,96). Sum of RGB (Red+Green+Blue) = 198+221+96=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DD60 is #39229F. Grayscale: #C8C8C8. Windows color (decimal): -3744416 or 6348230. OLE color: 6348230.
HSL color Cylindrical-coordinate representation of color #C6DD60: hue angle of 71.04º 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 #C6DD60 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 221 | 96 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.13 |
| HSL | 71.04º | 0.65% | 0.62% | - |
| HSV(B) | 71.04º | 0.57% | 0.87% | - |
| XYZ | 51.26 | 64.56 | 20.83 | - |
| YUV | 199.87 | 69.38 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 96 | 0.10 | 0 | 0.57 | 0.13 | 71.04 | 0.65 | 0.62 |
| Hex | C6 | DD | 60 | A | 0 | 39 | D | 47 | 41 | 3E |
| Octal | 306 | 335 | 140 | 12 | 0 | 71 | 15 | 107 | 101 | 76 |
| Binary | 11000110 | 11011101 | 1100000 | 1010 | 0 | 111001 | 1101 | 1000111 | 1000001 | 111110 |
Color Harmonies of #C6DD60
Complementary color
Monochromatic Colors of #C6DD60
Black with #C6DD60
Text Example
Text Example
White with #C6DD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DD60; }
p { color: rgb(198,221,96); }
H1.HeaderClassName
{
color: #C6DD60;
}
.AnyTagClassName
{
color: #C6DD60;
}
</style>
background-color css
<style>
a { background-color: #C6DD60; }
a { background-color: rgb(198,221,96); }
div.DivClassName
{
background-color: #C6DD60;
}
.BgClassName
{
background-color: #C6DD60;
}
</style>
border-color css
<style>
span { border-color: #C6DD60; }
span { border-color: rgb(198,221,96); }
td.TdClassName
{
border-color: #C6DD60;
}
.TagClassName
{
border-color: #C6DD60;
}
</style>