Shades of Wild Willow #C0D563
Tints of Wild Willow #C0D563
RGB
CMYK
RGB Variations
Color information
#C0D563 (or 0xC0D563) is known color: Wild Willow. HEX triplet: C0, D5 and 63. RGB value is (192,213,99). Sum of RGB (Red+Green+Blue) = 192+213+99=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 99 (39.06% from 255 or 19.64% from 504); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D563 is #3F2A9C. Grayscale: #C2C2C2. Windows color (decimal): -4139677 or 6542784. OLE color: 6542784.
HSL color Cylindrical-coordinate representation of color #C0D563: hue angle of 71.05º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0D563 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 213 | 99 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.16 |
| HSL | 71.05º | 0.58% | 0.61% | - |
| HSV(B) | 71.05º | 0.54% | 0.84% | - |
| XYZ | 47.78 | 59.7 | 20.81 | - |
| YUV | 193.73 | 74.54 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 213 | 99 | 0.10 | 0 | 0.54 | 0.16 | 71.05 | 0.58 | 0.61 |
| Hex | C0 | D5 | 63 | A | 0 | 36 | 10 | 47 | 3A | 3D |
| Octal | 300 | 325 | 143 | 12 | 0 | 66 | 20 | 107 | 72 | 75 |
| Binary | 11000000 | 11010101 | 1100011 | 1010 | 0 | 110110 | 10000 | 1000111 | 111010 | 111101 |
Color Harmonies of #C0D563
Complementary color
Monochromatic Colors of #C0D563
Black with #C0D563
Text Example
Text Example
White with #C0D563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D563; }
p { color: rgb(192,213,99); }
H1.HeaderClassName
{
color: #C0D563;
}
.AnyTagClassName
{
color: #C0D563;
}
</style>
background-color css
<style>
a { background-color: #C0D563; }
a { background-color: rgb(192,213,99); }
div.DivClassName
{
background-color: #C0D563;
}
.BgClassName
{
background-color: #C0D563;
}
</style>
border-color css
<style>
span { border-color: #C0D563; }
span { border-color: rgb(192,213,99); }
td.TdClassName
{
border-color: #C0D563;
}
.TagClassName
{
border-color: #C0D563;
}
</style>