Shades of Wild Willow #C6D564
Tints of Wild Willow #C6D564
RGB
CMYK
RGB Variations
Color information
#C6D564 (or 0xC6D564) is known color: Wild Willow. HEX triplet: C6, D5 and 64. RGB value is (198,213,100). Sum of RGB (Red+Green+Blue) = 198+213+100=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D564 is #392A9B. Grayscale: #C4C4C4. Windows color (decimal): -3746460 or 6608326. OLE color: 6608326.
HSL color Cylindrical-coordinate representation of color #C6D564: hue angle of 67.96º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C6D564 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 213 | 100 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.16 |
| HSL | 67.96º | 0.57% | 0.61% | - |
| HSV(B) | 67.96º | 0.53% | 0.84% | - |
| XYZ | 49.38 | 60.51 | 21.13 | - |
| YUV | 195.63 | 74.03 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 213 | 100 | 0.07 | 0 | 0.53 | 0.16 | 67.96 | 0.57 | 0.61 |
| Hex | C6 | D5 | 64 | 7 | 0 | 35 | 10 | 44 | 39 | 3D |
| Octal | 306 | 325 | 144 | 7 | 0 | 65 | 20 | 104 | 71 | 75 |
| Binary | 11000110 | 11010101 | 1100100 | 111 | 0 | 110101 | 10000 | 1000100 | 111001 | 111101 |
Color Harmonies of #C6D564
Complementary color
Monochromatic Colors of #C6D564
Black with #C6D564
Text Example
Text Example
White with #C6D564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D564; }
p { color: rgb(198,213,100); }
H1.HeaderClassName
{
color: #C6D564;
}
.AnyTagClassName
{
color: #C6D564;
}
</style>
background-color css
<style>
a { background-color: #C6D564; }
a { background-color: rgb(198,213,100); }
div.DivClassName
{
background-color: #C6D564;
}
.BgClassName
{
background-color: #C6D564;
}
</style>
border-color css
<style>
span { border-color: #C6D564; }
span { border-color: rgb(198,213,100); }
td.TdClassName
{
border-color: #C6D564;
}
.TagClassName
{
border-color: #C6D564;
}
</style>