Shades of Wild Willow #C4D862
Tints of Wild Willow #C4D862
RGB
CMYK
RGB Variations
Color information
#C4D862 (or 0xC4D862) is known color: Wild Willow. HEX triplet: C4, D8 and 62. RGB value is (196,216,98). Sum of RGB (Red+Green+Blue) = 196+216+98=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 98 (38.67% from 255 or 19.22% from 510); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D862 is #3B279D. Grayscale: #C5C5C5. Windows color (decimal): -3876766 or 6478020. OLE color: 6478020.
HSL color Cylindrical-coordinate representation of color #C4D862: hue angle of 70.17º degrees, saturation: 0.6, 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 #C4D862 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 216 | 98 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.15 |
| HSL | 70.17º | 0.6% | 0.62% | - |
| HSV(B) | 70.17º | 0.55% | 0.85% | - |
| XYZ | 49.53 | 61.73 | 20.86 | - |
| YUV | 196.57 | 72.37 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 216 | 98 | 0.09 | 0 | 0.55 | 0.15 | 70.17 | 0.6 | 0.62 |
| Hex | C4 | D8 | 62 | 9 | 0 | 37 | F | 46 | 3C | 3E |
| Octal | 304 | 330 | 142 | 11 | 0 | 67 | 17 | 106 | 74 | 76 |
| Binary | 11000100 | 11011000 | 1100010 | 1001 | 0 | 110111 | 1111 | 1000110 | 111100 | 111110 |
Color Harmonies of #C4D862
Complementary color
Monochromatic Colors of #C4D862
Black with #C4D862
Text Example
Text Example
White with #C4D862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D862; }
p { color: rgb(196,216,98); }
H1.HeaderClassName
{
color: #C4D862;
}
.AnyTagClassName
{
color: #C4D862;
}
</style>
background-color css
<style>
a { background-color: #C4D862; }
a { background-color: rgb(196,216,98); }
div.DivClassName
{
background-color: #C4D862;
}
.BgClassName
{
background-color: #C4D862;
}
</style>
border-color css
<style>
span { border-color: #C4D862; }
span { border-color: rgb(196,216,98); }
td.TdClassName
{
border-color: #C4D862;
}
.TagClassName
{
border-color: #C4D862;
}
</style>