Shades of Wild Willow #C8D861
Tints of Wild Willow #C8D861
RGB
CMYK
RGB Variations
Color information
#C8D861 (or 0xC8D861) is known color: Wild Willow. HEX triplet: C8, D8 and 61. RGB value is (200,216,97). Sum of RGB (Red+Green+Blue) = 200+216+97=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D861 is #37279E. Grayscale: #C6C6C6. Windows color (decimal): -3614623 or 6412488. OLE color: 6412488.
HSL color Cylindrical-coordinate representation of color #C8D861: hue angle of 68.07º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8D861 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 216 | 97 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.15 |
| HSL | 68.07º | 0.6% | 0.61% | - |
| HSV(B) | 68.07º | 0.55% | 0.85% | - |
| XYZ | 50.53 | 62.25 | 20.66 | - |
| YUV | 197.65 | 71.2 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 97 | 0.07 | 0 | 0.55 | 0.15 | 68.07 | 0.6 | 0.61 |
| Hex | C8 | D8 | 61 | 7 | 0 | 37 | F | 44 | 3C | 3D |
| Octal | 310 | 330 | 141 | 7 | 0 | 67 | 17 | 104 | 74 | 75 |
| Binary | 11001000 | 11011000 | 1100001 | 111 | 0 | 110111 | 1111 | 1000100 | 111100 | 111101 |
Color Harmonies of #C8D861
Complementary color
Monochromatic Colors of #C8D861
Black with #C8D861
Text Example
Text Example
White with #C8D861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D861; }
p { color: rgb(200,216,97); }
H1.HeaderClassName
{
color: #C8D861;
}
.AnyTagClassName
{
color: #C8D861;
}
</style>
background-color css
<style>
a { background-color: #C8D861; }
a { background-color: rgb(200,216,97); }
div.DivClassName
{
background-color: #C8D861;
}
.BgClassName
{
background-color: #C8D861;
}
</style>
border-color css
<style>
span { border-color: #C8D861; }
span { border-color: rgb(200,216,97); }
td.TdClassName
{
border-color: #C8D861;
}
.TagClassName
{
border-color: #C8D861;
}
</style>