Shades of Wild Willow #C5DC64
Tints of Wild Willow #C5DC64
RGB
CMYK
RGB Variations
Color information
#C5DC64 (or 0xC5DC64) is known color: Wild Willow. HEX triplet: C5, DC and 64. RGB value is (197,220,100). Sum of RGB (Red+Green+Blue) = 197+220+100=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DC64 is #3A239B. Grayscale: #C7C7C7. Windows color (decimal): -3810204 or 6610117. OLE color: 6610117.
HSL color Cylindrical-coordinate representation of color #C5DC64: hue angle of 71.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5DC64 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 100 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.14 |
| HSL | 71.5º | 0.63% | 0.63% | - |
| HSV(B) | 71.5º | 0.55% | 0.86% | - |
| XYZ | 50.92 | 63.98 | 21.72 | - |
| YUV | 199.44 | 71.88 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 100 | 0.10 | 0 | 0.55 | 0.14 | 71.5 | 0.63 | 0.63 |
| Hex | C5 | DC | 64 | A | 0 | 37 | E | 48 | 3F | 3F |
| Octal | 305 | 334 | 144 | 12 | 0 | 67 | 16 | 110 | 77 | 77 |
| Binary | 11000101 | 11011100 | 1100100 | 1010 | 0 | 110111 | 1110 | 1001000 | 111111 | 111111 |
Color Harmonies of #C5DC64
Complementary color
Monochromatic Colors of #C5DC64
Black with #C5DC64
Text Example
Text Example
White with #C5DC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC64; }
p { color: rgb(197,220,100); }
H1.HeaderClassName
{
color: #C5DC64;
}
.AnyTagClassName
{
color: #C5DC64;
}
</style>
background-color css
<style>
a { background-color: #C5DC64; }
a { background-color: rgb(197,220,100); }
div.DivClassName
{
background-color: #C5DC64;
}
.BgClassName
{
background-color: #C5DC64;
}
</style>
border-color css
<style>
span { border-color: #C5DC64; }
span { border-color: rgb(197,220,100); }
td.TdClassName
{
border-color: #C5DC64;
}
.TagClassName
{
border-color: #C5DC64;
}
</style>