Shades of Wild Willow #C4D865
Tints of Wild Willow #C4D865
RGB
CMYK
RGB Variations
Color information
#C4D865 (or 0xC4D865) is known color: Wild Willow. HEX triplet: C4, D8 and 65. RGB value is (196,216,101). Sum of RGB (Red+Green+Blue) = 196+216+101=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D865 is #3B279A. Grayscale: #C5C5C5. Windows color (decimal): -3876763 or 6674628. OLE color: 6674628.
HSL color Cylindrical-coordinate representation of color #C4D865: hue angle of 70.43º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4D865 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 216 | 101 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.15 |
| HSL | 70.43º | 0.6% | 0.62% | - |
| HSV(B) | 70.43º | 0.53% | 0.85% | - |
| XYZ | 49.67 | 61.79 | 21.62 | - |
| YUV | 196.91 | 73.87 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 216 | 101 | 0.09 | 0 | 0.53 | 0.15 | 70.43 | 0.6 | 0.62 |
| Hex | C4 | D8 | 65 | 9 | 0 | 35 | F | 46 | 3C | 3E |
| Octal | 304 | 330 | 145 | 11 | 0 | 65 | 17 | 106 | 74 | 76 |
| Binary | 11000100 | 11011000 | 1100101 | 1001 | 0 | 110101 | 1111 | 1000110 | 111100 | 111110 |
Color Harmonies of #C4D865
Complementary color
Monochromatic Colors of #C4D865
Black with #C4D865
Text Example
Text Example
White with #C4D865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D865; }
p { color: rgb(196,216,101); }
H1.HeaderClassName
{
color: #C4D865;
}
.AnyTagClassName
{
color: #C4D865;
}
</style>
background-color css
<style>
a { background-color: #C4D865; }
a { background-color: rgb(196,216,101); }
div.DivClassName
{
background-color: #C4D865;
}
.BgClassName
{
background-color: #C4D865;
}
</style>
border-color css
<style>
span { border-color: #C4D865; }
span { border-color: rgb(196,216,101); }
td.TdClassName
{
border-color: #C4D865;
}
.TagClassName
{
border-color: #C4D865;
}
</style>