Shades of Wild Willow #C0D764
Tints of Wild Willow #C0D764
RGB
CMYK
RGB Variations
Color information
#C0D764 (or 0xC0D764) is known color: Wild Willow. HEX triplet: C0, D7 and 64. RGB value is (192,215,100). Sum of RGB (Red+Green+Blue) = 192+215+100=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D764 is #3F289B. Grayscale: #C3C3C3. Windows color (decimal): -4139164 or 6608832. OLE color: 6608832.
HSL color Cylindrical-coordinate representation of color #C0D764: hue angle of 72º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0D764 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 100 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.16 |
| HSL | 72º | 0.59% | 0.62% | - |
| HSV(B) | 72º | 0.53% | 0.84% | - |
| XYZ | 48.34 | 60.73 | 21.23 | - |
| YUV | 195.01 | 74.38 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 100 | 0.11 | 0 | 0.53 | 0.16 | 72 | 0.59 | 0.62 |
| Hex | C0 | D7 | 64 | B | 0 | 35 | 10 | 48 | 3B | 3E |
| Octal | 300 | 327 | 144 | 13 | 0 | 65 | 20 | 110 | 73 | 76 |
| Binary | 11000000 | 11010111 | 1100100 | 1011 | 0 | 110101 | 10000 | 1001000 | 111011 | 111110 |
Color Harmonies of #C0D764
Complementary color
Monochromatic Colors of #C0D764
Black with #C0D764
Text Example
Text Example
White with #C0D764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D764; }
p { color: rgb(192,215,100); }
H1.HeaderClassName
{
color: #C0D764;
}
.AnyTagClassName
{
color: #C0D764;
}
</style>
background-color css
<style>
a { background-color: #C0D764; }
a { background-color: rgb(192,215,100); }
div.DivClassName
{
background-color: #C0D764;
}
.BgClassName
{
background-color: #C0D764;
}
</style>
border-color css
<style>
span { border-color: #C0D764; }
span { border-color: rgb(192,215,100); }
td.TdClassName
{
border-color: #C0D764;
}
.TagClassName
{
border-color: #C0D764;
}
</style>