Shades of Wild Willow #C8D36E
Tints of Wild Willow #C8D36E
RGB
CMYK
RGB Variations
Color information
#C8D36E (or 0xC8D36E) is known color: Wild Willow. HEX triplet: C8, D3 and 6E. RGB value is (200,211,110). Sum of RGB (Red+Green+Blue) = 200+211+110=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #C8D36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D36E is #372C91. Grayscale: #C4C4C4. Windows color (decimal): -3615890 or 7263176. OLE color: 7263176.
HSL color Cylindrical-coordinate representation of color #C8D36E: hue angle of 66.53º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8D36E is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 211 | 110 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.17 |
| HSL | 66.53º | 0.53% | 0.63% | - |
| HSV(B) | 66.53º | 0.48% | 0.83% | - |
| XYZ | 49.93 | 59.99 | 23.7 | - |
| YUV | 196.2 | 79.36 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 211 | 110 | 0.05 | 0 | 0.48 | 0.17 | 66.53 | 0.53 | 0.63 |
| Hex | C8 | D3 | 6E | 5 | 0 | 30 | 11 | 43 | 35 | 3F |
| Octal | 310 | 323 | 156 | 5 | 0 | 60 | 21 | 103 | 65 | 77 |
| Binary | 11001000 | 11010011 | 1101110 | 101 | 0 | 110000 | 10001 | 1000011 | 110101 | 111111 |
Color Harmonies of #C8D36E
Complementary color
Monochromatic Colors of #C8D36E
Black with #C8D36E
Text Example
Text Example
White with #C8D36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D36E; }
p { color: rgb(200,211,110); }
H1.HeaderClassName
{
color: #C8D36E;
}
.AnyTagClassName
{
color: #C8D36E;
}
</style>
background-color css
<style>
a { background-color: #C8D36E; }
a { background-color: rgb(200,211,110); }
div.DivClassName
{
background-color: #C8D36E;
}
.BgClassName
{
background-color: #C8D36E;
}
</style>
border-color css
<style>
span { border-color: #C8D36E; }
span { border-color: rgb(200,211,110); }
td.TdClassName
{
border-color: #C8D36E;
}
.TagClassName
{
border-color: #C8D36E;
}
</style>