Shades of Wild Willow #C5DA65
Tints of Wild Willow #C5DA65
RGB
CMYK
RGB Variations
Color information
#C5DA65 (or 0xC5DA65) is known color: Wild Willow. HEX triplet: C5, DA and 65. RGB value is (197,218,101). Sum of RGB (Red+Green+Blue) = 197+218+101=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DA65 is #3A259A. Grayscale: #C6C6C6. Windows color (decimal): -3810715 or 6675141. OLE color: 6675141.
HSL color Cylindrical-coordinate representation of color #C5DA65: hue angle of 70.77º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5DA65 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 101 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.15 |
| HSL | 70.77º | 0.61% | 0.63% | - |
| HSV(B) | 70.77º | 0.54% | 0.85% | - |
| XYZ | 50.45 | 62.95 | 21.8 | - |
| YUV | 198.38 | 73.04 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 101 | 0.10 | 0 | 0.54 | 0.15 | 70.77 | 0.61 | 0.63 |
| Hex | C5 | DA | 65 | A | 0 | 36 | F | 47 | 3D | 3F |
| Octal | 305 | 332 | 145 | 12 | 0 | 66 | 17 | 107 | 75 | 77 |
| Binary | 11000101 | 11011010 | 1100101 | 1010 | 0 | 110110 | 1111 | 1000111 | 111101 | 111111 |
Color Harmonies of #C5DA65
Complementary color
Monochromatic Colors of #C5DA65
Black with #C5DA65
Text Example
Text Example
White with #C5DA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DA65; }
p { color: rgb(197,218,101); }
H1.HeaderClassName
{
color: #C5DA65;
}
.AnyTagClassName
{
color: #C5DA65;
}
</style>
background-color css
<style>
a { background-color: #C5DA65; }
a { background-color: rgb(197,218,101); }
div.DivClassName
{
background-color: #C5DA65;
}
.BgClassName
{
background-color: #C5DA65;
}
</style>
border-color css
<style>
span { border-color: #C5DA65; }
span { border-color: rgb(197,218,101); }
td.TdClassName
{
border-color: #C5DA65;
}
.TagClassName
{
border-color: #C5DA65;
}
</style>