Shades of Wild Willow #C1D261
Tints of Wild Willow #C1D261
RGB
CMYK
RGB Variations
Color information
#C1D261 (or 0xC1D261) is known color: Wild Willow. HEX triplet: C1, D2 and 61. RGB value is (193,210,97). Sum of RGB (Red+Green+Blue) = 193+210+97=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D261 is #3E2D9E. Grayscale: #C0C0C0. Windows color (decimal): -4074911 or 6410945. OLE color: 6410945.
HSL color Cylindrical-coordinate representation of color #C1D261: hue angle of 69.03º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1D261 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 210 | 97 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.18 |
| HSL | 69.03º | 0.56% | 0.6% | - |
| HSV(B) | 69.03º | 0.54% | 0.82% | - |
| XYZ | 47.2 | 58.29 | 20.07 | - |
| YUV | 192.04 | 74.37 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 210 | 97 | 0.08 | 0 | 0.54 | 0.18 | 69.03 | 0.56 | 0.6 |
| Hex | C1 | D2 | 61 | 8 | 0 | 36 | 12 | 45 | 38 | 3C |
| Octal | 301 | 322 | 141 | 10 | 0 | 66 | 22 | 105 | 70 | 74 |
| Binary | 11000001 | 11010010 | 1100001 | 1000 | 0 | 110110 | 10010 | 1000101 | 111000 | 111100 |
Color Harmonies of #C1D261
Complementary color
Monochromatic Colors of #C1D261
Black with #C1D261
Text Example
Text Example
White with #C1D261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D261; }
p { color: rgb(193,210,97); }
H1.HeaderClassName
{
color: #C1D261;
}
.AnyTagClassName
{
color: #C1D261;
}
</style>
background-color css
<style>
a { background-color: #C1D261; }
a { background-color: rgb(193,210,97); }
div.DivClassName
{
background-color: #C1D261;
}
.BgClassName
{
background-color: #C1D261;
}
</style>
border-color css
<style>
span { border-color: #C1D261; }
span { border-color: rgb(193,210,97); }
td.TdClassName
{
border-color: #C1D261;
}
.TagClassName
{
border-color: #C1D261;
}
</style>