Shades of Wild Willow #C5DC56
Tints of Wild Willow #C5DC56
RGB
CMYK
RGB Variations
Color information
#C5DC56 (or 0xC5DC56) is known color: Wild Willow. HEX triplet: C5, DC and 56. RGB value is (197,220,86). Sum of RGB (Red+Green+Blue) = 197+220+86=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 86 (33.98% from 255 or 17.10% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DC56 is #3A23A9. Grayscale: #C6C6C6. Windows color (decimal): -3810218 or 5692613. OLE color: 5692613.
HSL color Cylindrical-coordinate representation of color #C5DC56: hue angle of 70.3º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5DC56 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 86 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.14 |
| HSL | 70.3º | 0.66% | 0.6% | - |
| HSV(B) | 70.3º | 0.61% | 0.86% | - |
| XYZ | 50.3 | 63.73 | 18.45 | - |
| YUV | 197.85 | 64.88 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 86 | 0.10 | 0 | 0.61 | 0.14 | 70.3 | 0.66 | 0.6 |
| Hex | C5 | DC | 56 | A | 0 | 3D | E | 46 | 42 | 3C |
| Octal | 305 | 334 | 126 | 12 | 0 | 75 | 16 | 106 | 102 | 74 |
| Binary | 11000101 | 11011100 | 1010110 | 1010 | 0 | 111101 | 1110 | 1000110 | 1000010 | 111100 |
Color Harmonies of #C5DC56
Complementary color
Monochromatic Colors of #C5DC56
Black with #C5DC56
Text Example
Text Example
White with #C5DC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC56; }
p { color: rgb(197,220,86); }
H1.HeaderClassName
{
color: #C5DC56;
}
.AnyTagClassName
{
color: #C5DC56;
}
</style>
background-color css
<style>
a { background-color: #C5DC56; }
a { background-color: rgb(197,220,86); }
div.DivClassName
{
background-color: #C5DC56;
}
.BgClassName
{
background-color: #C5DC56;
}
</style>
border-color css
<style>
span { border-color: #C5DC56; }
span { border-color: rgb(197,220,86); }
td.TdClassName
{
border-color: #C5DC56;
}
.TagClassName
{
border-color: #C5DC56;
}
</style>