Shades of Wild Willow #C1D255
Tints of Wild Willow #C1D255
RGB
CMYK
RGB Variations
Color information
#C1D255 (or 0xC1D255) is known color: Wild Willow. HEX triplet: C1, D2 and 55. RGB value is (193,210,85). Sum of RGB (Red+Green+Blue) = 193+210+85=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D255 is #3E2DAA. Grayscale: #BFBFBF. Windows color (decimal): -4074923 or 5624513. OLE color: 5624513.
HSL color Cylindrical-coordinate representation of color #C1D255: hue angle of 68.16º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1D255 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 210 | 85 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.18 |
| HSL | 68.16º | 0.58% | 0.58% | - |
| HSV(B) | 68.16º | 0.6% | 0.82% | - |
| XYZ | 46.68 | 58.09 | 17.35 | - |
| YUV | 190.67 | 68.37 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 210 | 85 | 0.08 | 0 | 0.60 | 0.18 | 68.16 | 0.58 | 0.58 |
| Hex | C1 | D2 | 55 | 8 | 0 | 3C | 12 | 44 | 3A | 3A |
| Octal | 301 | 322 | 125 | 10 | 0 | 74 | 22 | 104 | 72 | 72 |
| Binary | 11000001 | 11010010 | 1010101 | 1000 | 0 | 111100 | 10010 | 1000100 | 111010 | 111010 |
Color Harmonies of #C1D255
Complementary color
Monochromatic Colors of #C1D255
Black with #C1D255
Text Example
Text Example
White with #C1D255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D255; }
p { color: rgb(193,210,85); }
H1.HeaderClassName
{
color: #C1D255;
}
.AnyTagClassName
{
color: #C1D255;
}
</style>
background-color css
<style>
a { background-color: #C1D255; }
a { background-color: rgb(193,210,85); }
div.DivClassName
{
background-color: #C1D255;
}
.BgClassName
{
background-color: #C1D255;
}
</style>
border-color css
<style>
span { border-color: #C1D255; }
span { border-color: rgb(193,210,85); }
td.TdClassName
{
border-color: #C1D255;
}
.TagClassName
{
border-color: #C1D255;
}
</style>