Shades of Wild Willow #C1D465
Tints of Wild Willow #C1D465
RGB
CMYK
RGB Variations
Color information
#C1D465 (or 0xC1D465) is known color: Wild Willow. HEX triplet: C1, D4 and 65. RGB value is (193,212,101). Sum of RGB (Red+Green+Blue) = 193+212+101=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 212 - color contains mainly: green. Hex color #C1D465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D465 is #3E2B9A. Grayscale: #C2C2C2. Windows color (decimal): -4074395 or 6673601. OLE color: 6673601.
HSL color Cylindrical-coordinate representation of color #C1D465: hue angle of 70.27º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C1D465 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 212 | 101 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.17 |
| HSL | 70.27º | 0.56% | 0.61% | - |
| HSV(B) | 70.27º | 0.52% | 0.83% | - |
| XYZ | 47.88 | 59.36 | 21.25 | - |
| YUV | 193.67 | 75.71 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 212 | 101 | 0.09 | 0 | 0.52 | 0.17 | 70.27 | 0.56 | 0.61 |
| Hex | C1 | D4 | 65 | 9 | 0 | 34 | 11 | 46 | 38 | 3D |
| Octal | 301 | 324 | 145 | 11 | 0 | 64 | 21 | 106 | 70 | 75 |
| Binary | 11000001 | 11010100 | 1100101 | 1001 | 0 | 110100 | 10001 | 1000110 | 111000 | 111101 |
Color Harmonies of #C1D465
Complementary color
Monochromatic Colors of #C1D465
Black with #C1D465
Text Example
Text Example
White with #C1D465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D465; }
p { color: rgb(193,212,101); }
H1.HeaderClassName
{
color: #C1D465;
}
.AnyTagClassName
{
color: #C1D465;
}
</style>
background-color css
<style>
a { background-color: #C1D465; }
a { background-color: rgb(193,212,101); }
div.DivClassName
{
background-color: #C1D465;
}
.BgClassName
{
background-color: #C1D465;
}
</style>
border-color css
<style>
span { border-color: #C1D465; }
span { border-color: rgb(193,212,101); }
td.TdClassName
{
border-color: #C1D465;
}
.TagClassName
{
border-color: #C1D465;
}
</style>