Shades of Wild Willow #C5D871
Tints of Wild Willow #C5D871
RGB
CMYK
RGB Variations
Color information
#C5D871 (or 0xC5D871) is known color: Wild Willow. HEX triplet: C5, D8 and 71. RGB value is (197,216,113). Sum of RGB (Red+Green+Blue) = 197+216+113=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D871 is #3A278E. Grayscale: #C6C6C6. Windows color (decimal): -3811215 or 7461061. OLE color: 7461061.
HSL color Cylindrical-coordinate representation of color #C5D871: hue angle of 71.07º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5D871 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 113 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.15 |
| HSL | 71.07º | 0.57% | 0.65% | - |
| HSV(B) | 71.07º | 0.48% | 0.85% | - |
| XYZ | 50.56 | 62.17 | 24.96 | - |
| YUV | 198.58 | 79.71 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 113 | 0.09 | 0 | 0.48 | 0.15 | 71.07 | 0.57 | 0.65 |
| Hex | C5 | D8 | 71 | 9 | 0 | 30 | F | 47 | 39 | 41 |
| Octal | 305 | 330 | 161 | 11 | 0 | 60 | 17 | 107 | 71 | 101 |
| Binary | 11000101 | 11011000 | 1110001 | 1001 | 0 | 110000 | 1111 | 1000111 | 111001 | 1000001 |
Color Harmonies of #C5D871
Complementary color
Monochromatic Colors of #C5D871
Black with #C5D871
Text Example
Text Example
White with #C5D871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D871; }
p { color: rgb(197,216,113); }
H1.HeaderClassName
{
color: #C5D871;
}
.AnyTagClassName
{
color: #C5D871;
}
</style>
background-color css
<style>
a { background-color: #C5D871; }
a { background-color: rgb(197,216,113); }
div.DivClassName
{
background-color: #C5D871;
}
.BgClassName
{
background-color: #C5D871;
}
</style>
border-color css
<style>
span { border-color: #C5D871; }
span { border-color: rgb(197,216,113); }
td.TdClassName
{
border-color: #C5D871;
}
.TagClassName
{
border-color: #C5D871;
}
</style>