Shades of Wild Willow #C2CD64
Tints of Wild Willow #C2CD64
RGB
CMYK
RGB Variations
Color information
#C2CD64 (or 0xC2CD64) is known color: Wild Willow. HEX triplet: C2, CD and 64. RGB value is (194,205,100). Sum of RGB (Red+Green+Blue) = 194+205+100=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CD64 is #3D329B. Grayscale: #BEBEBE. Windows color (decimal): -4010652 or 6606274. OLE color: 6606274.
HSL color Cylindrical-coordinate representation of color #C2CD64: hue angle of 66.29º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2CD64 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 100 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.20 |
| HSL | 66.29º | 0.51% | 0.6% | - |
| HSV(B) | 66.29º | 0.51% | 0.8% | - |
| XYZ | 46.38 | 56.05 | 20.43 | - |
| YUV | 189.74 | 77.36 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 100 | 0.05 | 0 | 0.51 | 0.20 | 66.29 | 0.51 | 0.6 |
| Hex | C2 | CD | 64 | 5 | 0 | 33 | 14 | 42 | 33 | 3C |
| Octal | 302 | 315 | 144 | 5 | 0 | 63 | 24 | 102 | 63 | 74 |
| Binary | 11000010 | 11001101 | 1100100 | 101 | 0 | 110011 | 10100 | 1000010 | 110011 | 111100 |
Color Harmonies of #C2CD64
Complementary color
Monochromatic Colors of #C2CD64
Black with #C2CD64
Text Example
Text Example
White with #C2CD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CD64; }
p { color: rgb(194,205,100); }
H1.HeaderClassName
{
color: #C2CD64;
}
.AnyTagClassName
{
color: #C2CD64;
}
</style>
background-color css
<style>
a { background-color: #C2CD64; }
a { background-color: rgb(194,205,100); }
div.DivClassName
{
background-color: #C2CD64;
}
.BgClassName
{
background-color: #C2CD64;
}
</style>
border-color css
<style>
span { border-color: #C2CD64; }
span { border-color: rgb(194,205,100); }
td.TdClassName
{
border-color: #C2CD64;
}
.TagClassName
{
border-color: #C2CD64;
}
</style>