Shades of Wild Willow #C5CF62
Tints of Wild Willow #C5CF62
RGB
CMYK
RGB Variations
Color information
#C5CF62 (or 0xC5CF62) is known color: Wild Willow. HEX triplet: C5, CF and 62. RGB value is (197,207,98). Sum of RGB (Red+Green+Blue) = 197+207+98=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 98 (38.67% from 255 or 19.52% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CF62 is #3A309D. Grayscale: #C0C0C0. Windows color (decimal): -3813534 or 6475717. OLE color: 6475717.
HSL color Cylindrical-coordinate representation of color #C5CF62: hue angle of 65.5º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5CF62 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 98 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.19 |
| HSL | 65.5º | 0.53% | 0.6% | - |
| HSV(B) | 65.5º | 0.53% | 0.81% | - |
| XYZ | 47.54 | 57.38 | 20.12 | - |
| YUV | 191.58 | 75.19 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 98 | 0.05 | 0 | 0.53 | 0.19 | 65.5 | 0.53 | 0.6 |
| Hex | C5 | CF | 62 | 5 | 0 | 35 | 13 | 42 | 35 | 3C |
| Octal | 305 | 317 | 142 | 5 | 0 | 65 | 23 | 102 | 65 | 74 |
| Binary | 11000101 | 11001111 | 1100010 | 101 | 0 | 110101 | 10011 | 1000010 | 110101 | 111100 |
Color Harmonies of #C5CF62
Complementary color
Monochromatic Colors of #C5CF62
Black with #C5CF62
Text Example
Text Example
White with #C5CF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF62; }
p { color: rgb(197,207,98); }
H1.HeaderClassName
{
color: #C5CF62;
}
.AnyTagClassName
{
color: #C5CF62;
}
</style>
background-color css
<style>
a { background-color: #C5CF62; }
a { background-color: rgb(197,207,98); }
div.DivClassName
{
background-color: #C5CF62;
}
.BgClassName
{
background-color: #C5CF62;
}
</style>
border-color css
<style>
span { border-color: #C5CF62; }
span { border-color: rgb(197,207,98); }
td.TdClassName
{
border-color: #C5CF62;
}
.TagClassName
{
border-color: #C5CF62;
}
</style>