Shades of Wild Willow #C6DC65
Tints of Wild Willow #C6DC65
RGB
CMYK
RGB Variations
Color information
#C6DC65 (or 0xC6DC65) is known color: Wild Willow. HEX triplet: C6, DC and 65. RGB value is (198,220,101). Sum of RGB (Red+Green+Blue) = 198+220+101=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DC65 is #39239A. Grayscale: #C8C8C8. Windows color (decimal): -3744667 or 6675654. OLE color: 6675654.
HSL color Cylindrical-coordinate representation of color #C6DC65: hue angle of 71.09º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6DC65 is Cyan = 0.1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 101 | - |
| CMYK | 0.1 | 0 | 0.54 | 0.14 |
| HSL | 71.09º | 0.63% | 0.63% | - |
| HSV(B) | 71.09º | 0.54% | 0.86% | - |
| XYZ | 51.23 | 64.13 | 21.99 | - |
| YUV | 199.86 | 72.21 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 101 | 0.1 | 0 | 0.54 | 0.14 | 71.09 | 0.63 | 0.63 |
| Hex | C6 | DC | 65 | A | 0 | 36 | E | 47 | 3F | 3F |
| Octal | 306 | 334 | 145 | 12 | 0 | 66 | 16 | 107 | 77 | 77 |
| Binary | 11000110 | 11011100 | 1100101 | 1010 | 0 | 110110 | 1110 | 1000111 | 111111 | 111111 |
Color Harmonies of #C6DC65
Complementary color
Monochromatic Colors of #C6DC65
Black with #C6DC65
Text Example
Text Example
White with #C6DC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DC65; }
p { color: rgb(198,220,101); }
H1.HeaderClassName
{
color: #C6DC65;
}
.AnyTagClassName
{
color: #C6DC65;
}
</style>
background-color css
<style>
a { background-color: #C6DC65; }
a { background-color: rgb(198,220,101); }
div.DivClassName
{
background-color: #C6DC65;
}
.BgClassName
{
background-color: #C6DC65;
}
</style>
border-color css
<style>
span { border-color: #C6DC65; }
span { border-color: rgb(198,220,101); }
td.TdClassName
{
border-color: #C6DC65;
}
.TagClassName
{
border-color: #C6DC65;
}
</style>