Shades of Wild Willow #C1D755
Tints of Wild Willow #C1D755
RGB
CMYK
RGB Variations
Color information
#C1D755 (or 0xC1D755) is known color: Wild Willow. HEX triplet: C1, D7 and 55. RGB value is (193,215,85). Sum of RGB (Red+Green+Blue) = 193+215+85=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D755 is #3E28AA. Grayscale: #C2C2C2. Windows color (decimal): -4073643 or 5625793. OLE color: 5625793.
HSL color Cylindrical-coordinate representation of color #C1D755: hue angle of 70.15º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1D755 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 215 | 85 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.16 |
| HSL | 70.15º | 0.62% | 0.59% | - |
| HSV(B) | 70.15º | 0.6% | 0.84% | - |
| XYZ | 47.93 | 60.59 | 17.76 | - |
| YUV | 193.6 | 66.71 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 215 | 85 | 0.10 | 0 | 0.60 | 0.16 | 70.15 | 0.62 | 0.59 |
| Hex | C1 | D7 | 55 | A | 0 | 3C | 10 | 46 | 3E | 3B |
| Octal | 301 | 327 | 125 | 12 | 0 | 74 | 20 | 106 | 76 | 73 |
| Binary | 11000001 | 11010111 | 1010101 | 1010 | 0 | 111100 | 10000 | 1000110 | 111110 | 111011 |
Color Harmonies of #C1D755
Complementary color
Monochromatic Colors of #C1D755
Black with #C1D755
Text Example
Text Example
White with #C1D755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D755; }
p { color: rgb(193,215,85); }
H1.HeaderClassName
{
color: #C1D755;
}
.AnyTagClassName
{
color: #C1D755;
}
</style>
background-color css
<style>
a { background-color: #C1D755; }
a { background-color: rgb(193,215,85); }
div.DivClassName
{
background-color: #C1D755;
}
.BgClassName
{
background-color: #C1D755;
}
</style>
border-color css
<style>
span { border-color: #C1D755; }
span { border-color: rgb(193,215,85); }
td.TdClassName
{
border-color: #C1D755;
}
.TagClassName
{
border-color: #C1D755;
}
</style>