Shades of Wild Willow #C0D363
Tints of Wild Willow #C0D363
RGB
CMYK
RGB Variations
Color information
#C0D363 (or 0xC0D363) is known color: Wild Willow. HEX triplet: C0, D3 and 63. RGB value is (192,211,99). Sum of RGB (Red+Green+Blue) = 192+211+99=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 99 (39.06% from 255 or 19.72% from 502); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D363 is #3F2C9C. Grayscale: #C0C0C0. Windows color (decimal): -4140189 or 6542272. OLE color: 6542272.
HSL color Cylindrical-coordinate representation of color #C0D363: hue angle of 70.18º 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 #C0D363 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 211 | 99 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.17 |
| HSL | 70.18º | 0.56% | 0.61% | - |
| HSV(B) | 70.18º | 0.53% | 0.83% | - |
| XYZ | 47.28 | 58.7 | 20.64 | - |
| YUV | 192.55 | 75.21 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 211 | 99 | 0.09 | 0 | 0.53 | 0.17 | 70.18 | 0.56 | 0.61 |
| Hex | C0 | D3 | 63 | 9 | 0 | 35 | 11 | 46 | 38 | 3D |
| Octal | 300 | 323 | 143 | 11 | 0 | 65 | 21 | 106 | 70 | 75 |
| Binary | 11000000 | 11010011 | 1100011 | 1001 | 0 | 110101 | 10001 | 1000110 | 111000 | 111101 |
Color Harmonies of #C0D363
Complementary color
Monochromatic Colors of #C0D363
Black with #C0D363
Text Example
Text Example
White with #C0D363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D363; }
p { color: rgb(192,211,99); }
H1.HeaderClassName
{
color: #C0D363;
}
.AnyTagClassName
{
color: #C0D363;
}
</style>
background-color css
<style>
a { background-color: #C0D363; }
a { background-color: rgb(192,211,99); }
div.DivClassName
{
background-color: #C0D363;
}
.BgClassName
{
background-color: #C0D363;
}
</style>
border-color css
<style>
span { border-color: #C0D363; }
span { border-color: rgb(192,211,99); }
td.TdClassName
{
border-color: #C0D363;
}
.TagClassName
{
border-color: #C0D363;
}
</style>