Shades of Wild Willow #C5D66C
Tints of Wild Willow #C5D66C
RGB
CMYK
RGB Variations
Color information
#C5D66C (or 0xC5D66C) is known color: Wild Willow. HEX triplet: C5, D6 and 6C. RGB value is (197,214,108). Sum of RGB (Red+Green+Blue) = 197+214+108=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 108 (42.58% from 255 or 20.81% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D66C is #3A2993. Grayscale: #C5C5C5. Windows color (decimal): -3811732 or 7132869. OLE color: 7132869.
HSL color Cylindrical-coordinate representation of color #C5D66C: hue angle of 69.62º 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 #C5D66C is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 214 | 108 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.16 |
| HSL | 69.62º | 0.56% | 0.63% | - |
| HSV(B) | 69.62º | 0.5% | 0.84% | - |
| XYZ | 49.78 | 61.05 | 23.35 | - |
| YUV | 196.83 | 77.87 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 214 | 108 | 0.08 | 0 | 0.50 | 0.16 | 69.62 | 0.56 | 0.63 |
| Hex | C5 | D6 | 6C | 8 | 0 | 32 | 10 | 46 | 38 | 3F |
| Octal | 305 | 326 | 154 | 10 | 0 | 62 | 20 | 106 | 70 | 77 |
| Binary | 11000101 | 11010110 | 1101100 | 1000 | 0 | 110010 | 10000 | 1000110 | 111000 | 111111 |
Color Harmonies of #C5D66C
Complementary color
Monochromatic Colors of #C5D66C
Black with #C5D66C
Text Example
Text Example
White with #C5D66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D66C; }
p { color: rgb(197,214,108); }
H1.HeaderClassName
{
color: #C5D66C;
}
.AnyTagClassName
{
color: #C5D66C;
}
</style>
background-color css
<style>
a { background-color: #C5D66C; }
a { background-color: rgb(197,214,108); }
div.DivClassName
{
background-color: #C5D66C;
}
.BgClassName
{
background-color: #C5D66C;
}
</style>
border-color css
<style>
span { border-color: #C5D66C; }
span { border-color: rgb(197,214,108); }
td.TdClassName
{
border-color: #C5D66C;
}
.TagClassName
{
border-color: #C5D66C;
}
</style>