Shades of Wild Willow #C0D867
Tints of Wild Willow #C0D867
RGB
CMYK
RGB Variations
Color information
#C0D867 (or 0xC0D867) is known color: Wild Willow. HEX triplet: C0, D8 and 67. RGB value is (192,216,103). Sum of RGB (Red+Green+Blue) = 192+216+103=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 103 (40.62% from 255 or 20.16% from 511); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D867 is #3F2798. Grayscale: #C4C4C4. Windows color (decimal): -4138905 or 6805696. OLE color: 6805696.
HSL color Cylindrical-coordinate representation of color #C0D867: hue angle of 72.74º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0D867 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 103 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.15 |
| HSL | 72.74º | 0.59% | 0.63% | - |
| HSV(B) | 72.74º | 0.52% | 0.85% | - |
| XYZ | 48.74 | 61.3 | 22.09 | - |
| YUV | 195.94 | 75.55 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 103 | 0.11 | 0 | 0.52 | 0.15 | 72.74 | 0.59 | 0.63 |
| Hex | C0 | D8 | 67 | B | 0 | 34 | F | 49 | 3B | 3F |
| Octal | 300 | 330 | 147 | 13 | 0 | 64 | 17 | 111 | 73 | 77 |
| Binary | 11000000 | 11011000 | 1100111 | 1011 | 0 | 110100 | 1111 | 1001001 | 111011 | 111111 |
Color Harmonies of #C0D867
Complementary color
Monochromatic Colors of #C0D867
Black with #C0D867
Text Example
Text Example
White with #C0D867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D867; }
p { color: rgb(192,216,103); }
H1.HeaderClassName
{
color: #C0D867;
}
.AnyTagClassName
{
color: #C0D867;
}
</style>
background-color css
<style>
a { background-color: #C0D867; }
a { background-color: rgb(192,216,103); }
div.DivClassName
{
background-color: #C0D867;
}
.BgClassName
{
background-color: #C0D867;
}
</style>
border-color css
<style>
span { border-color: #C0D867; }
span { border-color: rgb(192,216,103); }
td.TdClassName
{
border-color: #C0D867;
}
.TagClassName
{
border-color: #C0D867;
}
</style>