Shades of Wild Willow #C5CD65
Tints of Wild Willow #C5CD65
RGB
CMYK
RGB Variations
Color information
#C5CD65 (or 0xC5CD65) is known color: Wild Willow. HEX triplet: C5, CD and 65. RGB value is (197,205,101). Sum of RGB (Red+Green+Blue) = 197+205+101=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CD65 is #3A329A. Grayscale: #BFBFBF. Windows color (decimal): -3814043 or 6671813. OLE color: 6671813.
HSL color Cylindrical-coordinate representation of color #C5CD65: hue angle of 64.62º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5CD65 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 205 | 101 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.20 |
| HSL | 64.62º | 0.51% | 0.6% | - |
| HSV(B) | 64.62º | 0.51% | 0.8% | - |
| XYZ | 47.21 | 56.47 | 20.72 | - |
| YUV | 190.75 | 77.35 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 205 | 101 | 0.04 | 0 | 0.51 | 0.20 | 64.62 | 0.51 | 0.6 |
| Hex | C5 | CD | 65 | 4 | 0 | 33 | 14 | 41 | 33 | 3C |
| Octal | 305 | 315 | 145 | 4 | 0 | 63 | 24 | 101 | 63 | 74 |
| Binary | 11000101 | 11001101 | 1100101 | 100 | 0 | 110011 | 10100 | 1000001 | 110011 | 111100 |
Color Harmonies of #C5CD65
Complementary color
Monochromatic Colors of #C5CD65
Black with #C5CD65
Text Example
Text Example
White with #C5CD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CD65; }
p { color: rgb(197,205,101); }
H1.HeaderClassName
{
color: #C5CD65;
}
.AnyTagClassName
{
color: #C5CD65;
}
</style>
background-color css
<style>
a { background-color: #C5CD65; }
a { background-color: rgb(197,205,101); }
div.DivClassName
{
background-color: #C5CD65;
}
.BgClassName
{
background-color: #C5CD65;
}
</style>
border-color css
<style>
span { border-color: #C5CD65; }
span { border-color: rgb(197,205,101); }
td.TdClassName
{
border-color: #C5CD65;
}
.TagClassName
{
border-color: #C5CD65;
}
</style>