Shades of Wild Willow #C1DD6C
Tints of Wild Willow #C1DD6C
RGB
CMYK
RGB Variations
Color information
#C1DD6C (or 0xC1DD6C) is known color: Wild Willow. HEX triplet: C1, DD and 6C. RGB value is (193,221,108). Sum of RGB (Red+Green+Blue) = 193+221+108=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 108 (42.58% from 255 or 20.69% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DD6C is #3E2293. Grayscale: #C8C8C8. Windows color (decimal): -4072084 or 7134657. OLE color: 7134657.
HSL color Cylindrical-coordinate representation of color #C1DD6C: hue angle of 74.87º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1DD6C is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 108 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.13 |
| HSL | 74.87º | 0.62% | 0.65% | - |
| HSV(B) | 74.87º | 0.51% | 0.87% | - |
| XYZ | 50.56 | 64.13 | 23.9 | - |
| YUV | 199.75 | 76.22 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 108 | 0.13 | 0 | 0.51 | 0.13 | 74.87 | 0.62 | 0.65 |
| Hex | C1 | DD | 6C | D | 0 | 33 | D | 4B | 3E | 41 |
| Octal | 301 | 335 | 154 | 15 | 0 | 63 | 15 | 113 | 76 | 101 |
| Binary | 11000001 | 11011101 | 1101100 | 1101 | 0 | 110011 | 1101 | 1001011 | 111110 | 1000001 |
Color Harmonies of #C1DD6C
Complementary color
Monochromatic Colors of #C1DD6C
Black with #C1DD6C
Text Example
Text Example
White with #C1DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DD6C; }
p { color: rgb(193,221,108); }
H1.HeaderClassName
{
color: #C1DD6C;
}
.AnyTagClassName
{
color: #C1DD6C;
}
</style>
background-color css
<style>
a { background-color: #C1DD6C; }
a { background-color: rgb(193,221,108); }
div.DivClassName
{
background-color: #C1DD6C;
}
.BgClassName
{
background-color: #C1DD6C;
}
</style>
border-color css
<style>
span { border-color: #C1DD6C; }
span { border-color: rgb(193,221,108); }
td.TdClassName
{
border-color: #C1DD6C;
}
.TagClassName
{
border-color: #C1DD6C;
}
</style>