Shades of Wild Willow #C8D16D
Tints of Wild Willow #C8D16D
RGB
CMYK
RGB Variations
Color information
#C8D16D (or 0xC8D16D) is known color: Wild Willow. HEX triplet: C8, D1 and 6D. RGB value is (200,209,109). Sum of RGB (Red+Green+Blue) = 200+209+109=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D16D is #372E92. Grayscale: #C3C3C3. Windows color (decimal): -3616403 or 7197128. OLE color: 7197128.
HSL color Cylindrical-coordinate representation of color #C8D16D: hue angle of 65.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8D16D is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 209 | 109 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.18 |
| HSL | 65.4º | 0.52% | 0.62% | - |
| HSV(B) | 65.4º | 0.48% | 0.82% | - |
| XYZ | 49.38 | 58.98 | 23.25 | - |
| YUV | 194.91 | 79.52 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 109 | 0.04 | 0 | 0.48 | 0.18 | 65.4 | 0.52 | 0.62 |
| Hex | C8 | D1 | 6D | 4 | 0 | 30 | 12 | 41 | 34 | 3E |
| Octal | 310 | 321 | 155 | 4 | 0 | 60 | 22 | 101 | 64 | 76 |
| Binary | 11001000 | 11010001 | 1101101 | 100 | 0 | 110000 | 10010 | 1000001 | 110100 | 111110 |
Color Harmonies of #C8D16D
Complementary color
Monochromatic Colors of #C8D16D
Black with #C8D16D
Text Example
Text Example
White with #C8D16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D16D; }
p { color: rgb(200,209,109); }
H1.HeaderClassName
{
color: #C8D16D;
}
.AnyTagClassName
{
color: #C8D16D;
}
</style>
background-color css
<style>
a { background-color: #C8D16D; }
a { background-color: rgb(200,209,109); }
div.DivClassName
{
background-color: #C8D16D;
}
.BgClassName
{
background-color: #C8D16D;
}
</style>
border-color css
<style>
span { border-color: #C8D16D; }
span { border-color: rgb(200,209,109); }
td.TdClassName
{
border-color: #C8D16D;
}
.TagClassName
{
border-color: #C8D16D;
}
</style>