Shades of Wild Willow #C0D463
Tints of Wild Willow #C0D463
RGB
CMYK
RGB Variations
Color information
#C0D463 (or 0xC0D463) is known color: Wild Willow. HEX triplet: C0, D4 and 63. RGB value is (192,212,99). Sum of RGB (Red+Green+Blue) = 192+212+99=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 99 (39.06% from 255 or 19.68% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D463 is #3F2B9C. Grayscale: #C1C1C1. Windows color (decimal): -4139933 or 6542528. OLE color: 6542528.
HSL color Cylindrical-coordinate representation of color #C0D463: hue angle of 70.62º degrees, saturation: 0.57, 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 #C0D463 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 212 | 99 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.17 |
| HSL | 70.62º | 0.57% | 0.61% | - |
| HSV(B) | 70.62º | 0.53% | 0.83% | - |
| XYZ | 47.53 | 59.19 | 20.72 | - |
| YUV | 193.14 | 74.87 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 212 | 99 | 0.09 | 0 | 0.53 | 0.17 | 70.62 | 0.57 | 0.61 |
| Hex | C0 | D4 | 63 | 9 | 0 | 35 | 11 | 47 | 39 | 3D |
| Octal | 300 | 324 | 143 | 11 | 0 | 65 | 21 | 107 | 71 | 75 |
| Binary | 11000000 | 11010100 | 1100011 | 1001 | 0 | 110101 | 10001 | 1000111 | 111001 | 111101 |
Color Harmonies of #C0D463
Complementary color
Monochromatic Colors of #C0D463
Black with #C0D463
Text Example
Text Example
White with #C0D463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D463; }
p { color: rgb(192,212,99); }
H1.HeaderClassName
{
color: #C0D463;
}
.AnyTagClassName
{
color: #C0D463;
}
</style>
background-color css
<style>
a { background-color: #C0D463; }
a { background-color: rgb(192,212,99); }
div.DivClassName
{
background-color: #C0D463;
}
.BgClassName
{
background-color: #C0D463;
}
</style>
border-color css
<style>
span { border-color: #C0D463; }
span { border-color: rgb(192,212,99); }
td.TdClassName
{
border-color: #C0D463;
}
.TagClassName
{
border-color: #C0D463;
}
</style>