Shades of Wild Willow #C1D568
Tints of Wild Willow #C1D568
RGB
CMYK
RGB Variations
Color information
#C1D568 (or 0xC1D568) is known color: Wild Willow. HEX triplet: C1, D5 and 68. RGB value is (193,213,104). Sum of RGB (Red+Green+Blue) = 193+213+104=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D568 is #3E2A97. Grayscale: #C3C3C3. Windows color (decimal): -4074136 or 6870465. OLE color: 6870465.
HSL color Cylindrical-coordinate representation of color #C1D568: hue angle of 71.01º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1D568 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 213 | 104 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.16 |
| HSL | 71.01º | 0.56% | 0.62% | - |
| HSV(B) | 71.01º | 0.51% | 0.84% | - |
| XYZ | 48.29 | 59.93 | 22.12 | - |
| YUV | 194.59 | 76.87 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 213 | 104 | 0.09 | 0 | 0.51 | 0.16 | 71.01 | 0.56 | 0.62 |
| Hex | C1 | D5 | 68 | 9 | 0 | 33 | 10 | 47 | 38 | 3E |
| Octal | 301 | 325 | 150 | 11 | 0 | 63 | 20 | 107 | 70 | 76 |
| Binary | 11000001 | 11010101 | 1101000 | 1001 | 0 | 110011 | 10000 | 1000111 | 111000 | 111110 |
Color Harmonies of #C1D568
Complementary color
Monochromatic Colors of #C1D568
Black with #C1D568
Text Example
Text Example
White with #C1D568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D568; }
p { color: rgb(193,213,104); }
H1.HeaderClassName
{
color: #C1D568;
}
.AnyTagClassName
{
color: #C1D568;
}
</style>
background-color css
<style>
a { background-color: #C1D568; }
a { background-color: rgb(193,213,104); }
div.DivClassName
{
background-color: #C1D568;
}
.BgClassName
{
background-color: #C1D568;
}
</style>
border-color css
<style>
span { border-color: #C1D568; }
span { border-color: rgb(193,213,104); }
td.TdClassName
{
border-color: #C1D568;
}
.TagClassName
{
border-color: #C1D568;
}
</style>