Shades of Wild Willow #C6D364
Tints of Wild Willow #C6D364
RGB
CMYK
RGB Variations
Color information
#C6D364 (or 0xC6D364) is known color: Wild Willow. HEX triplet: C6, D3 and 64. RGB value is (198,211,100). Sum of RGB (Red+Green+Blue) = 198+211+100=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 211 - color contains mainly: green. Hex color #C6D364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D364 is #392C9B. Grayscale: #C2C2C2. Windows color (decimal): -3746972 or 6607814. OLE color: 6607814.
HSL color Cylindrical-coordinate representation of color #C6D364: hue angle of 67.03º 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 #C6D364 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 211 | 100 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.17 |
| HSL | 67.03º | 0.56% | 0.61% | - |
| HSV(B) | 67.03º | 0.53% | 0.83% | - |
| XYZ | 48.88 | 59.51 | 20.97 | - |
| YUV | 194.46 | 74.69 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 211 | 100 | 0.06 | 0 | 0.53 | 0.17 | 67.03 | 0.56 | 0.61 |
| Hex | C6 | D3 | 64 | 6 | 0 | 35 | 11 | 43 | 38 | 3D |
| Octal | 306 | 323 | 144 | 6 | 0 | 65 | 21 | 103 | 70 | 75 |
| Binary | 11000110 | 11010011 | 1100100 | 110 | 0 | 110101 | 10001 | 1000011 | 111000 | 111101 |
Color Harmonies of #C6D364
Complementary color
Monochromatic Colors of #C6D364
Black with #C6D364
Text Example
Text Example
White with #C6D364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D364; }
p { color: rgb(198,211,100); }
H1.HeaderClassName
{
color: #C6D364;
}
.AnyTagClassName
{
color: #C6D364;
}
</style>
background-color css
<style>
a { background-color: #C6D364; }
a { background-color: rgb(198,211,100); }
div.DivClassName
{
background-color: #C6D364;
}
.BgClassName
{
background-color: #C6D364;
}
</style>
border-color css
<style>
span { border-color: #C6D364; }
span { border-color: rgb(198,211,100); }
td.TdClassName
{
border-color: #C6D364;
}
.TagClassName
{
border-color: #C6D364;
}
</style>