Shades of Wild Willow #C1D356
Tints of Wild Willow #C1D356
RGB
CMYK
RGB Variations
Color information
#C1D356 (or 0xC1D356) is known color: Wild Willow. HEX triplet: C1, D3 and 56. RGB value is (193,211,86). Sum of RGB (Red+Green+Blue) = 193+211+86=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 86 (33.98% from 255 or 17.55% from 490); Max value from RGB is 211 - color contains mainly: green. Hex color #C1D356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D356 is #3E2CA9. Grayscale: #BFBFBF. Windows color (decimal): -4074666 or 5690305. OLE color: 5690305.
HSL color Cylindrical-coordinate representation of color #C1D356: hue angle of 68.64º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1D356 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 211 | 86 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.17 |
| HSL | 68.64º | 0.59% | 0.58% | - |
| HSV(B) | 68.64º | 0.59% | 0.83% | - |
| XYZ | 46.97 | 58.6 | 17.64 | - |
| YUV | 191.37 | 68.54 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 211 | 86 | 0.09 | 0 | 0.59 | 0.17 | 68.64 | 0.59 | 0.58 |
| Hex | C1 | D3 | 56 | 9 | 0 | 3B | 11 | 45 | 3B | 3A |
| Octal | 301 | 323 | 126 | 11 | 0 | 73 | 21 | 105 | 73 | 72 |
| Binary | 11000001 | 11010011 | 1010110 | 1001 | 0 | 111011 | 10001 | 1000101 | 111011 | 111010 |
Color Harmonies of #C1D356
Complementary color
Monochromatic Colors of #C1D356
Black with #C1D356
Text Example
Text Example
White with #C1D356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D356; }
p { color: rgb(193,211,86); }
H1.HeaderClassName
{
color: #C1D356;
}
.AnyTagClassName
{
color: #C1D356;
}
</style>
background-color css
<style>
a { background-color: #C1D356; }
a { background-color: rgb(193,211,86); }
div.DivClassName
{
background-color: #C1D356;
}
.BgClassName
{
background-color: #C1D356;
}
</style>
border-color css
<style>
span { border-color: #C1D356; }
span { border-color: rgb(193,211,86); }
td.TdClassName
{
border-color: #C1D356;
}
.TagClassName
{
border-color: #C1D356;
}
</style>