Shades of Wild Willow #C2D66C
Tints of Wild Willow #C2D66C
RGB
CMYK
RGB Variations
Color information
#C2D66C (or 0xC2D66C) is known color: Wild Willow. HEX triplet: C2, D6 and 6C. RGB value is (194,214,108). Sum of RGB (Red+Green+Blue) = 194+214+108=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D66C is #3D2993. Grayscale: #C4C4C4. Windows color (decimal): -4008340 or 7132866. OLE color: 7132866.
HSL color Cylindrical-coordinate representation of color #C2D66C: hue angle of 71.32º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2D66C is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 108 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.16 |
| HSL | 71.32º | 0.56% | 0.63% | - |
| HSV(B) | 71.32º | 0.5% | 0.84% | - |
| XYZ | 49 | 60.65 | 23.31 | - |
| YUV | 195.94 | 78.37 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 108 | 0.09 | 0 | 0.50 | 0.16 | 71.32 | 0.56 | 0.63 |
| Hex | C2 | D6 | 6C | 9 | 0 | 32 | 10 | 47 | 38 | 3F |
| Octal | 302 | 326 | 154 | 11 | 0 | 62 | 20 | 107 | 70 | 77 |
| Binary | 11000010 | 11010110 | 1101100 | 1001 | 0 | 110010 | 10000 | 1000111 | 111000 | 111111 |
Color Harmonies of #C2D66C
Complementary color
Monochromatic Colors of #C2D66C
Black with #C2D66C
Text Example
Text Example
White with #C2D66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D66C; }
p { color: rgb(194,214,108); }
H1.HeaderClassName
{
color: #C2D66C;
}
.AnyTagClassName
{
color: #C2D66C;
}
</style>
background-color css
<style>
a { background-color: #C2D66C; }
a { background-color: rgb(194,214,108); }
div.DivClassName
{
background-color: #C2D66C;
}
.BgClassName
{
background-color: #C2D66C;
}
</style>
border-color css
<style>
span { border-color: #C2D66C; }
span { border-color: rgb(194,214,108); }
td.TdClassName
{
border-color: #C2D66C;
}
.TagClassName
{
border-color: #C2D66C;
}
</style>