Shades of Wild Willow #C8CD6D
Tints of Wild Willow #C8CD6D
RGB
CMYK
RGB Variations
Color information
#C8CD6D (or 0xC8CD6D) is known color: Wild Willow. HEX triplet: C8, CD and 6D. RGB value is (200,205,109). Sum of RGB (Red+Green+Blue) = 200+205+109=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CD6D is #373292. Grayscale: #C0C0C0. Windows color (decimal): -3617427 or 7196104. OLE color: 7196104.
HSL color Cylindrical-coordinate representation of color #C8CD6D: hue angle of 63.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8CD6D is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 205 | 109 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.20 |
| HSL | 63.13º | 0.49% | 0.62% | - |
| HSV(B) | 63.13º | 0.47% | 0.8% | - |
| XYZ | 48.41 | 57.05 | 22.93 | - |
| YUV | 192.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 109 | 0.02 | 0 | 0.47 | 0.20 | 63.13 | 0.49 | 0.62 |
| Hex | C8 | CD | 6D | 2 | 0 | 2F | 14 | 3F | 31 | 3E |
| Octal | 310 | 315 | 155 | 2 | 0 | 57 | 24 | 77 | 61 | 76 |
| Binary | 11001000 | 11001101 | 1101101 | 10 | 0 | 101111 | 10100 | 111111 | 110001 | 111110 |
Color Harmonies of #C8CD6D
Complementary color
Monochromatic Colors of #C8CD6D
Black with #C8CD6D
Text Example
Text Example
White with #C8CD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CD6D; }
p { color: rgb(200,205,109); }
H1.HeaderClassName
{
color: #C8CD6D;
}
.AnyTagClassName
{
color: #C8CD6D;
}
</style>
background-color css
<style>
a { background-color: #C8CD6D; }
a { background-color: rgb(200,205,109); }
div.DivClassName
{
background-color: #C8CD6D;
}
.BgClassName
{
background-color: #C8CD6D;
}
</style>
border-color css
<style>
span { border-color: #C8CD6D; }
span { border-color: rgb(200,205,109); }
td.TdClassName
{
border-color: #C8CD6D;
}
.TagClassName
{
border-color: #C8CD6D;
}
</style>