Shades of Wild Willow #C0D364
Tints of Wild Willow #C0D364
RGB
CMYK
RGB Variations
Color information
#C0D364 (or 0xC0D364) is known color: Wild Willow. HEX triplet: C0, D3 and 64. RGB value is (192,211,100). Sum of RGB (Red+Green+Blue) = 192+211+100=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D364 is #3F2C9B. Grayscale: #C1C1C1. Windows color (decimal): -4140188 or 6607808. OLE color: 6607808.
HSL color Cylindrical-coordinate representation of color #C0D364: hue angle of 70.27º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0D364 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 211 | 100 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.17 |
| HSL | 70.27º | 0.56% | 0.61% | - |
| HSV(B) | 70.27º | 0.53% | 0.83% | - |
| XYZ | 47.33 | 58.72 | 20.9 | - |
| YUV | 192.67 | 75.71 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 211 | 100 | 0.09 | 0 | 0.53 | 0.17 | 70.27 | 0.56 | 0.61 |
| Hex | C0 | D3 | 64 | 9 | 0 | 35 | 11 | 46 | 38 | 3D |
| Octal | 300 | 323 | 144 | 11 | 0 | 65 | 21 | 106 | 70 | 75 |
| Binary | 11000000 | 11010011 | 1100100 | 1001 | 0 | 110101 | 10001 | 1000110 | 111000 | 111101 |
Color Harmonies of #C0D364
Complementary color
Monochromatic Colors of #C0D364
Black with #C0D364
Text Example
Text Example
White with #C0D364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D364; }
p { color: rgb(192,211,100); }
H1.HeaderClassName
{
color: #C0D364;
}
.AnyTagClassName
{
color: #C0D364;
}
</style>
background-color css
<style>
a { background-color: #C0D364; }
a { background-color: rgb(192,211,100); }
div.DivClassName
{
background-color: #C0D364;
}
.BgClassName
{
background-color: #C0D364;
}
</style>
border-color css
<style>
span { border-color: #C0D364; }
span { border-color: rgb(192,211,100); }
td.TdClassName
{
border-color: #C0D364;
}
.TagClassName
{
border-color: #C0D364;
}
</style>