Shades of Wild Willow #C5D84E
Tints of Wild Willow #C5D84E
RGB
CMYK
RGB Variations
Color information
#C5D84E (or 0xC5D84E) is known color: Wild Willow. HEX triplet: C5, D8 and 4E. RGB value is (197,216,78). Sum of RGB (Red+Green+Blue) = 197+216+78=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 78 (30.86% from 255 or 15.89% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D84E is #3A27B1. Grayscale: #C3C3C3. Windows color (decimal): -3811250 or 5167301. OLE color: 5167301.
HSL color Cylindrical-coordinate representation of color #C5D84E: hue angle of 68.26º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5D84E is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 78 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.15 |
| HSL | 68.26º | 0.64% | 0.58% | - |
| HSV(B) | 68.26º | 0.64% | 0.85% | - |
| XYZ | 48.96 | 61.53 | 16.5 | - |
| YUV | 194.59 | 62.21 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 78 | 0.09 | 0 | 0.64 | 0.15 | 68.26 | 0.64 | 0.58 |
| Hex | C5 | D8 | 4E | 9 | 0 | 40 | F | 44 | 40 | 3A |
| Octal | 305 | 330 | 116 | 11 | 0 | 100 | 17 | 104 | 100 | 72 |
| Binary | 11000101 | 11011000 | 1001110 | 1001 | 0 | 1000000 | 1111 | 1000100 | 1000000 | 111010 |
Color Harmonies of #C5D84E
Complementary color
Monochromatic Colors of #C5D84E
Black with #C5D84E
Text Example
Text Example
White with #C5D84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D84E; }
p { color: rgb(197,216,78); }
H1.HeaderClassName
{
color: #C5D84E;
}
.AnyTagClassName
{
color: #C5D84E;
}
</style>
background-color css
<style>
a { background-color: #C5D84E; }
a { background-color: rgb(197,216,78); }
div.DivClassName
{
background-color: #C5D84E;
}
.BgClassName
{
background-color: #C5D84E;
}
</style>
border-color css
<style>
span { border-color: #C5D84E; }
span { border-color: rgb(197,216,78); }
td.TdClassName
{
border-color: #C5D84E;
}
.TagClassName
{
border-color: #C5D84E;
}
</style>