Shades of Wild Willow #C5DC59
Tints of Wild Willow #C5DC59
RGB
CMYK
RGB Variations
Color information
#C5DC59 (or 0xC5DC59) is known color: Wild Willow. HEX triplet: C5, DC and 59. RGB value is (197,220,89). Sum of RGB (Red+Green+Blue) = 197+220+89=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 89 (35.16% from 255 or 17.59% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DC59 is #3A23A6. Grayscale: #C6C6C6. Windows color (decimal): -3810215 or 5889221. OLE color: 5889221.
HSL color Cylindrical-coordinate representation of color #C5DC59: hue angle of 70.53º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5DC59 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 89 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.14 |
| HSL | 70.53º | 0.65% | 0.61% | - |
| HSV(B) | 70.53º | 0.6% | 0.86% | - |
| XYZ | 50.42 | 63.78 | 19.1 | - |
| YUV | 198.19 | 66.38 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 89 | 0.10 | 0 | 0.60 | 0.14 | 70.53 | 0.65 | 0.61 |
| Hex | C5 | DC | 59 | A | 0 | 3C | E | 47 | 41 | 3D |
| Octal | 305 | 334 | 131 | 12 | 0 | 74 | 16 | 107 | 101 | 75 |
| Binary | 11000101 | 11011100 | 1011001 | 1010 | 0 | 111100 | 1110 | 1000111 | 1000001 | 111101 |
Color Harmonies of #C5DC59
Complementary color
Monochromatic Colors of #C5DC59
Black with #C5DC59
Text Example
Text Example
White with #C5DC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC59; }
p { color: rgb(197,220,89); }
H1.HeaderClassName
{
color: #C5DC59;
}
.AnyTagClassName
{
color: #C5DC59;
}
</style>
background-color css
<style>
a { background-color: #C5DC59; }
a { background-color: rgb(197,220,89); }
div.DivClassName
{
background-color: #C5DC59;
}
.BgClassName
{
background-color: #C5DC59;
}
</style>
border-color css
<style>
span { border-color: #C5DC59; }
span { border-color: rgb(197,220,89); }
td.TdClassName
{
border-color: #C5DC59;
}
.TagClassName
{
border-color: #C5DC59;
}
</style>