Shades of Wild Willow #C5D66A
Tints of Wild Willow #C5D66A
RGB
CMYK
RGB Variations
Color information
#C5D66A (or 0xC5D66A) is known color: Wild Willow. HEX triplet: C5, D6 and 6A. RGB value is (197,214,106). Sum of RGB (Red+Green+Blue) = 197+214+106=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 106 (41.80% from 255 or 20.50% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D66A is #3A2995. Grayscale: #C5C5C5. Windows color (decimal): -3811734 or 7001797. OLE color: 7001797.
HSL color Cylindrical-coordinate representation of color #C5D66A: hue angle of 69.44º degrees, saturation: 0.57, 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 #C5D66A is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 214 | 106 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.16 |
| HSL | 69.44º | 0.57% | 0.63% | - |
| HSV(B) | 69.44º | 0.5% | 0.84% | - |
| XYZ | 49.67 | 61 | 22.79 | - |
| YUV | 196.61 | 76.87 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 214 | 106 | 0.08 | 0 | 0.50 | 0.16 | 69.44 | 0.57 | 0.63 |
| Hex | C5 | D6 | 6A | 8 | 0 | 32 | 10 | 45 | 39 | 3F |
| Octal | 305 | 326 | 152 | 10 | 0 | 62 | 20 | 105 | 71 | 77 |
| Binary | 11000101 | 11010110 | 1101010 | 1000 | 0 | 110010 | 10000 | 1000101 | 111001 | 111111 |
Color Harmonies of #C5D66A
Complementary color
Monochromatic Colors of #C5D66A
Black with #C5D66A
Text Example
Text Example
White with #C5D66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D66A; }
p { color: rgb(197,214,106); }
H1.HeaderClassName
{
color: #C5D66A;
}
.AnyTagClassName
{
color: #C5D66A;
}
</style>
background-color css
<style>
a { background-color: #C5D66A; }
a { background-color: rgb(197,214,106); }
div.DivClassName
{
background-color: #C5D66A;
}
.BgClassName
{
background-color: #C5D66A;
}
</style>
border-color css
<style>
span { border-color: #C5D66A; }
span { border-color: rgb(197,214,106); }
td.TdClassName
{
border-color: #C5D66A;
}
.TagClassName
{
border-color: #C5D66A;
}
</style>