Shades of Wild Willow #C1D871
Tints of Wild Willow #C1D871
RGB
CMYK
RGB Variations
Color information
#C1D871 (or 0xC1D871) is known color: Wild Willow. HEX triplet: C1, D8 and 71. RGB value is (193,216,113). Sum of RGB (Red+Green+Blue) = 193+216+113=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 113 (44.53% from 255 or 21.65% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D871 is #3E278E. Grayscale: #C5C5C5. Windows color (decimal): -4073359 or 7461057. OLE color: 7461057.
HSL color Cylindrical-coordinate representation of color #C1D871: hue angle of 73.4º 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 #C1D871 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 216 | 113 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.15 |
| HSL | 73.4º | 0.57% | 0.65% | - |
| HSV(B) | 73.4º | 0.48% | 0.85% | - |
| XYZ | 49.53 | 61.64 | 24.91 | - |
| YUV | 197.38 | 80.38 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 216 | 113 | 0.11 | 0 | 0.48 | 0.15 | 73.4 | 0.57 | 0.65 |
| Hex | C1 | D8 | 71 | B | 0 | 30 | F | 49 | 39 | 41 |
| Octal | 301 | 330 | 161 | 13 | 0 | 60 | 17 | 111 | 71 | 101 |
| Binary | 11000001 | 11011000 | 1110001 | 1011 | 0 | 110000 | 1111 | 1001001 | 111001 | 1000001 |
Color Harmonies of #C1D871
Complementary color
Monochromatic Colors of #C1D871
Black with #C1D871
Text Example
Text Example
White with #C1D871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D871; }
p { color: rgb(193,216,113); }
H1.HeaderClassName
{
color: #C1D871;
}
.AnyTagClassName
{
color: #C1D871;
}
</style>
background-color css
<style>
a { background-color: #C1D871; }
a { background-color: rgb(193,216,113); }
div.DivClassName
{
background-color: #C1D871;
}
.BgClassName
{
background-color: #C1D871;
}
</style>
border-color css
<style>
span { border-color: #C1D871; }
span { border-color: rgb(193,216,113); }
td.TdClassName
{
border-color: #C1D871;
}
.TagClassName
{
border-color: #C1D871;
}
</style>