Shades of Wild Willow #C5E161
Tints of Wild Willow #C5E161
RGB
CMYK
RGB Variations
Color information
#C5E161 (or 0xC5E161) is known color: Wild Willow. HEX triplet: C5, E1 and 61. RGB value is (197,225,97). Sum of RGB (Red+Green+Blue) = 197+225+97=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 97 (38.28% from 255 or 18.69% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E161 is #3A1E9E. Grayscale: #CACACA. Windows color (decimal): -3808927 or 6414789. OLE color: 6414789.
HSL color Cylindrical-coordinate representation of color #C5E161: hue angle of 73.12º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5E161 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 225 | 97 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.12 |
| HSL | 73.13º | 0.68% | 0.63% | - |
| HSV(B) | 73.13º | 0.57% | 0.88% | - |
| XYZ | 52.11 | 66.58 | 21.41 | - |
| YUV | 202.04 | 68.72 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 225 | 97 | 0.12 | 0 | 0.57 | 0.12 | 73.13 | 0.68 | 0.63 |
| Hex | C5 | E1 | 61 | C | 0 | 39 | C | 49 | 44 | 3F |
| Octal | 305 | 341 | 141 | 14 | 0 | 71 | 14 | 111 | 104 | 77 |
| Binary | 11000101 | 11100001 | 1100001 | 1100 | 0 | 111001 | 1100 | 1001001 | 1000100 | 111111 |
Color Harmonies of #C5E161
Complementary color
Monochromatic Colors of #C5E161
Black with #C5E161
Text Example
Text Example
White with #C5E161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E161; }
p { color: rgb(197,225,97); }
H1.HeaderClassName
{
color: #C5E161;
}
.AnyTagClassName
{
color: #C5E161;
}
</style>
background-color css
<style>
a { background-color: #C5E161; }
a { background-color: rgb(197,225,97); }
div.DivClassName
{
background-color: #C5E161;
}
.BgClassName
{
background-color: #C5E161;
}
</style>
border-color css
<style>
span { border-color: #C5E161; }
span { border-color: rgb(197,225,97); }
td.TdClassName
{
border-color: #C5E161;
}
.TagClassName
{
border-color: #C5E161;
}
</style>