Shades of Wild Willow #C1D965
Tints of Wild Willow #C1D965
RGB
CMYK
RGB Variations
Color information
#C1D965 (or 0xC1D965) is known color: Wild Willow. HEX triplet: C1, D9 and 65. RGB value is (193,217,101). Sum of RGB (Red+Green+Blue) = 193+217+101=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D965 is #3E269A. Grayscale: #C5C5C5. Windows color (decimal): -4073115 or 6674881. OLE color: 6674881.
HSL color Cylindrical-coordinate representation of color #C1D965: hue angle of 72.41º 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 #C1D965 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 217 | 101 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.15 |
| HSL | 72.41º | 0.6% | 0.62% | - |
| HSV(B) | 72.41º | 0.53% | 0.85% | - |
| XYZ | 49.15 | 61.9 | 21.67 | - |
| YUV | 196.6 | 74.05 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 217 | 101 | 0.11 | 0 | 0.53 | 0.15 | 72.41 | 0.6 | 0.62 |
| Hex | C1 | D9 | 65 | B | 0 | 35 | F | 48 | 3C | 3E |
| Octal | 301 | 331 | 145 | 13 | 0 | 65 | 17 | 110 | 74 | 76 |
| Binary | 11000001 | 11011001 | 1100101 | 1011 | 0 | 110101 | 1111 | 1001000 | 111100 | 111110 |
Color Harmonies of #C1D965
Complementary color
Monochromatic Colors of #C1D965
Black with #C1D965
Text Example
Text Example
White with #C1D965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D965; }
p { color: rgb(193,217,101); }
H1.HeaderClassName
{
color: #C1D965;
}
.AnyTagClassName
{
color: #C1D965;
}
</style>
background-color css
<style>
a { background-color: #C1D965; }
a { background-color: rgb(193,217,101); }
div.DivClassName
{
background-color: #C1D965;
}
.BgClassName
{
background-color: #C1D965;
}
</style>
border-color css
<style>
span { border-color: #C1D965; }
span { border-color: rgb(193,217,101); }
td.TdClassName
{
border-color: #C1D965;
}
.TagClassName
{
border-color: #C1D965;
}
</style>