Shades of Wild Willow #C5D95F
Tints of Wild Willow #C5D95F
RGB
CMYK
RGB Variations
Color information
#C5D95F (or 0xC5D95F) is known color: Wild Willow. HEX triplet: C5, D9 and 5F. RGB value is (197,217,95). Sum of RGB (Red+Green+Blue) = 197+217+95=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D95F is #3A26A0. Grayscale: #C5C5C5. Windows color (decimal): -3810977 or 6281669. OLE color: 6281669.
HSL color Cylindrical-coordinate representation of color #C5D95F: hue angle of 69.84º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5D95F is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 217 | 95 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.15 |
| HSL | 69.84º | 0.62% | 0.61% | - |
| HSV(B) | 69.84º | 0.56% | 0.85% | - |
| XYZ | 49.9 | 62.32 | 20.23 | - |
| YUV | 197.11 | 70.37 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 217 | 95 | 0.09 | 0 | 0.56 | 0.15 | 69.84 | 0.62 | 0.61 |
| Hex | C5 | D9 | 5F | 9 | 0 | 38 | F | 46 | 3E | 3D |
| Octal | 305 | 331 | 137 | 11 | 0 | 70 | 17 | 106 | 76 | 75 |
| Binary | 11000101 | 11011001 | 1011111 | 1001 | 0 | 111000 | 1111 | 1000110 | 111110 | 111101 |
Color Harmonies of #C5D95F
Complementary color
Monochromatic Colors of #C5D95F
Black with #C5D95F
Text Example
Text Example
White with #C5D95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D95F; }
p { color: rgb(197,217,95); }
H1.HeaderClassName
{
color: #C5D95F;
}
.AnyTagClassName
{
color: #C5D95F;
}
</style>
background-color css
<style>
a { background-color: #C5D95F; }
a { background-color: rgb(197,217,95); }
div.DivClassName
{
background-color: #C5D95F;
}
.BgClassName
{
background-color: #C5D95F;
}
</style>
border-color css
<style>
span { border-color: #C5D95F; }
span { border-color: rgb(197,217,95); }
td.TdClassName
{
border-color: #C5D95F;
}
.TagClassName
{
border-color: #C5D95F;
}
</style>