Shades of Wild Willow #C5DF61
Tints of Wild Willow #C5DF61
RGB
CMYK
RGB Variations
Color information
#C5DF61 (or 0xC5DF61) is known color: Wild Willow. HEX triplet: C5, DF and 61. RGB value is (197,223,97). Sum of RGB (Red+Green+Blue) = 197+223+97=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 97 (38.28% from 255 or 18.76% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DF61 is #3A209E. Grayscale: #C9C9C9. Windows color (decimal): -3809439 or 6414277. OLE color: 6414277.
HSL color Cylindrical-coordinate representation of color #C5DF61: hue angle of 72.38º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5DF61 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 223 | 97 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.13 |
| HSL | 72.38º | 0.66% | 0.63% | - |
| HSV(B) | 72.38º | 0.57% | 0.87% | - |
| XYZ | 51.57 | 65.51 | 21.24 | - |
| YUV | 200.86 | 69.39 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 223 | 97 | 0.12 | 0 | 0.57 | 0.13 | 72.38 | 0.66 | 0.63 |
| Hex | C5 | DF | 61 | C | 0 | 39 | D | 48 | 42 | 3F |
| Octal | 305 | 337 | 141 | 14 | 0 | 71 | 15 | 110 | 102 | 77 |
| Binary | 11000101 | 11011111 | 1100001 | 1100 | 0 | 111001 | 1101 | 1001000 | 1000010 | 111111 |
Color Harmonies of #C5DF61
Complementary color
Monochromatic Colors of #C5DF61
Black with #C5DF61
Text Example
Text Example
White with #C5DF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DF61; }
p { color: rgb(197,223,97); }
H1.HeaderClassName
{
color: #C5DF61;
}
.AnyTagClassName
{
color: #C5DF61;
}
</style>
background-color css
<style>
a { background-color: #C5DF61; }
a { background-color: rgb(197,223,97); }
div.DivClassName
{
background-color: #C5DF61;
}
.BgClassName
{
background-color: #C5DF61;
}
</style>
border-color css
<style>
span { border-color: #C5DF61; }
span { border-color: rgb(197,223,97); }
td.TdClassName
{
border-color: #C5DF61;
}
.TagClassName
{
border-color: #C5DF61;
}
</style>