Shades of Wild Willow #C5DA69
Tints of Wild Willow #C5DA69
RGB
CMYK
RGB Variations
Color information
#C5DA69 (or 0xC5DA69) is known color: Wild Willow. HEX triplet: C5, DA and 69. RGB value is (197,218,105). Sum of RGB (Red+Green+Blue) = 197+218+105=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 105 (41.41% from 255 or 20.19% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DA69 is #3A2596. Grayscale: #C7C7C7. Windows color (decimal): -3810711 or 6937285. OLE color: 6937285.
HSL color Cylindrical-coordinate representation of color #C5DA69: hue angle of 71.15º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5DA69 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 105 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.15 |
| HSL | 71.15º | 0.6% | 0.63% | - |
| HSV(B) | 71.15º | 0.52% | 0.85% | - |
| XYZ | 50.65 | 63.03 | 22.86 | - |
| YUV | 198.84 | 75.04 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 105 | 0.10 | 0 | 0.52 | 0.15 | 71.15 | 0.6 | 0.63 |
| Hex | C5 | DA | 69 | A | 0 | 34 | F | 47 | 3C | 3F |
| Octal | 305 | 332 | 151 | 12 | 0 | 64 | 17 | 107 | 74 | 77 |
| Binary | 11000101 | 11011010 | 1101001 | 1010 | 0 | 110100 | 1111 | 1000111 | 111100 | 111111 |
Color Harmonies of #C5DA69
Complementary color
Monochromatic Colors of #C5DA69
Black with #C5DA69
Text Example
Text Example
White with #C5DA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DA69; }
p { color: rgb(197,218,105); }
H1.HeaderClassName
{
color: #C5DA69;
}
.AnyTagClassName
{
color: #C5DA69;
}
</style>
background-color css
<style>
a { background-color: #C5DA69; }
a { background-color: rgb(197,218,105); }
div.DivClassName
{
background-color: #C5DA69;
}
.BgClassName
{
background-color: #C5DA69;
}
</style>
border-color css
<style>
span { border-color: #C5DA69; }
span { border-color: rgb(197,218,105); }
td.TdClassName
{
border-color: #C5DA69;
}
.TagClassName
{
border-color: #C5DA69;
}
</style>