Shades of Wild Willow #C0CD64
Tints of Wild Willow #C0CD64
RGB
CMYK
RGB Variations
Color information
#C0CD64 (or 0xC0CD64) is known color: Wild Willow. HEX triplet: C0, CD and 64. RGB value is (192,205,100). Sum of RGB (Red+Green+Blue) = 192+205+100=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CD64 is #3F329B. Grayscale: #BDBDBD. Windows color (decimal): -4141724 or 6606272. OLE color: 6606272.
HSL color Cylindrical-coordinate representation of color #C0CD64: hue angle of 67.43º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0CD64 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 100 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.20 |
| HSL | 67.43º | 0.51% | 0.6% | - |
| HSV(B) | 67.43º | 0.51% | 0.8% | - |
| XYZ | 45.87 | 55.79 | 20.41 | - |
| YUV | 189.14 | 77.69 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 100 | 0.06 | 0 | 0.51 | 0.20 | 67.43 | 0.51 | 0.6 |
| Hex | C0 | CD | 64 | 6 | 0 | 33 | 14 | 43 | 33 | 3C |
| Octal | 300 | 315 | 144 | 6 | 0 | 63 | 24 | 103 | 63 | 74 |
| Binary | 11000000 | 11001101 | 1100100 | 110 | 0 | 110011 | 10100 | 1000011 | 110011 | 111100 |
Color Harmonies of #C0CD64
Complementary color
Monochromatic Colors of #C0CD64
Black with #C0CD64
Text Example
Text Example
White with #C0CD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CD64; }
p { color: rgb(192,205,100); }
H1.HeaderClassName
{
color: #C0CD64;
}
.AnyTagClassName
{
color: #C0CD64;
}
</style>
background-color css
<style>
a { background-color: #C0CD64; }
a { background-color: rgb(192,205,100); }
div.DivClassName
{
background-color: #C0CD64;
}
.BgClassName
{
background-color: #C0CD64;
}
</style>
border-color css
<style>
span { border-color: #C0CD64; }
span { border-color: rgb(192,205,100); }
td.TdClassName
{
border-color: #C0CD64;
}
.TagClassName
{
border-color: #C0CD64;
}
</style>