Shades of Wild Willow #C5CF5C
Tints of Wild Willow #C5CF5C
RGB
CMYK
RGB Variations
Color information
#C5CF5C (or 0xC5CF5C) is known color: Wild Willow. HEX triplet: C5, CF and 5C. RGB value is (197,207,92). Sum of RGB (Red+Green+Blue) = 197+207+92=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CF5C is #3A30A3. Grayscale: #BFBFBF. Windows color (decimal): -3813540 or 6082501. OLE color: 6082501.
HSL color Cylindrical-coordinate representation of color #C5CF5C: hue angle of 65.22º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5CF5C is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 92 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.19 |
| HSL | 65.22º | 0.55% | 0.59% | - |
| HSV(B) | 65.22º | 0.56% | 0.81% | - |
| XYZ | 47.27 | 57.27 | 18.69 | - |
| YUV | 190.9 | 72.19 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 92 | 0.05 | 0 | 0.56 | 0.19 | 65.22 | 0.55 | 0.59 |
| Hex | C5 | CF | 5C | 5 | 0 | 38 | 13 | 41 | 37 | 3B |
| Octal | 305 | 317 | 134 | 5 | 0 | 70 | 23 | 101 | 67 | 73 |
| Binary | 11000101 | 11001111 | 1011100 | 101 | 0 | 111000 | 10011 | 1000001 | 110111 | 111011 |
Color Harmonies of #C5CF5C
Complementary color
Monochromatic Colors of #C5CF5C
Black with #C5CF5C
Text Example
Text Example
White with #C5CF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF5C; }
p { color: rgb(197,207,92); }
H1.HeaderClassName
{
color: #C5CF5C;
}
.AnyTagClassName
{
color: #C5CF5C;
}
</style>
background-color css
<style>
a { background-color: #C5CF5C; }
a { background-color: rgb(197,207,92); }
div.DivClassName
{
background-color: #C5CF5C;
}
.BgClassName
{
background-color: #C5CF5C;
}
</style>
border-color css
<style>
span { border-color: #C5CF5C; }
span { border-color: rgb(197,207,92); }
td.TdClassName
{
border-color: #C5CF5C;
}
.TagClassName
{
border-color: #C5CF5C;
}
</style>