Shades of Wild Willow #C5D469
Tints of Wild Willow #C5D469
RGB
CMYK
RGB Variations
Color information
#C5D469 (or 0xC5D469) is known color: Wild Willow. HEX triplet: C5, D4 and 69. RGB value is (197,212,105). Sum of RGB (Red+Green+Blue) = 197+212+105=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 105 (41.41% from 255 or 20.43% from 514); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D469 is #3A2B96. Grayscale: #C3C3C3. Windows color (decimal): -3812247 or 6935749. OLE color: 6935749.
HSL color Cylindrical-coordinate representation of color #C5D469: hue angle of 68.41º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5D469 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 212 | 105 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.17 |
| HSL | 68.41º | 0.55% | 0.62% | - |
| HSV(B) | 68.41º | 0.5% | 0.83% | - |
| XYZ | 49.12 | 59.98 | 22.35 | - |
| YUV | 195.32 | 77.03 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 212 | 105 | 0.07 | 0 | 0.50 | 0.17 | 68.41 | 0.55 | 0.62 |
| Hex | C5 | D4 | 69 | 7 | 0 | 32 | 11 | 44 | 37 | 3E |
| Octal | 305 | 324 | 151 | 7 | 0 | 62 | 21 | 104 | 67 | 76 |
| Binary | 11000101 | 11010100 | 1101001 | 111 | 0 | 110010 | 10001 | 1000100 | 110111 | 111110 |
Color Harmonies of #C5D469
Complementary color
Monochromatic Colors of #C5D469
Black with #C5D469
Text Example
Text Example
White with #C5D469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D469; }
p { color: rgb(197,212,105); }
H1.HeaderClassName
{
color: #C5D469;
}
.AnyTagClassName
{
color: #C5D469;
}
</style>
background-color css
<style>
a { background-color: #C5D469; }
a { background-color: rgb(197,212,105); }
div.DivClassName
{
background-color: #C5D469;
}
.BgClassName
{
background-color: #C5D469;
}
</style>
border-color css
<style>
span { border-color: #C5D469; }
span { border-color: rgb(197,212,105); }
td.TdClassName
{
border-color: #C5D469;
}
.TagClassName
{
border-color: #C5D469;
}
</style>