Shades of Wild Willow #C0D861
Tints of Wild Willow #C0D861
RGB
CMYK
RGB Variations
Color information
#C0D861 (or 0xC0D861) is known color: Wild Willow. HEX triplet: C0, D8 and 61. RGB value is (192,216,97). Sum of RGB (Red+Green+Blue) = 192+216+97=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 97 (38.28% from 255 or 19.21% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D861 is #3F279E. Grayscale: #C3C3C3. Windows color (decimal): -4138911 or 6412480. OLE color: 6412480.
HSL color Cylindrical-coordinate representation of color #C0D861: hue angle of 72.1º 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 #C0D861 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 97 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.15 |
| HSL | 72.1º | 0.6% | 0.61% | - |
| HSV(B) | 72.1º | 0.55% | 0.85% | - |
| XYZ | 48.45 | 61.18 | 20.56 | - |
| YUV | 195.26 | 72.55 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 97 | 0.11 | 0 | 0.55 | 0.15 | 72.1 | 0.6 | 0.61 |
| Hex | C0 | D8 | 61 | B | 0 | 37 | F | 48 | 3C | 3D |
| Octal | 300 | 330 | 141 | 13 | 0 | 67 | 17 | 110 | 74 | 75 |
| Binary | 11000000 | 11011000 | 1100001 | 1011 | 0 | 110111 | 1111 | 1001000 | 111100 | 111101 |
Color Harmonies of #C0D861
Complementary color
Monochromatic Colors of #C0D861
Black with #C0D861
Text Example
Text Example
White with #C0D861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D861; }
p { color: rgb(192,216,97); }
H1.HeaderClassName
{
color: #C0D861;
}
.AnyTagClassName
{
color: #C0D861;
}
</style>
background-color css
<style>
a { background-color: #C0D861; }
a { background-color: rgb(192,216,97); }
div.DivClassName
{
background-color: #C0D861;
}
.BgClassName
{
background-color: #C0D861;
}
</style>
border-color css
<style>
span { border-color: #C0D861; }
span { border-color: rgb(192,216,97); }
td.TdClassName
{
border-color: #C0D861;
}
.TagClassName
{
border-color: #C0D861;
}
</style>