Shades of Wild Willow #C1D865
Tints of Wild Willow #C1D865
RGB
CMYK
RGB Variations
Color information
#C1D865 (or 0xC1D865) is known color: Wild Willow. HEX triplet: C1, D8 and 65. RGB value is (193,216,101). Sum of RGB (Red+Green+Blue) = 193+216+101=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D865 is #3E279A. Grayscale: #C4C4C4. Windows color (decimal): -4073371 or 6674625. OLE color: 6674625.
HSL color Cylindrical-coordinate representation of color #C1D865: hue angle of 72º 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 #C1D865 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 216 | 101 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.15 |
| HSL | 72º | 0.6% | 0.62% | - |
| HSV(B) | 72º | 0.53% | 0.85% | - |
| XYZ | 48.9 | 61.39 | 21.58 | - |
| YUV | 196.01 | 74.38 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 216 | 101 | 0.11 | 0 | 0.53 | 0.15 | 72 | 0.6 | 0.62 |
| Hex | C1 | D8 | 65 | B | 0 | 35 | F | 48 | 3C | 3E |
| Octal | 301 | 330 | 145 | 13 | 0 | 65 | 17 | 110 | 74 | 76 |
| Binary | 11000001 | 11011000 | 1100101 | 1011 | 0 | 110101 | 1111 | 1001000 | 111100 | 111110 |
Color Harmonies of #C1D865
Complementary color
Monochromatic Colors of #C1D865
Black with #C1D865
Text Example
Text Example
White with #C1D865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D865; }
p { color: rgb(193,216,101); }
H1.HeaderClassName
{
color: #C1D865;
}
.AnyTagClassName
{
color: #C1D865;
}
</style>
background-color css
<style>
a { background-color: #C1D865; }
a { background-color: rgb(193,216,101); }
div.DivClassName
{
background-color: #C1D865;
}
.BgClassName
{
background-color: #C1D865;
}
</style>
border-color css
<style>
span { border-color: #C1D865; }
span { border-color: rgb(193,216,101); }
td.TdClassName
{
border-color: #C1D865;
}
.TagClassName
{
border-color: #C1D865;
}
</style>