Shades of Wild Willow #C5D46D
Tints of Wild Willow #C5D46D
RGB
CMYK
RGB Variations
Color information
#C5D46D (or 0xC5D46D) is known color: Wild Willow. HEX triplet: C5, D4 and 6D. RGB value is (197,212,109). Sum of RGB (Red+Green+Blue) = 197+212+109=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D46D is #3A2B92. Grayscale: #C4C4C4. Windows color (decimal): -3812243 or 7197893. OLE color: 7197893.
HSL color Cylindrical-coordinate representation of color #C5D46D: hue angle of 68.74º degrees, saturation: 0.54, 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 #C5D46D is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 212 | 109 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.17 |
| HSL | 68.74º | 0.54% | 0.63% | - |
| HSV(B) | 68.74º | 0.49% | 0.83% | - |
| XYZ | 49.33 | 60.06 | 23.46 | - |
| YUV | 195.77 | 79.03 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 212 | 109 | 0.07 | 0 | 0.49 | 0.17 | 68.74 | 0.54 | 0.63 |
| Hex | C5 | D4 | 6D | 7 | 0 | 31 | 11 | 45 | 36 | 3F |
| Octal | 305 | 324 | 155 | 7 | 0 | 61 | 21 | 105 | 66 | 77 |
| Binary | 11000101 | 11010100 | 1101101 | 111 | 0 | 110001 | 10001 | 1000101 | 110110 | 111111 |
Color Harmonies of #C5D46D
Complementary color
Monochromatic Colors of #C5D46D
Black with #C5D46D
Text Example
Text Example
White with #C5D46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D46D; }
p { color: rgb(197,212,109); }
H1.HeaderClassName
{
color: #C5D46D;
}
.AnyTagClassName
{
color: #C5D46D;
}
</style>
background-color css
<style>
a { background-color: #C5D46D; }
a { background-color: rgb(197,212,109); }
div.DivClassName
{
background-color: #C5D46D;
}
.BgClassName
{
background-color: #C5D46D;
}
</style>
border-color css
<style>
span { border-color: #C5D46D; }
span { border-color: rgb(197,212,109); }
td.TdClassName
{
border-color: #C5D46D;
}
.TagClassName
{
border-color: #C5D46D;
}
</style>