Shades of Wild Willow #C1D765
Tints of Wild Willow #C1D765
RGB
CMYK
RGB Variations
Color information
#C1D765 (or 0xC1D765) is known color: Wild Willow. HEX triplet: C1, D7 and 65. RGB value is (193,215,101). Sum of RGB (Red+Green+Blue) = 193+215+101=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 101 (39.84% from 255 or 19.84% from 509); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D765 is #3E289A. Grayscale: #C3C3C3. Windows color (decimal): -4073627 or 6674369. OLE color: 6674369.
HSL color Cylindrical-coordinate representation of color #C1D765: hue angle of 71.58º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1D765 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 215 | 101 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.16 |
| HSL | 71.58º | 0.59% | 0.62% | - |
| HSV(B) | 71.58º | 0.53% | 0.84% | - |
| XYZ | 48.64 | 60.88 | 21.5 | - |
| YUV | 195.43 | 74.71 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 215 | 101 | 0.10 | 0 | 0.53 | 0.16 | 71.58 | 0.59 | 0.62 |
| Hex | C1 | D7 | 65 | A | 0 | 35 | 10 | 48 | 3B | 3E |
| Octal | 301 | 327 | 145 | 12 | 0 | 65 | 20 | 110 | 73 | 76 |
| Binary | 11000001 | 11010111 | 1100101 | 1010 | 0 | 110101 | 10000 | 1001000 | 111011 | 111110 |
Color Harmonies of #C1D765
Complementary color
Monochromatic Colors of #C1D765
Black with #C1D765
Text Example
Text Example
White with #C1D765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D765; }
p { color: rgb(193,215,101); }
H1.HeaderClassName
{
color: #C1D765;
}
.AnyTagClassName
{
color: #C1D765;
}
</style>
background-color css
<style>
a { background-color: #C1D765; }
a { background-color: rgb(193,215,101); }
div.DivClassName
{
background-color: #C1D765;
}
.BgClassName
{
background-color: #C1D765;
}
</style>
border-color css
<style>
span { border-color: #C1D765; }
span { border-color: rgb(193,215,101); }
td.TdClassName
{
border-color: #C1D765;
}
.TagClassName
{
border-color: #C1D765;
}
</style>