Shades of Wild Willow #C0D56F
Tints of Wild Willow #C0D56F
RGB
CMYK
RGB Variations
Color information
#C0D56F (or 0xC0D56F) is known color: Wild Willow. HEX triplet: C0, D5 and 6F. RGB value is (192,213,111). Sum of RGB (Red+Green+Blue) = 192+213+111=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D56F is #3F2A90. Grayscale: #C3C3C3. Windows color (decimal): -4139665 or 7329216. OLE color: 7329216.
HSL color Cylindrical-coordinate representation of color #C0D56F: hue angle of 72.35º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0D56F is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 213 | 111 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.16 |
| HSL | 72.35º | 0.55% | 0.64% | - |
| HSV(B) | 72.35º | 0.48% | 0.84% | - |
| XYZ | 48.4 | 59.94 | 24.06 | - |
| YUV | 195.09 | 80.54 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 213 | 111 | 0.10 | 0 | 0.48 | 0.16 | 72.35 | 0.55 | 0.64 |
| Hex | C0 | D5 | 6F | A | 0 | 30 | 10 | 48 | 37 | 40 |
| Octal | 300 | 325 | 157 | 12 | 0 | 60 | 20 | 110 | 67 | 100 |
| Binary | 11000000 | 11010101 | 1101111 | 1010 | 0 | 110000 | 10000 | 1001000 | 110111 | 1000000 |
Color Harmonies of #C0D56F
Complementary color
Monochromatic Colors of #C0D56F
Black with #C0D56F
Text Example
Text Example
White with #C0D56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D56F; }
p { color: rgb(192,213,111); }
H1.HeaderClassName
{
color: #C0D56F;
}
.AnyTagClassName
{
color: #C0D56F;
}
</style>
background-color css
<style>
a { background-color: #C0D56F; }
a { background-color: rgb(192,213,111); }
div.DivClassName
{
background-color: #C0D56F;
}
.BgClassName
{
background-color: #C0D56F;
}
</style>
border-color css
<style>
span { border-color: #C0D56F; }
span { border-color: rgb(192,213,111); }
td.TdClassName
{
border-color: #C0D56F;
}
.TagClassName
{
border-color: #C0D56F;
}
</style>