Shades of Wild Willow #C8D85E
Tints of Wild Willow #C8D85E
RGB
CMYK
RGB Variations
Color information
#C8D85E (or 0xC8D85E) is known color: Wild Willow. HEX triplet: C8, D8 and 5E. RGB value is (200,216,94). Sum of RGB (Red+Green+Blue) = 200+216+94=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 94 (37.11% from 255 or 18.43% from 510); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D85E is #3727A1. Grayscale: #C5C5C5. Windows color (decimal): -3614626 or 6215880. OLE color: 6215880.
HSL color Cylindrical-coordinate representation of color #C8D85E: hue angle of 67.87º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8D85E is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 216 | 94 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.15 |
| HSL | 67.87º | 0.61% | 0.61% | - |
| HSV(B) | 67.87º | 0.56% | 0.85% | - |
| XYZ | 50.4 | 62.2 | 19.94 | - |
| YUV | 197.31 | 69.7 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 94 | 0.07 | 0 | 0.56 | 0.15 | 67.87 | 0.61 | 0.61 |
| Hex | C8 | D8 | 5E | 7 | 0 | 38 | F | 44 | 3D | 3D |
| Octal | 310 | 330 | 136 | 7 | 0 | 70 | 17 | 104 | 75 | 75 |
| Binary | 11001000 | 11011000 | 1011110 | 111 | 0 | 111000 | 1111 | 1000100 | 111101 | 111101 |
Color Harmonies of #C8D85E
Complementary color
Monochromatic Colors of #C8D85E
Black with #C8D85E
Text Example
Text Example
White with #C8D85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D85E; }
p { color: rgb(200,216,94); }
H1.HeaderClassName
{
color: #C8D85E;
}
.AnyTagClassName
{
color: #C8D85E;
}
</style>
background-color css
<style>
a { background-color: #C8D85E; }
a { background-color: rgb(200,216,94); }
div.DivClassName
{
background-color: #C8D85E;
}
.BgClassName
{
background-color: #C8D85E;
}
</style>
border-color css
<style>
span { border-color: #C8D85E; }
span { border-color: rgb(200,216,94); }
td.TdClassName
{
border-color: #C8D85E;
}
.TagClassName
{
border-color: #C8D85E;
}
</style>