Shades of Wild Willow #C0D865
Tints of Wild Willow #C0D865
RGB
CMYK
RGB Variations
Color information
#C0D865 (or 0xC0D865) is known color: Wild Willow. HEX triplet: C0, D8 and 65. RGB value is (192,216,101). Sum of RGB (Red+Green+Blue) = 192+216+101=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 101 (39.84% from 255 or 19.84% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D865 is #3F279A. Grayscale: #C4C4C4. Windows color (decimal): -4138907 or 6674624. OLE color: 6674624.
HSL color Cylindrical-coordinate representation of color #C0D865: hue angle of 72.52º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0D865 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 101 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.15 |
| HSL | 72.52º | 0.6% | 0.62% | - |
| HSV(B) | 72.52º | 0.53% | 0.85% | - |
| XYZ | 48.64 | 61.26 | 21.57 | - |
| YUV | 195.71 | 74.55 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 101 | 0.11 | 0 | 0.53 | 0.15 | 72.52 | 0.6 | 0.62 |
| Hex | C0 | D8 | 65 | B | 0 | 35 | F | 49 | 3C | 3E |
| Octal | 300 | 330 | 145 | 13 | 0 | 65 | 17 | 111 | 74 | 76 |
| Binary | 11000000 | 11011000 | 1100101 | 1011 | 0 | 110101 | 1111 | 1001001 | 111100 | 111110 |
Color Harmonies of #C0D865
Complementary color
Monochromatic Colors of #C0D865
Black with #C0D865
Text Example
Text Example
White with #C0D865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D865; }
p { color: rgb(192,216,101); }
H1.HeaderClassName
{
color: #C0D865;
}
.AnyTagClassName
{
color: #C0D865;
}
</style>
background-color css
<style>
a { background-color: #C0D865; }
a { background-color: rgb(192,216,101); }
div.DivClassName
{
background-color: #C0D865;
}
.BgClassName
{
background-color: #C0D865;
}
</style>
border-color css
<style>
span { border-color: #C0D865; }
span { border-color: rgb(192,216,101); }
td.TdClassName
{
border-color: #C0D865;
}
.TagClassName
{
border-color: #C0D865;
}
</style>