Shades of Wild Willow #C1CD55
Tints of Wild Willow #C1CD55
RGB
CMYK
RGB Variations
Color information
#C1CD55 (or 0xC1CD55) is known color: Wild Willow. HEX triplet: C1, CD and 55. RGB value is (193,205,85). Sum of RGB (Red+Green+Blue) = 193+205+85=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CD55 is #3E32AA. Grayscale: #BCBCBC. Windows color (decimal): -4076203 or 5623233. OLE color: 5623233.
HSL color Cylindrical-coordinate representation of color #C1CD55: hue angle of 66º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1CD55 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 85 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.20 |
| HSL | 66º | 0.55% | 0.57% | - |
| HSV(B) | 66º | 0.59% | 0.8% | - |
| XYZ | 45.46 | 55.66 | 16.94 | - |
| YUV | 187.73 | 70.02 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 85 | 0.06 | 0 | 0.59 | 0.20 | 66 | 0.55 | 0.57 |
| Hex | C1 | CD | 55 | 6 | 0 | 3B | 14 | 42 | 37 | 39 |
| Octal | 301 | 315 | 125 | 6 | 0 | 73 | 24 | 102 | 67 | 71 |
| Binary | 11000001 | 11001101 | 1010101 | 110 | 0 | 111011 | 10100 | 1000010 | 110111 | 111001 |
Color Harmonies of #C1CD55
Complementary color
Monochromatic Colors of #C1CD55
Black with #C1CD55
Text Example
Text Example
White with #C1CD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CD55; }
p { color: rgb(193,205,85); }
H1.HeaderClassName
{
color: #C1CD55;
}
.AnyTagClassName
{
color: #C1CD55;
}
</style>
background-color css
<style>
a { background-color: #C1CD55; }
a { background-color: rgb(193,205,85); }
div.DivClassName
{
background-color: #C1CD55;
}
.BgClassName
{
background-color: #C1CD55;
}
</style>
border-color css
<style>
span { border-color: #C1CD55; }
span { border-color: rgb(193,205,85); }
td.TdClassName
{
border-color: #C1CD55;
}
.TagClassName
{
border-color: #C1CD55;
}
</style>