Shades of Wild Willow #C5DC5D
Tints of Wild Willow #C5DC5D
RGB
CMYK
RGB Variations
Color information
#C5DC5D (or 0xC5DC5D) is known color: Wild Willow. HEX triplet: C5, DC and 5D. RGB value is (197,220,93). Sum of RGB (Red+Green+Blue) = 197+220+93=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DC5D is #3A23A2. Grayscale: #C7C7C7. Windows color (decimal): -3810211 or 6151365. OLE color: 6151365.
HSL color Cylindrical-coordinate representation of color #C5DC5D: hue angle of 70.87º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5DC5D is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 93 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.14 |
| HSL | 70.87º | 0.64% | 0.61% | - |
| HSV(B) | 70.87º | 0.58% | 0.86% | - |
| XYZ | 50.59 | 63.85 | 20.01 | - |
| YUV | 198.65 | 68.38 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 93 | 0.10 | 0 | 0.58 | 0.14 | 70.87 | 0.64 | 0.61 |
| Hex | C5 | DC | 5D | A | 0 | 3A | E | 47 | 40 | 3D |
| Octal | 305 | 334 | 135 | 12 | 0 | 72 | 16 | 107 | 100 | 75 |
| Binary | 11000101 | 11011100 | 1011101 | 1010 | 0 | 111010 | 1110 | 1000111 | 1000000 | 111101 |
Color Harmonies of #C5DC5D
Complementary color
Monochromatic Colors of #C5DC5D
Black with #C5DC5D
Text Example
Text Example
White with #C5DC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC5D; }
p { color: rgb(197,220,93); }
H1.HeaderClassName
{
color: #C5DC5D;
}
.AnyTagClassName
{
color: #C5DC5D;
}
</style>
background-color css
<style>
a { background-color: #C5DC5D; }
a { background-color: rgb(197,220,93); }
div.DivClassName
{
background-color: #C5DC5D;
}
.BgClassName
{
background-color: #C5DC5D;
}
</style>
border-color css
<style>
span { border-color: #C5DC5D; }
span { border-color: rgb(197,220,93); }
td.TdClassName
{
border-color: #C5DC5D;
}
.TagClassName
{
border-color: #C5DC5D;
}
</style>