Shades of Wild Willow #C8D356
Tints of Wild Willow #C8D356
RGB
CMYK
RGB Variations
Color information
#C8D356 (or 0xC8D356) is known color: Wild Willow. HEX triplet: C8, D3 and 56. RGB value is (200,211,86). Sum of RGB (Red+Green+Blue) = 200+211+86=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 86 (33.98% from 255 or 17.30% from 497); Max value from RGB is 211 - color contains mainly: green. Hex color #C8D356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D356 is #372CA9. Grayscale: #C1C1C1. Windows color (decimal): -3615914 or 5690312. OLE color: 5690312.
HSL color Cylindrical-coordinate representation of color #C8D356: hue angle of 65.28º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8D356 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 211 | 86 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.17 |
| HSL | 65.28º | 0.59% | 0.58% | - |
| HSV(B) | 65.28º | 0.59% | 0.83% | - |
| XYZ | 48.79 | 59.54 | 17.72 | - |
| YUV | 193.46 | 67.36 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 211 | 86 | 0.05 | 0 | 0.59 | 0.17 | 65.28 | 0.59 | 0.58 |
| Hex | C8 | D3 | 56 | 5 | 0 | 3B | 11 | 41 | 3B | 3A |
| Octal | 310 | 323 | 126 | 5 | 0 | 73 | 21 | 101 | 73 | 72 |
| Binary | 11001000 | 11010011 | 1010110 | 101 | 0 | 111011 | 10001 | 1000001 | 111011 | 111010 |
Color Harmonies of #C8D356
Complementary color
Monochromatic Colors of #C8D356
Black with #C8D356
Text Example
Text Example
White with #C8D356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D356; }
p { color: rgb(200,211,86); }
H1.HeaderClassName
{
color: #C8D356;
}
.AnyTagClassName
{
color: #C8D356;
}
</style>
background-color css
<style>
a { background-color: #C8D356; }
a { background-color: rgb(200,211,86); }
div.DivClassName
{
background-color: #C8D356;
}
.BgClassName
{
background-color: #C8D356;
}
</style>
border-color css
<style>
span { border-color: #C8D356; }
span { border-color: rgb(200,211,86); }
td.TdClassName
{
border-color: #C8D356;
}
.TagClassName
{
border-color: #C8D356;
}
</style>