Shades of Wild Willow #C6DC69
Tints of Wild Willow #C6DC69
RGB
CMYK
RGB Variations
Color information
#C6DC69 (or 0xC6DC69) is known color: Wild Willow. HEX triplet: C6, DC and 69. RGB value is (198,220,105). Sum of RGB (Red+Green+Blue) = 198+220+105=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 105 (41.41% from 255 or 20.08% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DC69 is #392396. Grayscale: #C8C8C8. Windows color (decimal): -3744663 or 6937798. OLE color: 6937798.
HSL color Cylindrical-coordinate representation of color #C6DC69: hue angle of 71.48º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6DC69 is Cyan = 0.1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 105 | - |
| CMYK | 0.1 | 0 | 0.52 | 0.14 |
| HSL | 71.48º | 0.62% | 0.64% | - |
| HSV(B) | 71.48º | 0.52% | 0.86% | - |
| XYZ | 51.43 | 64.21 | 23.05 | - |
| YUV | 200.31 | 74.21 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 105 | 0.1 | 0 | 0.52 | 0.14 | 71.48 | 0.62 | 0.64 |
| Hex | C6 | DC | 69 | A | 0 | 34 | E | 47 | 3E | 40 |
| Octal | 306 | 334 | 151 | 12 | 0 | 64 | 16 | 107 | 76 | 100 |
| Binary | 11000110 | 11011100 | 1101001 | 1010 | 0 | 110100 | 1110 | 1000111 | 111110 | 1000000 |
Color Harmonies of #C6DC69
Complementary color
Monochromatic Colors of #C6DC69
Black with #C6DC69
Text Example
Text Example
White with #C6DC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DC69; }
p { color: rgb(198,220,105); }
H1.HeaderClassName
{
color: #C6DC69;
}
.AnyTagClassName
{
color: #C6DC69;
}
</style>
background-color css
<style>
a { background-color: #C6DC69; }
a { background-color: rgb(198,220,105); }
div.DivClassName
{
background-color: #C6DC69;
}
.BgClassName
{
background-color: #C6DC69;
}
</style>
border-color css
<style>
span { border-color: #C6DC69; }
span { border-color: rgb(198,220,105); }
td.TdClassName
{
border-color: #C6DC69;
}
.TagClassName
{
border-color: #C6DC69;
}
</style>