Shades of Wild Willow #C0D856
Tints of Wild Willow #C0D856
RGB
CMYK
RGB Variations
Color information
#C0D856 (or 0xC0D856) is known color: Wild Willow. HEX triplet: C0, D8 and 56. RGB value is (192,216,86). Sum of RGB (Red+Green+Blue) = 192+216+86=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 86 (33.98% from 255 or 17.41% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D856 is #3F27A9. Grayscale: #C2C2C2. Windows color (decimal): -4138922 or 5691584. OLE color: 5691584.
HSL color Cylindrical-coordinate representation of color #C0D856: hue angle of 71.08º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0D856 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 86 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.15 |
| HSL | 71.08º | 0.63% | 0.59% | - |
| HSV(B) | 71.08º | 0.6% | 0.85% | - |
| XYZ | 47.97 | 60.99 | 18.05 | - |
| YUV | 194 | 67.05 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 86 | 0.11 | 0 | 0.60 | 0.15 | 71.08 | 0.63 | 0.59 |
| Hex | C0 | D8 | 56 | B | 0 | 3C | F | 47 | 3E | 3B |
| Octal | 300 | 330 | 126 | 13 | 0 | 74 | 17 | 107 | 76 | 73 |
| Binary | 11000000 | 11011000 | 1010110 | 1011 | 0 | 111100 | 1111 | 1000111 | 111110 | 111011 |
Color Harmonies of #C0D856
Complementary color
Monochromatic Colors of #C0D856
Black with #C0D856
Text Example
Text Example
White with #C0D856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D856; }
p { color: rgb(192,216,86); }
H1.HeaderClassName
{
color: #C0D856;
}
.AnyTagClassName
{
color: #C0D856;
}
</style>
background-color css
<style>
a { background-color: #C0D856; }
a { background-color: rgb(192,216,86); }
div.DivClassName
{
background-color: #C0D856;
}
.BgClassName
{
background-color: #C0D856;
}
</style>
border-color css
<style>
span { border-color: #C0D856; }
span { border-color: rgb(192,216,86); }
td.TdClassName
{
border-color: #C0D856;
}
.TagClassName
{
border-color: #C0D856;
}
</style>