Shades of Wild Willow #C5CF60
Tints of Wild Willow #C5CF60
RGB
CMYK
RGB Variations
Color information
#C5CF60 (or 0xC5CF60) is known color: Wild Willow. HEX triplet: C5, CF and 60. RGB value is (197,207,96). Sum of RGB (Red+Green+Blue) = 197+207+96=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CF60 is #3A309F. Grayscale: #BFBFBF. Windows color (decimal): -3813536 or 6344645. OLE color: 6344645.
HSL color Cylindrical-coordinate representation of color #C5CF60: hue angle of 65.41º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5CF60 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 96 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.19 |
| HSL | 65.41º | 0.54% | 0.59% | - |
| HSV(B) | 65.41º | 0.54% | 0.81% | - |
| XYZ | 47.45 | 57.34 | 19.63 | - |
| YUV | 191.36 | 74.19 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 96 | 0.05 | 0 | 0.54 | 0.19 | 65.41 | 0.54 | 0.59 |
| Hex | C5 | CF | 60 | 5 | 0 | 36 | 13 | 41 | 36 | 3B |
| Octal | 305 | 317 | 140 | 5 | 0 | 66 | 23 | 101 | 66 | 73 |
| Binary | 11000101 | 11001111 | 1100000 | 101 | 0 | 110110 | 10011 | 1000001 | 110110 | 111011 |
Color Harmonies of #C5CF60
Complementary color
Monochromatic Colors of #C5CF60
Black with #C5CF60
Text Example
Text Example
White with #C5CF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF60; }
p { color: rgb(197,207,96); }
H1.HeaderClassName
{
color: #C5CF60;
}
.AnyTagClassName
{
color: #C5CF60;
}
</style>
background-color css
<style>
a { background-color: #C5CF60; }
a { background-color: rgb(197,207,96); }
div.DivClassName
{
background-color: #C5CF60;
}
.BgClassName
{
background-color: #C5CF60;
}
</style>
border-color css
<style>
span { border-color: #C5CF60; }
span { border-color: rgb(197,207,96); }
td.TdClassName
{
border-color: #C5CF60;
}
.TagClassName
{
border-color: #C5CF60;
}
</style>