Shades of Wild Willow #C0CE60
Tints of Wild Willow #C0CE60
RGB
CMYK
RGB Variations
Color information
#C0CE60 (or 0xC0CE60) is known color: Wild Willow. HEX triplet: C0, CE and 60. RGB value is (192,206,96). Sum of RGB (Red+Green+Blue) = 192+206+96=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CE60 is #3F319F. Grayscale: #BDBDBD. Windows color (decimal): -4141472 or 6344384. OLE color: 6344384.
HSL color Cylindrical-coordinate representation of color #C0CE60: hue angle of 67.64º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0CE60 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 96 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.19 |
| HSL | 67.64º | 0.53% | 0.59% | - |
| HSV(B) | 67.64º | 0.53% | 0.81% | - |
| XYZ | 45.92 | 56.19 | 19.49 | - |
| YUV | 189.27 | 75.36 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 96 | 0.07 | 0 | 0.53 | 0.19 | 67.64 | 0.53 | 0.59 |
| Hex | C0 | CE | 60 | 7 | 0 | 35 | 13 | 44 | 35 | 3B |
| Octal | 300 | 316 | 140 | 7 | 0 | 65 | 23 | 104 | 65 | 73 |
| Binary | 11000000 | 11001110 | 1100000 | 111 | 0 | 110101 | 10011 | 1000100 | 110101 | 111011 |
Color Harmonies of #C0CE60
Complementary color
Monochromatic Colors of #C0CE60
Black with #C0CE60
Text Example
Text Example
White with #C0CE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CE60; }
p { color: rgb(192,206,96); }
H1.HeaderClassName
{
color: #C0CE60;
}
.AnyTagClassName
{
color: #C0CE60;
}
</style>
background-color css
<style>
a { background-color: #C0CE60; }
a { background-color: rgb(192,206,96); }
div.DivClassName
{
background-color: #C0CE60;
}
.BgClassName
{
background-color: #C0CE60;
}
</style>
border-color css
<style>
span { border-color: #C0CE60; }
span { border-color: rgb(192,206,96); }
td.TdClassName
{
border-color: #C0CE60;
}
.TagClassName
{
border-color: #C0CE60;
}
</style>