Shades of Wild Willow #C3DC60
Tints of Wild Willow #C3DC60
RGB
CMYK
RGB Variations
Color information
#C3DC60 (or 0xC3DC60) is known color: Wild Willow. HEX triplet: C3, DC and 60. RGB value is (195,220,96). Sum of RGB (Red+Green+Blue) = 195+220+96=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DC60 is #3C239F. Grayscale: #C6C6C6. Windows color (decimal): -3941280 or 6347971. OLE color: 6347971.
HSL color Cylindrical-coordinate representation of color #C3DC60: hue angle of 72.1º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3DC60 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 220 | 96 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.14 |
| HSL | 72.1º | 0.64% | 0.62% | - |
| HSV(B) | 72.1º | 0.56% | 0.86% | - |
| XYZ | 50.21 | 63.63 | 20.7 | - |
| YUV | 198.39 | 70.22 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 220 | 96 | 0.11 | 0 | 0.56 | 0.14 | 72.1 | 0.64 | 0.62 |
| Hex | C3 | DC | 60 | B | 0 | 38 | E | 48 | 40 | 3E |
| Octal | 303 | 334 | 140 | 13 | 0 | 70 | 16 | 110 | 100 | 76 |
| Binary | 11000011 | 11011100 | 1100000 | 1011 | 0 | 111000 | 1110 | 1001000 | 1000000 | 111110 |
Color Harmonies of #C3DC60
Complementary color
Monochromatic Colors of #C3DC60
Black with #C3DC60
Text Example
Text Example
White with #C3DC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DC60; }
p { color: rgb(195,220,96); }
H1.HeaderClassName
{
color: #C3DC60;
}
.AnyTagClassName
{
color: #C3DC60;
}
</style>
background-color css
<style>
a { background-color: #C3DC60; }
a { background-color: rgb(195,220,96); }
div.DivClassName
{
background-color: #C3DC60;
}
.BgClassName
{
background-color: #C3DC60;
}
</style>
border-color css
<style>
span { border-color: #C3DC60; }
span { border-color: rgb(195,220,96); }
td.TdClassName
{
border-color: #C3DC60;
}
.TagClassName
{
border-color: #C3DC60;
}
</style>