Shades of Wild Willow #C0D773
Tints of Wild Willow #C0D773
RGB
CMYK
RGB Variations
Color information
#C0D773 (or 0xC0D773) is known color: Wild Willow. HEX triplet: C0, D7 and 73. RGB value is (192,215,115). Sum of RGB (Red+Green+Blue) = 192+215+115=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 115 (45.31% from 255 or 22.03% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D773 is #3F288C. Grayscale: #C5C5C5. Windows color (decimal): -4139149 or 7591872. OLE color: 7591872.
HSL color Cylindrical-coordinate representation of color #C0D773: hue angle of 73.8º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0D773 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 115 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.16 |
| HSL | 73.8º | 0.56% | 0.65% | - |
| HSV(B) | 73.8º | 0.47% | 0.84% | - |
| XYZ | 49.13 | 61.05 | 25.41 | - |
| YUV | 196.72 | 81.88 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 115 | 0.11 | 0 | 0.47 | 0.16 | 73.8 | 0.56 | 0.65 |
| Hex | C0 | D7 | 73 | B | 0 | 2F | 10 | 4A | 38 | 41 |
| Octal | 300 | 327 | 163 | 13 | 0 | 57 | 20 | 112 | 70 | 101 |
| Binary | 11000000 | 11010111 | 1110011 | 1011 | 0 | 101111 | 10000 | 1001010 | 111000 | 1000001 |
Color Harmonies of #C0D773
Complementary color
Monochromatic Colors of #C0D773
Black with #C0D773
Text Example
Text Example
White with #C0D773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D773; }
p { color: rgb(192,215,115); }
H1.HeaderClassName
{
color: #C0D773;
}
.AnyTagClassName
{
color: #C0D773;
}
</style>
background-color css
<style>
a { background-color: #C0D773; }
a { background-color: rgb(192,215,115); }
div.DivClassName
{
background-color: #C0D773;
}
.BgClassName
{
background-color: #C0D773;
}
</style>
border-color css
<style>
span { border-color: #C0D773; }
span { border-color: rgb(192,215,115); }
td.TdClassName
{
border-color: #C0D773;
}
.TagClassName
{
border-color: #C0D773;
}
</style>