Shades of Wild Willow #C7D366
Tints of Wild Willow #C7D366
RGB
CMYK
RGB Variations
Color information
#C7D366 (or 0xC7D366) is known color: Wild Willow. HEX triplet: C7, D3 and 66. RGB value is (199,211,102). Sum of RGB (Red+Green+Blue) = 199+211+102=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D366 is #382C99. Grayscale: #C3C3C3. Windows color (decimal): -3681434 or 6738887. OLE color: 6738887.
HSL color Cylindrical-coordinate representation of color #C7D366: hue angle of 66.61º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7D366 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 211 | 102 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.17 |
| HSL | 66.61º | 0.55% | 0.61% | - |
| HSV(B) | 66.61º | 0.52% | 0.83% | - |
| XYZ | 49.25 | 59.69 | 21.5 | - |
| YUV | 194.99 | 75.52 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 211 | 102 | 0.06 | 0 | 0.52 | 0.17 | 66.61 | 0.55 | 0.61 |
| Hex | C7 | D3 | 66 | 6 | 0 | 34 | 11 | 43 | 37 | 3D |
| Octal | 307 | 323 | 146 | 6 | 0 | 64 | 21 | 103 | 67 | 75 |
| Binary | 11000111 | 11010011 | 1100110 | 110 | 0 | 110100 | 10001 | 1000011 | 110111 | 111101 |
Color Harmonies of #C7D366
Complementary color
Monochromatic Colors of #C7D366
Black with #C7D366
Text Example
Text Example
White with #C7D366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D366; }
p { color: rgb(199,211,102); }
H1.HeaderClassName
{
color: #C7D366;
}
.AnyTagClassName
{
color: #C7D366;
}
</style>
background-color css
<style>
a { background-color: #C7D366; }
a { background-color: rgb(199,211,102); }
div.DivClassName
{
background-color: #C7D366;
}
.BgClassName
{
background-color: #C7D366;
}
</style>
border-color css
<style>
span { border-color: #C7D366; }
span { border-color: rgb(199,211,102); }
td.TdClassName
{
border-color: #C7D366;
}
.TagClassName
{
border-color: #C7D366;
}
</style>