Shades of Wild Willow #C5D15F
Tints of Wild Willow #C5D15F
RGB
CMYK
RGB Variations
Color information
#C5D15F (or 0xC5D15F) is known color: Wild Willow. HEX triplet: C5, D1 and 5F. RGB value is (197,209,95). Sum of RGB (Red+Green+Blue) = 197+209+95=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 95 (37.5% from 255 or 18.96% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D15F is #3A2EA0. Grayscale: #C0C0C0. Windows color (decimal): -3813025 or 6279621. OLE color: 6279621.
HSL color Cylindrical-coordinate representation of color #C5D15F: hue angle of 66.32º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5D15F is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 209 | 95 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.18 |
| HSL | 66.32º | 0.55% | 0.6% | - |
| HSV(B) | 66.32º | 0.55% | 0.82% | - |
| XYZ | 47.89 | 58.3 | 19.55 | - |
| YUV | 192.42 | 73.02 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 209 | 95 | 0.06 | 0 | 0.55 | 0.18 | 66.32 | 0.55 | 0.6 |
| Hex | C5 | D1 | 5F | 6 | 0 | 37 | 12 | 42 | 37 | 3C |
| Octal | 305 | 321 | 137 | 6 | 0 | 67 | 22 | 102 | 67 | 74 |
| Binary | 11000101 | 11010001 | 1011111 | 110 | 0 | 110111 | 10010 | 1000010 | 110111 | 111100 |
Color Harmonies of #C5D15F
Complementary color
Monochromatic Colors of #C5D15F
Black with #C5D15F
Text Example
Text Example
White with #C5D15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D15F; }
p { color: rgb(197,209,95); }
H1.HeaderClassName
{
color: #C5D15F;
}
.AnyTagClassName
{
color: #C5D15F;
}
</style>
background-color css
<style>
a { background-color: #C5D15F; }
a { background-color: rgb(197,209,95); }
div.DivClassName
{
background-color: #C5D15F;
}
.BgClassName
{
background-color: #C5D15F;
}
</style>
border-color css
<style>
span { border-color: #C5D15F; }
span { border-color: rgb(197,209,95); }
td.TdClassName
{
border-color: #C5D15F;
}
.TagClassName
{
border-color: #C5D15F;
}
</style>