Shades of Wild Willow #C3DC64
Tints of Wild Willow #C3DC64
RGB
CMYK
RGB Variations
Color information
#C3DC64 (or 0xC3DC64) is known color: Wild Willow. HEX triplet: C3, DC and 64. RGB value is (195,220,100). Sum of RGB (Red+Green+Blue) = 195+220+100=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 100 (39.45% from 255 or 19.42% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DC64 is #3C239B. Grayscale: #C7C7C7. Windows color (decimal): -3941276 or 6610115. OLE color: 6610115.
HSL color Cylindrical-coordinate representation of color #C3DC64: hue angle of 72.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3DC64 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 220 | 100 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.14 |
| HSL | 72.5º | 0.63% | 0.63% | - |
| HSV(B) | 72.5º | 0.55% | 0.86% | - |
| XYZ | 50.4 | 63.71 | 21.7 | - |
| YUV | 198.85 | 72.22 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 220 | 100 | 0.11 | 0 | 0.55 | 0.14 | 72.5 | 0.63 | 0.63 |
| Hex | C3 | DC | 64 | B | 0 | 37 | E | 48 | 3F | 3F |
| Octal | 303 | 334 | 144 | 13 | 0 | 67 | 16 | 110 | 77 | 77 |
| Binary | 11000011 | 11011100 | 1100100 | 1011 | 0 | 110111 | 1110 | 1001000 | 111111 | 111111 |
Color Harmonies of #C3DC64
Complementary color
Monochromatic Colors of #C3DC64
Black with #C3DC64
Text Example
Text Example
White with #C3DC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DC64; }
p { color: rgb(195,220,100); }
H1.HeaderClassName
{
color: #C3DC64;
}
.AnyTagClassName
{
color: #C3DC64;
}
</style>
background-color css
<style>
a { background-color: #C3DC64; }
a { background-color: rgb(195,220,100); }
div.DivClassName
{
background-color: #C3DC64;
}
.BgClassName
{
background-color: #C3DC64;
}
</style>
border-color css
<style>
span { border-color: #C3DC64; }
span { border-color: rgb(195,220,100); }
td.TdClassName
{
border-color: #C3DC64;
}
.TagClassName
{
border-color: #C3DC64;
}
</style>