Shades of Wild Willow #C5CF55
Tints of Wild Willow #C5CF55
RGB
CMYK
RGB Variations
Color information
#C5CF55 (or 0xC5CF55) is known color: Wild Willow. HEX triplet: C5, CF and 55. RGB value is (197,207,85). Sum of RGB (Red+Green+Blue) = 197+207+85=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 85 (33.59% from 255 or 17.38% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CF55 is #3A30AA. Grayscale: #BEBEBE. Windows color (decimal): -3813547 or 5623749. OLE color: 5623749.
HSL color Cylindrical-coordinate representation of color #C5CF55: hue angle of 64.92º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5CF55 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 85 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.19 |
| HSL | 64.92º | 0.56% | 0.57% | - |
| HSV(B) | 64.92º | 0.59% | 0.81% | - |
| XYZ | 46.98 | 57.15 | 17.15 | - |
| YUV | 190.1 | 68.69 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 85 | 0.05 | 0 | 0.59 | 0.19 | 64.92 | 0.56 | 0.57 |
| Hex | C5 | CF | 55 | 5 | 0 | 3B | 13 | 41 | 38 | 39 |
| Octal | 305 | 317 | 125 | 5 | 0 | 73 | 23 | 101 | 70 | 71 |
| Binary | 11000101 | 11001111 | 1010101 | 101 | 0 | 111011 | 10011 | 1000001 | 111000 | 111001 |
Color Harmonies of #C5CF55
Complementary color
Monochromatic Colors of #C5CF55
Black with #C5CF55
Text Example
Text Example
White with #C5CF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF55; }
p { color: rgb(197,207,85); }
H1.HeaderClassName
{
color: #C5CF55;
}
.AnyTagClassName
{
color: #C5CF55;
}
</style>
background-color css
<style>
a { background-color: #C5CF55; }
a { background-color: rgb(197,207,85); }
div.DivClassName
{
background-color: #C5CF55;
}
.BgClassName
{
background-color: #C5CF55;
}
</style>
border-color css
<style>
span { border-color: #C5CF55; }
span { border-color: rgb(197,207,85); }
td.TdClassName
{
border-color: #C5CF55;
}
.TagClassName
{
border-color: #C5CF55;
}
</style>