Shades of Wild Willow #C5CF65
Tints of Wild Willow #C5CF65
RGB
CMYK
RGB Variations
Color information
#C5CF65 (or 0xC5CF65) is known color: Wild Willow. HEX triplet: C5, CF and 65. RGB value is (197,207,101). Sum of RGB (Red+Green+Blue) = 197+207+101=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CF65 is #3A309A. Grayscale: #C0C0C0. Windows color (decimal): -3813531 or 6672325. OLE color: 6672325.
HSL color Cylindrical-coordinate representation of color #C5CF65: hue angle of 65.66º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5CF65 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 101 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.19 |
| HSL | 65.66º | 0.52% | 0.6% | - |
| HSV(B) | 65.66º | 0.51% | 0.81% | - |
| XYZ | 47.69 | 57.44 | 20.88 | - |
| YUV | 191.93 | 76.69 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 101 | 0.05 | 0 | 0.51 | 0.19 | 65.66 | 0.52 | 0.6 |
| Hex | C5 | CF | 65 | 5 | 0 | 33 | 13 | 42 | 34 | 3C |
| Octal | 305 | 317 | 145 | 5 | 0 | 63 | 23 | 102 | 64 | 74 |
| Binary | 11000101 | 11001111 | 1100101 | 101 | 0 | 110011 | 10011 | 1000010 | 110100 | 111100 |
Color Harmonies of #C5CF65
Complementary color
Monochromatic Colors of #C5CF65
Black with #C5CF65
Text Example
Text Example
White with #C5CF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF65; }
p { color: rgb(197,207,101); }
H1.HeaderClassName
{
color: #C5CF65;
}
.AnyTagClassName
{
color: #C5CF65;
}
</style>
background-color css
<style>
a { background-color: #C5CF65; }
a { background-color: rgb(197,207,101); }
div.DivClassName
{
background-color: #C5CF65;
}
.BgClassName
{
background-color: #C5CF65;
}
</style>
border-color css
<style>
span { border-color: #C5CF65; }
span { border-color: rgb(197,207,101); }
td.TdClassName
{
border-color: #C5CF65;
}
.TagClassName
{
border-color: #C5CF65;
}
</style>