Shades of Wild Willow #C5D669
Tints of Wild Willow #C5D669
RGB
CMYK
RGB Variations
Color information
#C5D669 (or 0xC5D669) is known color: Wild Willow. HEX triplet: C5, D6 and 69. RGB value is (197,214,105). Sum of RGB (Red+Green+Blue) = 197+214+105=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 105 (41.41% from 255 or 20.35% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D669 is #3A2996. Grayscale: #C4C4C4. Windows color (decimal): -3811735 or 6936261. OLE color: 6936261.
HSL color Cylindrical-coordinate representation of color #C5D669: hue angle of 69.36º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5D669 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 214 | 105 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.16 |
| HSL | 69.36º | 0.57% | 0.63% | - |
| HSV(B) | 69.36º | 0.51% | 0.84% | - |
| XYZ | 49.62 | 60.98 | 22.52 | - |
| YUV | 196.49 | 76.37 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 214 | 105 | 0.08 | 0 | 0.51 | 0.16 | 69.36 | 0.57 | 0.63 |
| Hex | C5 | D6 | 69 | 8 | 0 | 33 | 10 | 45 | 39 | 3F |
| Octal | 305 | 326 | 151 | 10 | 0 | 63 | 20 | 105 | 71 | 77 |
| Binary | 11000101 | 11010110 | 1101001 | 1000 | 0 | 110011 | 10000 | 1000101 | 111001 | 111111 |
Color Harmonies of #C5D669
Complementary color
Monochromatic Colors of #C5D669
Black with #C5D669
Text Example
Text Example
White with #C5D669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D669; }
p { color: rgb(197,214,105); }
H1.HeaderClassName
{
color: #C5D669;
}
.AnyTagClassName
{
color: #C5D669;
}
</style>
background-color css
<style>
a { background-color: #C5D669; }
a { background-color: rgb(197,214,105); }
div.DivClassName
{
background-color: #C5D669;
}
.BgClassName
{
background-color: #C5D669;
}
</style>
border-color css
<style>
span { border-color: #C5D669; }
span { border-color: rgb(197,214,105); }
td.TdClassName
{
border-color: #C5D669;
}
.TagClassName
{
border-color: #C5D669;
}
</style>