Shades of Wild Willow #C5DA60
Tints of Wild Willow #C5DA60
RGB
CMYK
RGB Variations
Color information
#C5DA60 (or 0xC5DA60) is known color: Wild Willow. HEX triplet: C5, DA and 60. RGB value is (197,218,96). Sum of RGB (Red+Green+Blue) = 197+218+96=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DA60 is #3A259F. Grayscale: #C6C6C6. Windows color (decimal): -3810720 or 6347461. OLE color: 6347461.
HSL color Cylindrical-coordinate representation of color #C5DA60: hue angle of 70.33º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5DA60 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 96 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.15 |
| HSL | 70.33º | 0.62% | 0.62% | - |
| HSV(B) | 70.33º | 0.56% | 0.85% | - |
| XYZ | 50.21 | 62.86 | 20.55 | - |
| YUV | 197.81 | 70.54 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 96 | 0.10 | 0 | 0.56 | 0.15 | 70.33 | 0.62 | 0.62 |
| Hex | C5 | DA | 60 | A | 0 | 38 | F | 46 | 3E | 3E |
| Octal | 305 | 332 | 140 | 12 | 0 | 70 | 17 | 106 | 76 | 76 |
| Binary | 11000101 | 11011010 | 1100000 | 1010 | 0 | 111000 | 1111 | 1000110 | 111110 | 111110 |
Color Harmonies of #C5DA60
Complementary color
Monochromatic Colors of #C5DA60
Black with #C5DA60
Text Example
Text Example
White with #C5DA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DA60; }
p { color: rgb(197,218,96); }
H1.HeaderClassName
{
color: #C5DA60;
}
.AnyTagClassName
{
color: #C5DA60;
}
</style>
background-color css
<style>
a { background-color: #C5DA60; }
a { background-color: rgb(197,218,96); }
div.DivClassName
{
background-color: #C5DA60;
}
.BgClassName
{
background-color: #C5DA60;
}
</style>
border-color css
<style>
span { border-color: #C5DA60; }
span { border-color: rgb(197,218,96); }
td.TdClassName
{
border-color: #C5DA60;
}
.TagClassName
{
border-color: #C5DA60;
}
</style>