Shades of Wild Willow #C0D96F
Tints of Wild Willow #C0D96F
RGB
CMYK
RGB Variations
Color information
#C0D96F (or 0xC0D96F) is known color: Wild Willow. HEX triplet: C0, D9 and 6F. RGB value is (192,217,111). Sum of RGB (Red+Green+Blue) = 192+217+111=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 111 (43.75% from 255 or 21.35% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D96F is #3F2690. Grayscale: #C5C5C5. Windows color (decimal): -4138641 or 7330240. OLE color: 7330240.
HSL color Cylindrical-coordinate representation of color #C0D96F: hue angle of 74.15º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0D96F is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 111 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.15 |
| HSL | 74.15º | 0.58% | 0.64% | - |
| HSV(B) | 74.15º | 0.49% | 0.85% | - |
| XYZ | 49.42 | 61.98 | 24.4 | - |
| YUV | 197.44 | 79.22 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 111 | 0.12 | 0 | 0.49 | 0.15 | 74.15 | 0.58 | 0.64 |
| Hex | C0 | D9 | 6F | C | 0 | 31 | F | 4A | 3A | 40 |
| Octal | 300 | 331 | 157 | 14 | 0 | 61 | 17 | 112 | 72 | 100 |
| Binary | 11000000 | 11011001 | 1101111 | 1100 | 0 | 110001 | 1111 | 1001010 | 111010 | 1000000 |
Color Harmonies of #C0D96F
Complementary color
Monochromatic Colors of #C0D96F
Black with #C0D96F
Text Example
Text Example
White with #C0D96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D96F; }
p { color: rgb(192,217,111); }
H1.HeaderClassName
{
color: #C0D96F;
}
.AnyTagClassName
{
color: #C0D96F;
}
</style>
background-color css
<style>
a { background-color: #C0D96F; }
a { background-color: rgb(192,217,111); }
div.DivClassName
{
background-color: #C0D96F;
}
.BgClassName
{
background-color: #C0D96F;
}
</style>
border-color css
<style>
span { border-color: #C0D96F; }
span { border-color: rgb(192,217,111); }
td.TdClassName
{
border-color: #C0D96F;
}
.TagClassName
{
border-color: #C0D96F;
}
</style>