Shades of Wild Willow #C3DC62
Tints of Wild Willow #C3DC62
RGB
CMYK
RGB Variations
Color information
#C3DC62 (or 0xC3DC62) is known color: Wild Willow. HEX triplet: C3, DC and 62. RGB value is (195,220,98). Sum of RGB (Red+Green+Blue) = 195+220+98=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 98 (38.67% from 255 or 19.10% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DC62 is #3C239D. Grayscale: #C7C7C7. Windows color (decimal): -3941278 or 6479043. OLE color: 6479043.
HSL color Cylindrical-coordinate representation of color #C3DC62: hue angle of 72.3º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3DC62 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 220 | 98 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.14 |
| HSL | 72.3º | 0.64% | 0.62% | - |
| HSV(B) | 72.3º | 0.55% | 0.86% | - |
| XYZ | 50.3 | 63.67 | 21.19 | - |
| YUV | 198.62 | 71.22 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 220 | 98 | 0.11 | 0 | 0.55 | 0.14 | 72.3 | 0.64 | 0.62 |
| Hex | C3 | DC | 62 | B | 0 | 37 | E | 48 | 40 | 3E |
| Octal | 303 | 334 | 142 | 13 | 0 | 67 | 16 | 110 | 100 | 76 |
| Binary | 11000011 | 11011100 | 1100010 | 1011 | 0 | 110111 | 1110 | 1001000 | 1000000 | 111110 |
Color Harmonies of #C3DC62
Complementary color
Monochromatic Colors of #C3DC62
Black with #C3DC62
Text Example
Text Example
White with #C3DC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DC62; }
p { color: rgb(195,220,98); }
H1.HeaderClassName
{
color: #C3DC62;
}
.AnyTagClassName
{
color: #C3DC62;
}
</style>
background-color css
<style>
a { background-color: #C3DC62; }
a { background-color: rgb(195,220,98); }
div.DivClassName
{
background-color: #C3DC62;
}
.BgClassName
{
background-color: #C3DC62;
}
</style>
border-color css
<style>
span { border-color: #C3DC62; }
span { border-color: rgb(195,220,98); }
td.TdClassName
{
border-color: #C3DC62;
}
.TagClassName
{
border-color: #C3DC62;
}
</style>