Shades of Wild Willow #C1DD5E
Tints of Wild Willow #C1DD5E
RGB
CMYK
RGB Variations
Color information
#C1DD5E (or 0xC1DD5E) is known color: Wild Willow. HEX triplet: C1, DD and 5E. RGB value is (193,221,94). Sum of RGB (Red+Green+Blue) = 193+221+94=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DD5E is #3E22A1. Grayscale: #C6C6C6. Windows color (decimal): -4072098 or 6217153. OLE color: 6217153.
HSL color Cylindrical-coordinate representation of color #C1DD5E: hue angle of 73.23º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C1DD5E is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 94 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.13 |
| HSL | 73.23º | 0.65% | 0.62% | - |
| HSV(B) | 73.23º | 0.57% | 0.87% | - |
| XYZ | 49.87 | 63.86 | 20.29 | - |
| YUV | 198.15 | 69.22 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 94 | 0.13 | 0 | 0.57 | 0.13 | 73.23 | 0.65 | 0.62 |
| Hex | C1 | DD | 5E | D | 0 | 39 | D | 49 | 41 | 3E |
| Octal | 301 | 335 | 136 | 15 | 0 | 71 | 15 | 111 | 101 | 76 |
| Binary | 11000001 | 11011101 | 1011110 | 1101 | 0 | 111001 | 1101 | 1001001 | 1000001 | 111110 |
Color Harmonies of #C1DD5E
Complementary color
Monochromatic Colors of #C1DD5E
Black with #C1DD5E
Text Example
Text Example
White with #C1DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DD5E; }
p { color: rgb(193,221,94); }
H1.HeaderClassName
{
color: #C1DD5E;
}
.AnyTagClassName
{
color: #C1DD5E;
}
</style>
background-color css
<style>
a { background-color: #C1DD5E; }
a { background-color: rgb(193,221,94); }
div.DivClassName
{
background-color: #C1DD5E;
}
.BgClassName
{
background-color: #C1DD5E;
}
</style>
border-color css
<style>
span { border-color: #C1DD5E; }
span { border-color: rgb(193,221,94); }
td.TdClassName
{
border-color: #C1DD5E;
}
.TagClassName
{
border-color: #C1DD5E;
}
</style>