Shades of Wild Willow #C5CD6D
Tints of Wild Willow #C5CD6D
RGB
CMYK
RGB Variations
Color information
#C5CD6D (or 0xC5CD6D) is known color: Wild Willow. HEX triplet: C5, CD and 6D. RGB value is (197,205,109). Sum of RGB (Red+Green+Blue) = 197+205+109=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CD6D is #3A3292. Grayscale: #C0C0C0. Windows color (decimal): -3814035 or 7196101. OLE color: 7196101.
HSL color Cylindrical-coordinate representation of color #C5CD6D: hue angle of 65º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5CD6D is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 205 | 109 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.20 |
| HSL | 65º | 0.49% | 0.62% | - |
| HSV(B) | 65º | 0.47% | 0.8% | - |
| XYZ | 47.62 | 56.64 | 22.89 | - |
| YUV | 191.66 | 81.35 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 205 | 109 | 0.04 | 0 | 0.47 | 0.20 | 65 | 0.49 | 0.62 |
| Hex | C5 | CD | 6D | 4 | 0 | 2F | 14 | 41 | 31 | 3E |
| Octal | 305 | 315 | 155 | 4 | 0 | 57 | 24 | 101 | 61 | 76 |
| Binary | 11000101 | 11001101 | 1101101 | 100 | 0 | 101111 | 10100 | 1000001 | 110001 | 111110 |
Color Harmonies of #C5CD6D
Complementary color
Monochromatic Colors of #C5CD6D
Black with #C5CD6D
Text Example
Text Example
White with #C5CD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CD6D; }
p { color: rgb(197,205,109); }
H1.HeaderClassName
{
color: #C5CD6D;
}
.AnyTagClassName
{
color: #C5CD6D;
}
</style>
background-color css
<style>
a { background-color: #C5CD6D; }
a { background-color: rgb(197,205,109); }
div.DivClassName
{
background-color: #C5CD6D;
}
.BgClassName
{
background-color: #C5CD6D;
}
</style>
border-color css
<style>
span { border-color: #C5CD6D; }
span { border-color: rgb(197,205,109); }
td.TdClassName
{
border-color: #C5CD6D;
}
.TagClassName
{
border-color: #C5CD6D;
}
</style>