Shades of Wild Willow #C5D46C
Tints of Wild Willow #C5D46C
RGB
CMYK
RGB Variations
Color information
#C5D46C (or 0xC5D46C) is known color: Wild Willow. HEX triplet: C5, D4 and 6C. RGB value is (197,212,108). Sum of RGB (Red+Green+Blue) = 197+212+108=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D46C is #3A2B93. Grayscale: #C4C4C4. Windows color (decimal): -3812244 or 7132357. OLE color: 7132357.
HSL color Cylindrical-coordinate representation of color #C5D46C: hue angle of 68.65º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5D46C is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 212 | 108 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.17 |
| HSL | 68.65º | 0.55% | 0.63% | - |
| HSV(B) | 68.65º | 0.49% | 0.83% | - |
| XYZ | 49.28 | 60.04 | 23.18 | - |
| YUV | 195.66 | 78.53 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 212 | 108 | 0.07 | 0 | 0.49 | 0.17 | 68.65 | 0.55 | 0.63 |
| Hex | C5 | D4 | 6C | 7 | 0 | 31 | 11 | 45 | 37 | 3F |
| Octal | 305 | 324 | 154 | 7 | 0 | 61 | 21 | 105 | 67 | 77 |
| Binary | 11000101 | 11010100 | 1101100 | 111 | 0 | 110001 | 10001 | 1000101 | 110111 | 111111 |
Color Harmonies of #C5D46C
Complementary color
Monochromatic Colors of #C5D46C
Black with #C5D46C
Text Example
Text Example
White with #C5D46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D46C; }
p { color: rgb(197,212,108); }
H1.HeaderClassName
{
color: #C5D46C;
}
.AnyTagClassName
{
color: #C5D46C;
}
</style>
background-color css
<style>
a { background-color: #C5D46C; }
a { background-color: rgb(197,212,108); }
div.DivClassName
{
background-color: #C5D46C;
}
.BgClassName
{
background-color: #C5D46C;
}
</style>
border-color css
<style>
span { border-color: #C5D46C; }
span { border-color: rgb(197,212,108); }
td.TdClassName
{
border-color: #C5D46C;
}
.TagClassName
{
border-color: #C5D46C;
}
</style>