Shades of Wild Willow #C5DC63
Tints of Wild Willow #C5DC63
RGB
CMYK
RGB Variations
Color information
#C5DC63 (or 0xC5DC63) is known color: Wild Willow. HEX triplet: C5, DC and 63. RGB value is (197,220,99). Sum of RGB (Red+Green+Blue) = 197+220+99=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 99 (39.06% from 255 or 19.19% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DC63 is #3A239C. Grayscale: #C7C7C7. Windows color (decimal): -3810205 or 6544581. OLE color: 6544581.
HSL color Cylindrical-coordinate representation of color #C5DC63: hue angle of 71.4º 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 #C5DC63 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 99 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.14 |
| HSL | 71.4º | 0.63% | 0.63% | - |
| HSV(B) | 71.4º | 0.55% | 0.86% | - |
| XYZ | 50.87 | 63.96 | 21.47 | - |
| YUV | 199.33 | 71.38 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 99 | 0.10 | 0 | 0.55 | 0.14 | 71.4 | 0.63 | 0.63 |
| Hex | C5 | DC | 63 | A | 0 | 37 | E | 47 | 3F | 3F |
| Octal | 305 | 334 | 143 | 12 | 0 | 67 | 16 | 107 | 77 | 77 |
| Binary | 11000101 | 11011100 | 1100011 | 1010 | 0 | 110111 | 1110 | 1000111 | 111111 | 111111 |
Color Harmonies of #C5DC63
Complementary color
Monochromatic Colors of #C5DC63
Black with #C5DC63
Text Example
Text Example
White with #C5DC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC63; }
p { color: rgb(197,220,99); }
H1.HeaderClassName
{
color: #C5DC63;
}
.AnyTagClassName
{
color: #C5DC63;
}
</style>
background-color css
<style>
a { background-color: #C5DC63; }
a { background-color: rgb(197,220,99); }
div.DivClassName
{
background-color: #C5DC63;
}
.BgClassName
{
background-color: #C5DC63;
}
</style>
border-color css
<style>
span { border-color: #C5DC63; }
span { border-color: rgb(197,220,99); }
td.TdClassName
{
border-color: #C5DC63;
}
.TagClassName
{
border-color: #C5DC63;
}
</style>