Shades of Wild Willow #C5E160
Tints of Wild Willow #C5E160
RGB
CMYK
RGB Variations
Color information
#C5E160 (or 0xC5E160) is known color: Wild Willow. HEX triplet: C5, E1 and 60. RGB value is (197,225,96). Sum of RGB (Red+Green+Blue) = 197+225+96=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 96 (37.89% from 255 or 18.53% from 518); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E160 is #3A1E9F. Grayscale: #CACACA. Windows color (decimal): -3808928 or 6349253. OLE color: 6349253.
HSL color Cylindrical-coordinate representation of color #C5E160: hue angle of 73.02º 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 #C5E160 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 225 | 96 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.12 |
| HSL | 73.02º | 0.68% | 0.63% | - |
| HSV(B) | 73.02º | 0.57% | 0.88% | - |
| XYZ | 52.06 | 66.57 | 21.17 | - |
| YUV | 201.92 | 68.22 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 225 | 96 | 0.12 | 0 | 0.57 | 0.12 | 73.02 | 0.68 | 0.63 |
| Hex | C5 | E1 | 60 | C | 0 | 39 | C | 49 | 44 | 3F |
| Octal | 305 | 341 | 140 | 14 | 0 | 71 | 14 | 111 | 104 | 77 |
| Binary | 11000101 | 11100001 | 1100000 | 1100 | 0 | 111001 | 1100 | 1001001 | 1000100 | 111111 |
Color Harmonies of #C5E160
Complementary color
Monochromatic Colors of #C5E160
Black with #C5E160
Text Example
Text Example
White with #C5E160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E160; }
p { color: rgb(197,225,96); }
H1.HeaderClassName
{
color: #C5E160;
}
.AnyTagClassName
{
color: #C5E160;
}
</style>
background-color css
<style>
a { background-color: #C5E160; }
a { background-color: rgb(197,225,96); }
div.DivClassName
{
background-color: #C5E160;
}
.BgClassName
{
background-color: #C5E160;
}
</style>
border-color css
<style>
span { border-color: #C5E160; }
span { border-color: rgb(197,225,96); }
td.TdClassName
{
border-color: #C5E160;
}
.TagClassName
{
border-color: #C5E160;
}
</style>