Shades of Wild Willow #C5CF4E
Tints of Wild Willow #C5CF4E
RGB
CMYK
RGB Variations
Color information
#C5CF4E (or 0xC5CF4E) is known color: Wild Willow. HEX triplet: C5, CF and 4E. RGB value is (197,207,78). Sum of RGB (Red+Green+Blue) = 197+207+78=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 78 (30.86% from 255 or 16.18% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CF4E is #3A30B1. Grayscale: #BDBDBD. Windows color (decimal): -3813554 or 5164997. OLE color: 5164997.
HSL color Cylindrical-coordinate representation of color #C5CF4E: hue angle of 64.65º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5CF4E is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 78 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.19 |
| HSL | 64.65º | 0.57% | 0.56% | - |
| HSV(B) | 64.65º | 0.62% | 0.81% | - |
| XYZ | 46.71 | 57.05 | 15.76 | - |
| YUV | 189.3 | 65.19 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 78 | 0.05 | 0 | 0.62 | 0.19 | 64.65 | 0.57 | 0.56 |
| Hex | C5 | CF | 4E | 5 | 0 | 3E | 13 | 41 | 39 | 38 |
| Octal | 305 | 317 | 116 | 5 | 0 | 76 | 23 | 101 | 71 | 70 |
| Binary | 11000101 | 11001111 | 1001110 | 101 | 0 | 111110 | 10011 | 1000001 | 111001 | 111000 |
Color Harmonies of #C5CF4E
Complementary color
Monochromatic Colors of #C5CF4E
Black with #C5CF4E
Text Example
Text Example
White with #C5CF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF4E; }
p { color: rgb(197,207,78); }
H1.HeaderClassName
{
color: #C5CF4E;
}
.AnyTagClassName
{
color: #C5CF4E;
}
</style>
background-color css
<style>
a { background-color: #C5CF4E; }
a { background-color: rgb(197,207,78); }
div.DivClassName
{
background-color: #C5CF4E;
}
.BgClassName
{
background-color: #C5CF4E;
}
</style>
border-color css
<style>
span { border-color: #C5CF4E; }
span { border-color: rgb(197,207,78); }
td.TdClassName
{
border-color: #C5CF4E;
}
.TagClassName
{
border-color: #C5CF4E;
}
</style>