Shades of Wild Willow #C8DC60
Tints of Wild Willow #C8DC60
RGB
CMYK
RGB Variations
Color information
#C8DC60 (or 0xC8DC60) is known color: Wild Willow. HEX triplet: C8, DC and 60. RGB value is (200,220,96). Sum of RGB (Red+Green+Blue) = 200+220+96=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DC60 is #37239F. Grayscale: #C8C8C8. Windows color (decimal): -3613600 or 6347976. OLE color: 6347976.
HSL color Cylindrical-coordinate representation of color #C8DC60: hue angle of 69.68º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8DC60 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 96 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.14 |
| HSL | 69.68º | 0.64% | 0.62% | - |
| HSV(B) | 69.68º | 0.56% | 0.86% | - |
| XYZ | 51.52 | 64.31 | 20.76 | - |
| YUV | 199.88 | 69.37 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 96 | 0.09 | 0 | 0.56 | 0.14 | 69.68 | 0.64 | 0.62 |
| Hex | C8 | DC | 60 | 9 | 0 | 38 | E | 46 | 40 | 3E |
| Octal | 310 | 334 | 140 | 11 | 0 | 70 | 16 | 106 | 100 | 76 |
| Binary | 11001000 | 11011100 | 1100000 | 1001 | 0 | 111000 | 1110 | 1000110 | 1000000 | 111110 |
Color Harmonies of #C8DC60
Complementary color
Monochromatic Colors of #C8DC60
Black with #C8DC60
Text Example
Text Example
White with #C8DC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DC60; }
p { color: rgb(200,220,96); }
H1.HeaderClassName
{
color: #C8DC60;
}
.AnyTagClassName
{
color: #C8DC60;
}
</style>
background-color css
<style>
a { background-color: #C8DC60; }
a { background-color: rgb(200,220,96); }
div.DivClassName
{
background-color: #C8DC60;
}
.BgClassName
{
background-color: #C8DC60;
}
</style>
border-color css
<style>
span { border-color: #C8DC60; }
span { border-color: rgb(200,220,96); }
td.TdClassName
{
border-color: #C8DC60;
}
.TagClassName
{
border-color: #C8DC60;
}
</style>