Shades of Wild Willow #C0D36E
Tints of Wild Willow #C0D36E
RGB
CMYK
RGB Variations
Color information
#C0D36E (or 0xC0D36E) is known color: Wild Willow. HEX triplet: C0, D3 and 6E. RGB value is (192,211,110). Sum of RGB (Red+Green+Blue) = 192+211+110=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D36E is #3F2C91. Grayscale: #C2C2C2. Windows color (decimal): -4140178 or 7263168. OLE color: 7263168.
HSL color Cylindrical-coordinate representation of color #C0D36E: hue angle of 71.29º degrees, saturation: 0.53, 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 #C0D36E is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 211 | 110 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.17 |
| HSL | 71.29º | 0.53% | 0.63% | - |
| HSV(B) | 71.29º | 0.48% | 0.83% | - |
| XYZ | 47.85 | 58.92 | 23.6 | - |
| YUV | 193.81 | 80.71 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 211 | 110 | 0.09 | 0 | 0.48 | 0.17 | 71.29 | 0.53 | 0.63 |
| Hex | C0 | D3 | 6E | 9 | 0 | 30 | 11 | 47 | 35 | 3F |
| Octal | 300 | 323 | 156 | 11 | 0 | 60 | 21 | 107 | 65 | 77 |
| Binary | 11000000 | 11010011 | 1101110 | 1001 | 0 | 110000 | 10001 | 1000111 | 110101 | 111111 |
Color Harmonies of #C0D36E
Complementary color
Monochromatic Colors of #C0D36E
Black with #C0D36E
Text Example
Text Example
White with #C0D36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D36E; }
p { color: rgb(192,211,110); }
H1.HeaderClassName
{
color: #C0D36E;
}
.AnyTagClassName
{
color: #C0D36E;
}
</style>
background-color css
<style>
a { background-color: #C0D36E; }
a { background-color: rgb(192,211,110); }
div.DivClassName
{
background-color: #C0D36E;
}
.BgClassName
{
background-color: #C0D36E;
}
</style>
border-color css
<style>
span { border-color: #C0D36E; }
span { border-color: rgb(192,211,110); }
td.TdClassName
{
border-color: #C0D36E;
}
.TagClassName
{
border-color: #C0D36E;
}
</style>