Shades of Wild Willow #C5D161
Tints of Wild Willow #C5D161
RGB
CMYK
RGB Variations
Color information
#C5D161 (or 0xC5D161) is known color: Wild Willow. HEX triplet: C5, D1 and 61. RGB value is (197,209,97). Sum of RGB (Red+Green+Blue) = 197+209+97=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 97 (38.28% from 255 or 19.28% from 503); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D161 is #3A2E9E. Grayscale: #C1C1C1. Windows color (decimal): -3813023 or 6410693. OLE color: 6410693.
HSL color Cylindrical-coordinate representation of color #C5D161: hue angle of 66.43º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5D161 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 209 | 97 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.18 |
| HSL | 66.43º | 0.55% | 0.6% | - |
| HSV(B) | 66.43º | 0.54% | 0.82% | - |
| XYZ | 47.98 | 58.33 | 20.04 | - |
| YUV | 192.64 | 74.02 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 209 | 97 | 0.06 | 0 | 0.54 | 0.18 | 66.43 | 0.55 | 0.6 |
| Hex | C5 | D1 | 61 | 6 | 0 | 36 | 12 | 42 | 37 | 3C |
| Octal | 305 | 321 | 141 | 6 | 0 | 66 | 22 | 102 | 67 | 74 |
| Binary | 11000101 | 11010001 | 1100001 | 110 | 0 | 110110 | 10010 | 1000010 | 110111 | 111100 |
Color Harmonies of #C5D161
Complementary color
Monochromatic Colors of #C5D161
Black with #C5D161
Text Example
Text Example
White with #C5D161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D161; }
p { color: rgb(197,209,97); }
H1.HeaderClassName
{
color: #C5D161;
}
.AnyTagClassName
{
color: #C5D161;
}
</style>
background-color css
<style>
a { background-color: #C5D161; }
a { background-color: rgb(197,209,97); }
div.DivClassName
{
background-color: #C5D161;
}
.BgClassName
{
background-color: #C5D161;
}
</style>
border-color css
<style>
span { border-color: #C5D161; }
span { border-color: rgb(197,209,97); }
td.TdClassName
{
border-color: #C5D161;
}
.TagClassName
{
border-color: #C5D161;
}
</style>