Shades of Wild Willow #C7DA65
Tints of Wild Willow #C7DA65
RGB
CMYK
RGB Variations
Color information
#C7DA65 (or 0xC7DA65) is known color: Wild Willow. HEX triplet: C7, DA and 65. RGB value is (199,218,101). Sum of RGB (Red+Green+Blue) = 199+218+101=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7DA65 is #38259A. Grayscale: #C7C7C7. Windows color (decimal): -3679643 or 6675143. OLE color: 6675143.
HSL color Cylindrical-coordinate representation of color #C7DA65: hue angle of 69.74º 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 #C7DA65 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 218 | 101 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.15 |
| HSL | 69.74º | 0.61% | 0.63% | - |
| HSV(B) | 69.74º | 0.54% | 0.85% | - |
| XYZ | 50.97 | 63.22 | 21.83 | - |
| YUV | 198.98 | 72.71 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 218 | 101 | 0.09 | 0 | 0.54 | 0.15 | 69.74 | 0.61 | 0.63 |
| Hex | C7 | DA | 65 | 9 | 0 | 36 | F | 46 | 3D | 3F |
| Octal | 307 | 332 | 145 | 11 | 0 | 66 | 17 | 106 | 75 | 77 |
| Binary | 11000111 | 11011010 | 1100101 | 1001 | 0 | 110110 | 1111 | 1000110 | 111101 | 111111 |
Color Harmonies of #C7DA65
Complementary color
Monochromatic Colors of #C7DA65
Black with #C7DA65
Text Example
Text Example
White with #C7DA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DA65; }
p { color: rgb(199,218,101); }
H1.HeaderClassName
{
color: #C7DA65;
}
.AnyTagClassName
{
color: #C7DA65;
}
</style>
background-color css
<style>
a { background-color: #C7DA65; }
a { background-color: rgb(199,218,101); }
div.DivClassName
{
background-color: #C7DA65;
}
.BgClassName
{
background-color: #C7DA65;
}
</style>
border-color css
<style>
span { border-color: #C7DA65; }
span { border-color: rgb(199,218,101); }
td.TdClassName
{
border-color: #C7DA65;
}
.TagClassName
{
border-color: #C7DA65;
}
</style>