Shades of Wild Willow #C5CC4E
Tints of Wild Willow #C5CC4E
RGB
CMYK
RGB Variations
Color information
#C5CC4E (or 0xC5CC4E) is known color: Wild Willow. HEX triplet: C5, CC and 4E. RGB value is (197,204,78). Sum of RGB (Red+Green+Blue) = 197+204+78=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 78 (30.86% from 255 or 16.28% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CC4E is #3A33B1. Grayscale: #BCBCBC. Windows color (decimal): -3814322 or 5164229. OLE color: 5164229.
HSL color Cylindrical-coordinate representation of color #C5CC4E: hue angle of 63.33º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5CC4E is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 204 | 78 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.2 |
| HSL | 63.33º | 0.55% | 0.55% | - |
| HSV(B) | 63.33º | 0.62% | 0.8% | - |
| XYZ | 45.99 | 55.61 | 15.52 | - |
| YUV | 187.54 | 66.18 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 78 | 0.03 | 0 | 0.62 | 0.2 | 63.33 | 0.55 | 0.55 |
| Hex | C5 | CC | 4E | 3 | 0 | 3E | 14 | 3F | 37 | 37 |
| Octal | 305 | 314 | 116 | 3 | 0 | 76 | 24 | 77 | 67 | 67 |
| Binary | 11000101 | 11001100 | 1001110 | 11 | 0 | 111110 | 10100 | 111111 | 110111 | 110111 |
Color Harmonies of #C5CC4E
Complementary color
Monochromatic Colors of #C5CC4E
Black with #C5CC4E
Text Example
Text Example
White with #C5CC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CC4E; }
p { color: rgb(197,204,78); }
H1.HeaderClassName
{
color: #C5CC4E;
}
.AnyTagClassName
{
color: #C5CC4E;
}
</style>
background-color css
<style>
a { background-color: #C5CC4E; }
a { background-color: rgb(197,204,78); }
div.DivClassName
{
background-color: #C5CC4E;
}
.BgClassName
{
background-color: #C5CC4E;
}
</style>
border-color css
<style>
span { border-color: #C5CC4E; }
span { border-color: rgb(197,204,78); }
td.TdClassName
{
border-color: #C5CC4E;
}
.TagClassName
{
border-color: #C5CC4E;
}
</style>