Shades of Wild Willow #C5E064
Tints of Wild Willow #C5E064
RGB
CMYK
RGB Variations
Color information
#C5E064 (or 0xC5E064) is known color: Wild Willow. HEX triplet: C5, E0 and 64. RGB value is (197,224,100). Sum of RGB (Red+Green+Blue) = 197+224+100=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E064 is #3A1F9B. Grayscale: #CACACA. Windows color (decimal): -3809180 or 6611141. OLE color: 6611141.
HSL color Cylindrical-coordinate representation of color #C5E064: hue angle of 73.06º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5E064 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 224 | 100 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.12 |
| HSL | 73.06º | 0.67% | 0.64% | - |
| HSV(B) | 73.06º | 0.55% | 0.88% | - |
| XYZ | 51.98 | 66.1 | 22.08 | - |
| YUV | 201.79 | 70.55 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 224 | 100 | 0.12 | 0 | 0.55 | 0.12 | 73.06 | 0.67 | 0.64 |
| Hex | C5 | E0 | 64 | C | 0 | 37 | C | 49 | 43 | 40 |
| Octal | 305 | 340 | 144 | 14 | 0 | 67 | 14 | 111 | 103 | 100 |
| Binary | 11000101 | 11100000 | 1100100 | 1100 | 0 | 110111 | 1100 | 1001001 | 1000011 | 1000000 |
Color Harmonies of #C5E064
Complementary color
Monochromatic Colors of #C5E064
Black with #C5E064
Text Example
Text Example
White with #C5E064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E064; }
p { color: rgb(197,224,100); }
H1.HeaderClassName
{
color: #C5E064;
}
.AnyTagClassName
{
color: #C5E064;
}
</style>
background-color css
<style>
a { background-color: #C5E064; }
a { background-color: rgb(197,224,100); }
div.DivClassName
{
background-color: #C5E064;
}
.BgClassName
{
background-color: #C5E064;
}
</style>
border-color css
<style>
span { border-color: #C5E064; }
span { border-color: rgb(197,224,100); }
td.TdClassName
{
border-color: #C5E064;
}
.TagClassName
{
border-color: #C5E064;
}
</style>