Shades of Wild Willow #C0D36D
Tints of Wild Willow #C0D36D
RGB
CMYK
RGB Variations
Color information
#C0D36D (or 0xC0D36D) is known color: Wild Willow. HEX triplet: C0, D3 and 6D. RGB value is (192,211,109). Sum of RGB (Red+Green+Blue) = 192+211+109=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D36D is #3F2C92. Grayscale: #C2C2C2. Windows color (decimal): -4140179 or 7197632. OLE color: 7197632.
HSL color Cylindrical-coordinate representation of color #C0D36D: hue angle of 71.18º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0D36D is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 211 | 109 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.17 |
| HSL | 71.18º | 0.54% | 0.63% | - |
| HSV(B) | 71.18º | 0.48% | 0.83% | - |
| XYZ | 47.79 | 58.9 | 23.32 | - |
| YUV | 193.69 | 80.21 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 211 | 109 | 0.09 | 0 | 0.48 | 0.17 | 71.18 | 0.54 | 0.63 |
| Hex | C0 | D3 | 6D | 9 | 0 | 30 | 11 | 47 | 36 | 3F |
| Octal | 300 | 323 | 155 | 11 | 0 | 60 | 21 | 107 | 66 | 77 |
| Binary | 11000000 | 11010011 | 1101101 | 1001 | 0 | 110000 | 10001 | 1000111 | 110110 | 111111 |
Color Harmonies of #C0D36D
Complementary color
Monochromatic Colors of #C0D36D
Black with #C0D36D
Text Example
Text Example
White with #C0D36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D36D; }
p { color: rgb(192,211,109); }
H1.HeaderClassName
{
color: #C0D36D;
}
.AnyTagClassName
{
color: #C0D36D;
}
</style>
background-color css
<style>
a { background-color: #C0D36D; }
a { background-color: rgb(192,211,109); }
div.DivClassName
{
background-color: #C0D36D;
}
.BgClassName
{
background-color: #C0D36D;
}
</style>
border-color css
<style>
span { border-color: #C0D36D; }
span { border-color: rgb(192,211,109); }
td.TdClassName
{
border-color: #C0D36D;
}
.TagClassName
{
border-color: #C0D36D;
}
</style>