Shades of Wild Willow #C5D668
Tints of Wild Willow #C5D668
RGB
CMYK
RGB Variations
Color information
#C5D668 (or 0xC5D668) is known color: Wild Willow. HEX triplet: C5, D6 and 68. RGB value is (197,214,104). Sum of RGB (Red+Green+Blue) = 197+214+104=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D668 is #3A2997. Grayscale: #C4C4C4. Windows color (decimal): -3811736 or 6870725. OLE color: 6870725.
HSL color Cylindrical-coordinate representation of color #C5D668: hue angle of 69.27º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5D668 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 214 | 104 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.16 |
| HSL | 69.27º | 0.57% | 0.62% | - |
| HSV(B) | 69.27º | 0.51% | 0.84% | - |
| XYZ | 49.57 | 60.96 | 22.25 | - |
| YUV | 196.38 | 75.87 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 214 | 104 | 0.08 | 0 | 0.51 | 0.16 | 69.27 | 0.57 | 0.62 |
| Hex | C5 | D6 | 68 | 8 | 0 | 33 | 10 | 45 | 39 | 3E |
| Octal | 305 | 326 | 150 | 10 | 0 | 63 | 20 | 105 | 71 | 76 |
| Binary | 11000101 | 11010110 | 1101000 | 1000 | 0 | 110011 | 10000 | 1000101 | 111001 | 111110 |
Color Harmonies of #C5D668
Complementary color
Monochromatic Colors of #C5D668
Black with #C5D668
Text Example
Text Example
White with #C5D668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D668; }
p { color: rgb(197,214,104); }
H1.HeaderClassName
{
color: #C5D668;
}
.AnyTagClassName
{
color: #C5D668;
}
</style>
background-color css
<style>
a { background-color: #C5D668; }
a { background-color: rgb(197,214,104); }
div.DivClassName
{
background-color: #C5D668;
}
.BgClassName
{
background-color: #C5D668;
}
</style>
border-color css
<style>
span { border-color: #C5D668; }
span { border-color: rgb(197,214,104); }
td.TdClassName
{
border-color: #C5D668;
}
.TagClassName
{
border-color: #C5D668;
}
</style>