Shades of Wild Willow #C7DC65
Tints of Wild Willow #C7DC65
RGB
CMYK
RGB Variations
Color information
#C7DC65 (or 0xC7DC65) is known color: Wild Willow. HEX triplet: C7, DC and 65. RGB value is (199,220,101). Sum of RGB (Red+Green+Blue) = 199+220+101=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7DC65 is #38239A. Grayscale: #C8C8C8. Windows color (decimal): -3679131 or 6675655. OLE color: 6675655.
HSL color Cylindrical-coordinate representation of color #C7DC65: hue angle of 70.59º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7DC65 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 101 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.14 |
| HSL | 70.59º | 0.63% | 0.63% | - |
| HSV(B) | 70.59º | 0.54% | 0.86% | - |
| XYZ | 51.5 | 64.27 | 22 | - |
| YUV | 200.16 | 72.04 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 101 | 0.10 | 0 | 0.54 | 0.14 | 70.59 | 0.63 | 0.63 |
| Hex | C7 | DC | 65 | A | 0 | 36 | E | 47 | 3F | 3F |
| Octal | 307 | 334 | 145 | 12 | 0 | 66 | 16 | 107 | 77 | 77 |
| Binary | 11000111 | 11011100 | 1100101 | 1010 | 0 | 110110 | 1110 | 1000111 | 111111 | 111111 |
Color Harmonies of #C7DC65
Complementary color
Monochromatic Colors of #C7DC65
Black with #C7DC65
Text Example
Text Example
White with #C7DC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DC65; }
p { color: rgb(199,220,101); }
H1.HeaderClassName
{
color: #C7DC65;
}
.AnyTagClassName
{
color: #C7DC65;
}
</style>
background-color css
<style>
a { background-color: #C7DC65; }
a { background-color: rgb(199,220,101); }
div.DivClassName
{
background-color: #C7DC65;
}
.BgClassName
{
background-color: #C7DC65;
}
</style>
border-color css
<style>
span { border-color: #C7DC65; }
span { border-color: rgb(199,220,101); }
td.TdClassName
{
border-color: #C7DC65;
}
.TagClassName
{
border-color: #C7DC65;
}
</style>