Shades of Wild Willow #C2DE64
Tints of Wild Willow #C2DE64
RGB
CMYK
RGB Variations
Color information
#C2DE64 (or 0xC2DE64) is known color: Wild Willow. HEX triplet: C2, DE and 64. RGB value is (194,222,100). Sum of RGB (Red+Green+Blue) = 194+222+100=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DE64 is #3D219B. Grayscale: #C8C8C8. Windows color (decimal): -4006300 or 6610626. OLE color: 6610626.
HSL color Cylindrical-coordinate representation of color #C2DE64: hue angle of 73.77º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2DE64 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 222 | 100 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.13 |
| HSL | 73.77º | 0.65% | 0.63% | - |
| HSV(B) | 73.77º | 0.55% | 0.87% | - |
| XYZ | 50.67 | 64.63 | 21.86 | - |
| YUV | 199.72 | 71.72 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 100 | 0.13 | 0 | 0.55 | 0.13 | 73.77 | 0.65 | 0.63 |
| Hex | C2 | DE | 64 | D | 0 | 37 | D | 4A | 41 | 3F |
| Octal | 302 | 336 | 144 | 15 | 0 | 67 | 15 | 112 | 101 | 77 |
| Binary | 11000010 | 11011110 | 1100100 | 1101 | 0 | 110111 | 1101 | 1001010 | 1000001 | 111111 |
Color Harmonies of #C2DE64
Complementary color
Monochromatic Colors of #C2DE64
Black with #C2DE64
Text Example
Text Example
White with #C2DE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DE64; }
p { color: rgb(194,222,100); }
H1.HeaderClassName
{
color: #C2DE64;
}
.AnyTagClassName
{
color: #C2DE64;
}
</style>
background-color css
<style>
a { background-color: #C2DE64; }
a { background-color: rgb(194,222,100); }
div.DivClassName
{
background-color: #C2DE64;
}
.BgClassName
{
background-color: #C2DE64;
}
</style>
border-color css
<style>
span { border-color: #C2DE64; }
span { border-color: rgb(194,222,100); }
td.TdClassName
{
border-color: #C2DE64;
}
.TagClassName
{
border-color: #C2DE64;
}
</style>