Shades of Wild Willow #C5DD61
Tints of Wild Willow #C5DD61
RGB
CMYK
RGB Variations
Color information
#C5DD61 (or 0xC5DD61) is known color: Wild Willow. HEX triplet: C5, DD and 61. RGB value is (197,221,97). Sum of RGB (Red+Green+Blue) = 197+221+97=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DD61 is #3A229E. Grayscale: #C8C8C8. Windows color (decimal): -3809951 or 6413765. OLE color: 6413765.
HSL color Cylindrical-coordinate representation of color #C5DD61: hue angle of 71.61º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5DD61 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 97 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.13 |
| HSL | 71.61º | 0.65% | 0.62% | - |
| HSV(B) | 71.61º | 0.56% | 0.87% | - |
| XYZ | 51.04 | 64.45 | 21.06 | - |
| YUV | 199.69 | 70.05 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 97 | 0.11 | 0 | 0.56 | 0.13 | 71.61 | 0.65 | 0.62 |
| Hex | C5 | DD | 61 | B | 0 | 38 | D | 48 | 41 | 3E |
| Octal | 305 | 335 | 141 | 13 | 0 | 70 | 15 | 110 | 101 | 76 |
| Binary | 11000101 | 11011101 | 1100001 | 1011 | 0 | 111000 | 1101 | 1001000 | 1000001 | 111110 |
Color Harmonies of #C5DD61
Complementary color
Monochromatic Colors of #C5DD61
Black with #C5DD61
Text Example
Text Example
White with #C5DD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DD61; }
p { color: rgb(197,221,97); }
H1.HeaderClassName
{
color: #C5DD61;
}
.AnyTagClassName
{
color: #C5DD61;
}
</style>
background-color css
<style>
a { background-color: #C5DD61; }
a { background-color: rgb(197,221,97); }
div.DivClassName
{
background-color: #C5DD61;
}
.BgClassName
{
background-color: #C5DD61;
}
</style>
border-color css
<style>
span { border-color: #C5DD61; }
span { border-color: rgb(197,221,97); }
td.TdClassName
{
border-color: #C5DD61;
}
.TagClassName
{
border-color: #C5DD61;
}
</style>