Shades of Wild Willow #C8CD6F
Tints of Wild Willow #C8CD6F
RGB
CMYK
RGB Variations
Color information
#C8CD6F (or 0xC8CD6F) is known color: Wild Willow. HEX triplet: C8, CD and 6F. RGB value is (200,205,111). Sum of RGB (Red+Green+Blue) = 200+205+111=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CD6F is #373290. Grayscale: #C1C1C1. Windows color (decimal): -3617425 or 7327176. OLE color: 7327176.
HSL color Cylindrical-coordinate representation of color #C8CD6F: hue angle of 63.19º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8CD6F is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 205 | 111 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.20 |
| HSL | 63.19º | 0.48% | 0.62% | - |
| HSV(B) | 63.19º | 0.46% | 0.8% | - |
| XYZ | 48.52 | 57.09 | 23.5 | - |
| YUV | 192.79 | 81.84 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 111 | 0.02 | 0 | 0.46 | 0.20 | 63.19 | 0.48 | 0.62 |
| Hex | C8 | CD | 6F | 2 | 0 | 2E | 14 | 3F | 30 | 3E |
| Octal | 310 | 315 | 157 | 2 | 0 | 56 | 24 | 77 | 60 | 76 |
| Binary | 11001000 | 11001101 | 1101111 | 10 | 0 | 101110 | 10100 | 111111 | 110000 | 111110 |
Color Harmonies of #C8CD6F
Complementary color
Monochromatic Colors of #C8CD6F
Black with #C8CD6F
Text Example
Text Example
White with #C8CD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CD6F; }
p { color: rgb(200,205,111); }
H1.HeaderClassName
{
color: #C8CD6F;
}
.AnyTagClassName
{
color: #C8CD6F;
}
</style>
background-color css
<style>
a { background-color: #C8CD6F; }
a { background-color: rgb(200,205,111); }
div.DivClassName
{
background-color: #C8CD6F;
}
.BgClassName
{
background-color: #C8CD6F;
}
</style>
border-color css
<style>
span { border-color: #C8CD6F; }
span { border-color: rgb(200,205,111); }
td.TdClassName
{
border-color: #C8CD6F;
}
.TagClassName
{
border-color: #C8CD6F;
}
</style>