Shades of Wild Willow #C8D660
Tints of Wild Willow #C8D660
RGB
CMYK
RGB Variations
Color information
#C8D660 (or 0xC8D660) is known color: Wild Willow. HEX triplet: C8, D6 and 60. RGB value is (200,214,96). Sum of RGB (Red+Green+Blue) = 200+214+96=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D660 is #37299F. Grayscale: #C4C4C4. Windows color (decimal): -3615136 or 6346440. OLE color: 6346440.
HSL color Cylindrical-coordinate representation of color #C8D660: hue angle of 67.12º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8D660 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 96 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.16 |
| HSL | 67.12º | 0.59% | 0.61% | - |
| HSV(B) | 67.12º | 0.55% | 0.84% | - |
| XYZ | 49.98 | 61.22 | 20.25 | - |
| YUV | 196.36 | 71.36 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 96 | 0.07 | 0 | 0.55 | 0.16 | 67.12 | 0.59 | 0.61 |
| Hex | C8 | D6 | 60 | 7 | 0 | 37 | 10 | 43 | 3B | 3D |
| Octal | 310 | 326 | 140 | 7 | 0 | 67 | 20 | 103 | 73 | 75 |
| Binary | 11001000 | 11010110 | 1100000 | 111 | 0 | 110111 | 10000 | 1000011 | 111011 | 111101 |
Color Harmonies of #C8D660
Complementary color
Monochromatic Colors of #C8D660
Black with #C8D660
Text Example
Text Example
White with #C8D660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D660; }
p { color: rgb(200,214,96); }
H1.HeaderClassName
{
color: #C8D660;
}
.AnyTagClassName
{
color: #C8D660;
}
</style>
background-color css
<style>
a { background-color: #C8D660; }
a { background-color: rgb(200,214,96); }
div.DivClassName
{
background-color: #C8D660;
}
.BgClassName
{
background-color: #C8D660;
}
</style>
border-color css
<style>
span { border-color: #C8D660; }
span { border-color: rgb(200,214,96); }
td.TdClassName
{
border-color: #C8D660;
}
.TagClassName
{
border-color: #C8D660;
}
</style>