Shades of Wild Willow #C5D14E
Tints of Wild Willow #C5D14E
RGB
CMYK
RGB Variations
Color information
#C5D14E (or 0xC5D14E) is known color: Wild Willow. HEX triplet: C5, D1 and 4E. RGB value is (197,209,78). Sum of RGB (Red+Green+Blue) = 197+209+78=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 78 (30.86% from 255 or 16.12% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D14E is #3A2EB1. Grayscale: #BEBEBE. Windows color (decimal): -3813042 or 5165509. OLE color: 5165509.
HSL color Cylindrical-coordinate representation of color #C5D14E: hue angle of 65.5º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5D14E is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 209 | 78 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.18 |
| HSL | 65.5º | 0.59% | 0.56% | - |
| HSV(B) | 65.5º | 0.63% | 0.82% | - |
| XYZ | 47.2 | 58.02 | 15.92 | - |
| YUV | 190.48 | 64.52 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 209 | 78 | 0.06 | 0 | 0.63 | 0.18 | 65.5 | 0.59 | 0.56 |
| Hex | C5 | D1 | 4E | 6 | 0 | 3F | 12 | 41 | 3B | 38 |
| Octal | 305 | 321 | 116 | 6 | 0 | 77 | 22 | 101 | 73 | 70 |
| Binary | 11000101 | 11010001 | 1001110 | 110 | 0 | 111111 | 10010 | 1000001 | 111011 | 111000 |
Color Harmonies of #C5D14E
Complementary color
Monochromatic Colors of #C5D14E
Black with #C5D14E
Text Example
Text Example
White with #C5D14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D14E; }
p { color: rgb(197,209,78); }
H1.HeaderClassName
{
color: #C5D14E;
}
.AnyTagClassName
{
color: #C5D14E;
}
</style>
background-color css
<style>
a { background-color: #C5D14E; }
a { background-color: rgb(197,209,78); }
div.DivClassName
{
background-color: #C5D14E;
}
.BgClassName
{
background-color: #C5D14E;
}
</style>
border-color css
<style>
span { border-color: #C5D14E; }
span { border-color: rgb(197,209,78); }
td.TdClassName
{
border-color: #C5D14E;
}
.TagClassName
{
border-color: #C5D14E;
}
</style>