Shades of Wild Willow #C8D964
Tints of Wild Willow #C8D964
RGB
CMYK
RGB Variations
Color information
#C8D964 (or 0xC8D964) is known color: Wild Willow. HEX triplet: C8, D9 and 64. RGB value is (200,217,100). Sum of RGB (Red+Green+Blue) = 200+217+100=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D964 is #37269B. Grayscale: #C7C7C7. Windows color (decimal): -3614364 or 6609352. OLE color: 6609352.
HSL color Cylindrical-coordinate representation of color #C8D964: hue angle of 68.72º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8D964 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 217 | 100 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.15 |
| HSL | 68.72º | 0.61% | 0.62% | - |
| HSV(B) | 68.72º | 0.54% | 0.85% | - |
| XYZ | 50.93 | 62.83 | 21.5 | - |
| YUV | 198.58 | 72.37 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 217 | 100 | 0.08 | 0 | 0.54 | 0.15 | 68.72 | 0.61 | 0.62 |
| Hex | C8 | D9 | 64 | 8 | 0 | 36 | F | 45 | 3D | 3E |
| Octal | 310 | 331 | 144 | 10 | 0 | 66 | 17 | 105 | 75 | 76 |
| Binary | 11001000 | 11011001 | 1100100 | 1000 | 0 | 110110 | 1111 | 1000101 | 111101 | 111110 |
Color Harmonies of #C8D964
Complementary color
Monochromatic Colors of #C8D964
Black with #C8D964
Text Example
Text Example
White with #C8D964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D964; }
p { color: rgb(200,217,100); }
H1.HeaderClassName
{
color: #C8D964;
}
.AnyTagClassName
{
color: #C8D964;
}
</style>
background-color css
<style>
a { background-color: #C8D964; }
a { background-color: rgb(200,217,100); }
div.DivClassName
{
background-color: #C8D964;
}
.BgClassName
{
background-color: #C8D964;
}
</style>
border-color css
<style>
span { border-color: #C8D964; }
span { border-color: rgb(200,217,100); }
td.TdClassName
{
border-color: #C8D964;
}
.TagClassName
{
border-color: #C8D964;
}
</style>