Shades of Wild Willow #C8CD6E
Tints of Wild Willow #C8CD6E
RGB
CMYK
RGB Variations
Color information
#C8CD6E (or 0xC8CD6E) is known color: Wild Willow. HEX triplet: C8, CD and 6E. RGB value is (200,205,110). Sum of RGB (Red+Green+Blue) = 200+205+110=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CD6E is #373291. Grayscale: #C1C1C1. Windows color (decimal): -3617426 or 7261640. OLE color: 7261640.
HSL color Cylindrical-coordinate representation of color #C8CD6E: hue angle of 63.16º degrees, saturation: 0.49, 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 #C8CD6E is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 205 | 110 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.20 |
| HSL | 63.16º | 0.49% | 0.62% | - |
| HSV(B) | 63.16º | 0.46% | 0.8% | - |
| XYZ | 48.47 | 57.07 | 23.21 | - |
| YUV | 192.68 | 81.34 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 110 | 0.02 | 0 | 0.46 | 0.20 | 63.16 | 0.49 | 0.62 |
| Hex | C8 | CD | 6E | 2 | 0 | 2E | 14 | 3F | 31 | 3E |
| Octal | 310 | 315 | 156 | 2 | 0 | 56 | 24 | 77 | 61 | 76 |
| Binary | 11001000 | 11001101 | 1101110 | 10 | 0 | 101110 | 10100 | 111111 | 110001 | 111110 |
Color Harmonies of #C8CD6E
Complementary color
Monochromatic Colors of #C8CD6E
Black with #C8CD6E
Text Example
Text Example
White with #C8CD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CD6E; }
p { color: rgb(200,205,110); }
H1.HeaderClassName
{
color: #C8CD6E;
}
.AnyTagClassName
{
color: #C8CD6E;
}
</style>
background-color css
<style>
a { background-color: #C8CD6E; }
a { background-color: rgb(200,205,110); }
div.DivClassName
{
background-color: #C8CD6E;
}
.BgClassName
{
background-color: #C8CD6E;
}
</style>
border-color css
<style>
span { border-color: #C8CD6E; }
span { border-color: rgb(200,205,110); }
td.TdClassName
{
border-color: #C8CD6E;
}
.TagClassName
{
border-color: #C8CD6E;
}
</style>