Shades of Wild Willow #C4CE64
Tints of Wild Willow #C4CE64
RGB
CMYK
RGB Variations
Color information
#C4CE64 (or 0xC4CE64) is known color: Wild Willow. HEX triplet: C4, CE and 64. RGB value is (196,206,100). Sum of RGB (Red+Green+Blue) = 196+206+100=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CE64 is #3B319B. Grayscale: #BFBFBF. Windows color (decimal): -3879324 or 6606532. OLE color: 6606532.
HSL color Cylindrical-coordinate representation of color #C4CE64: hue angle of 65.66º 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 #C4CE64 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 100 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.19 |
| HSL | 65.66º | 0.52% | 0.6% | - |
| HSV(B) | 65.66º | 0.51% | 0.81% | - |
| XYZ | 47.14 | 56.8 | 20.54 | - |
| YUV | 190.93 | 76.69 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 100 | 0.05 | 0 | 0.51 | 0.19 | 65.66 | 0.52 | 0.6 |
| Hex | C4 | CE | 64 | 5 | 0 | 33 | 13 | 42 | 34 | 3C |
| Octal | 304 | 316 | 144 | 5 | 0 | 63 | 23 | 102 | 64 | 74 |
| Binary | 11000100 | 11001110 | 1100100 | 101 | 0 | 110011 | 10011 | 1000010 | 110100 | 111100 |
Color Harmonies of #C4CE64
Complementary color
Monochromatic Colors of #C4CE64
Black with #C4CE64
Text Example
Text Example
White with #C4CE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CE64; }
p { color: rgb(196,206,100); }
H1.HeaderClassName
{
color: #C4CE64;
}
.AnyTagClassName
{
color: #C4CE64;
}
</style>
background-color css
<style>
a { background-color: #C4CE64; }
a { background-color: rgb(196,206,100); }
div.DivClassName
{
background-color: #C4CE64;
}
.BgClassName
{
background-color: #C4CE64;
}
</style>
border-color css
<style>
span { border-color: #C4CE64; }
span { border-color: rgb(196,206,100); }
td.TdClassName
{
border-color: #C4CE64;
}
.TagClassName
{
border-color: #C4CE64;
}
</style>