Shades of Wild Willow #C5D667
Tints of Wild Willow #C5D667
RGB
CMYK
RGB Variations
Color information
#C5D667 (or 0xC5D667) is known color: Wild Willow. HEX triplet: C5, D6 and 67. RGB value is (197,214,103). Sum of RGB (Red+Green+Blue) = 197+214+103=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 103 (40.62% from 255 or 20.04% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D667 is #3A2998. Grayscale: #C4C4C4. Windows color (decimal): -3811737 or 6805189. OLE color: 6805189.
HSL color Cylindrical-coordinate representation of color #C5D667: hue angle of 69.19º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5D667 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 214 | 103 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.16 |
| HSL | 69.19º | 0.58% | 0.62% | - |
| HSV(B) | 69.19º | 0.52% | 0.84% | - |
| XYZ | 49.52 | 60.94 | 21.99 | - |
| YUV | 196.26 | 75.37 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 214 | 103 | 0.08 | 0 | 0.52 | 0.16 | 69.19 | 0.58 | 0.62 |
| Hex | C5 | D6 | 67 | 8 | 0 | 34 | 10 | 45 | 3A | 3E |
| Octal | 305 | 326 | 147 | 10 | 0 | 64 | 20 | 105 | 72 | 76 |
| Binary | 11000101 | 11010110 | 1100111 | 1000 | 0 | 110100 | 10000 | 1000101 | 111010 | 111110 |
Color Harmonies of #C5D667
Complementary color
Monochromatic Colors of #C5D667
Black with #C5D667
Text Example
Text Example
White with #C5D667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D667; }
p { color: rgb(197,214,103); }
H1.HeaderClassName
{
color: #C5D667;
}
.AnyTagClassName
{
color: #C5D667;
}
</style>
background-color css
<style>
a { background-color: #C5D667; }
a { background-color: rgb(197,214,103); }
div.DivClassName
{
background-color: #C5D667;
}
.BgClassName
{
background-color: #C5D667;
}
</style>
border-color css
<style>
span { border-color: #C5D667; }
span { border-color: rgb(197,214,103); }
td.TdClassName
{
border-color: #C5D667;
}
.TagClassName
{
border-color: #C5D667;
}
</style>