Shades of Wild Willow #C4D962
Tints of Wild Willow #C4D962
RGB
CMYK
RGB Variations
Color information
#C4D962 (or 0xC4D962) is known color: Wild Willow. HEX triplet: C4, D9 and 62. RGB value is (196,217,98). Sum of RGB (Red+Green+Blue) = 196+217+98=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #C4D962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D962 is #3B269D. Grayscale: #C5C5C5. Windows color (decimal): -3876510 or 6478276. OLE color: 6478276.
HSL color Cylindrical-coordinate representation of color #C4D962: hue angle of 70.59º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C4D962 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 217 | 98 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.15 |
| HSL | 70.59º | 0.61% | 0.62% | - |
| HSV(B) | 70.59º | 0.55% | 0.85% | - |
| XYZ | 49.78 | 62.24 | 20.95 | - |
| YUV | 197.16 | 72.04 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 217 | 98 | 0.10 | 0 | 0.55 | 0.15 | 70.59 | 0.61 | 0.62 |
| Hex | C4 | D9 | 62 | A | 0 | 37 | F | 47 | 3D | 3E |
| Octal | 304 | 331 | 142 | 12 | 0 | 67 | 17 | 107 | 75 | 76 |
| Binary | 11000100 | 11011001 | 1100010 | 1010 | 0 | 110111 | 1111 | 1000111 | 111101 | 111110 |
Color Harmonies of #C4D962
Complementary color
Monochromatic Colors of #C4D962
Black with #C4D962
Text Example
Text Example
White with #C4D962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D962; }
p { color: rgb(196,217,98); }
H1.HeaderClassName
{
color: #C4D962;
}
.AnyTagClassName
{
color: #C4D962;
}
</style>
background-color css
<style>
a { background-color: #C4D962; }
a { background-color: rgb(196,217,98); }
div.DivClassName
{
background-color: #C4D962;
}
.BgClassName
{
background-color: #C4D962;
}
</style>
border-color css
<style>
span { border-color: #C4D962; }
span { border-color: rgb(196,217,98); }
td.TdClassName
{
border-color: #C4D962;
}
.TagClassName
{
border-color: #C4D962;
}
</style>