Shades of Wild Willow #C5CE64
Tints of Wild Willow #C5CE64
RGB
CMYK
RGB Variations
Color information
#C5CE64 (or 0xC5CE64) is known color: Wild Willow. HEX triplet: C5, CE and 64. RGB value is (197,206,100). Sum of RGB (Red+Green+Blue) = 197+206+100=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CE64 is #3A319B. Grayscale: #BFBFBF. Windows color (decimal): -3813788 or 6606533. OLE color: 6606533.
HSL color Cylindrical-coordinate representation of color #C5CE64: hue angle of 65.09º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5CE64 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 206 | 100 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.19 |
| HSL | 65.09º | 0.52% | 0.6% | - |
| HSV(B) | 65.09º | 0.51% | 0.81% | - |
| XYZ | 47.4 | 56.93 | 20.55 | - |
| YUV | 191.23 | 76.52 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 100 | 0.04 | 0 | 0.51 | 0.19 | 65.09 | 0.52 | 0.6 |
| Hex | C5 | CE | 64 | 4 | 0 | 33 | 13 | 41 | 34 | 3C |
| Octal | 305 | 316 | 144 | 4 | 0 | 63 | 23 | 101 | 64 | 74 |
| Binary | 11000101 | 11001110 | 1100100 | 100 | 0 | 110011 | 10011 | 1000001 | 110100 | 111100 |
Color Harmonies of #C5CE64
Complementary color
Monochromatic Colors of #C5CE64
Black with #C5CE64
Text Example
Text Example
White with #C5CE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CE64; }
p { color: rgb(197,206,100); }
H1.HeaderClassName
{
color: #C5CE64;
}
.AnyTagClassName
{
color: #C5CE64;
}
</style>
background-color css
<style>
a { background-color: #C5CE64; }
a { background-color: rgb(197,206,100); }
div.DivClassName
{
background-color: #C5CE64;
}
.BgClassName
{
background-color: #C5CE64;
}
</style>
border-color css
<style>
span { border-color: #C5CE64; }
span { border-color: rgb(197,206,100); }
td.TdClassName
{
border-color: #C5CE64;
}
.TagClassName
{
border-color: #C5CE64;
}
</style>