Shades of Wild Willow #C5DC5B
Tints of Wild Willow #C5DC5B
RGB
CMYK
RGB Variations
Color information
#C5DC5B (or 0xC5DC5B) is known color: Wild Willow. HEX triplet: C5, DC and 5B. RGB value is (197,220,91). Sum of RGB (Red+Green+Blue) = 197+220+91=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DC5B is #3A23A4. Grayscale: #C6C6C6. Windows color (decimal): -3810213 or 6020293. OLE color: 6020293.
HSL color Cylindrical-coordinate representation of color #C5DC5B: hue angle of 70.7º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5DC5B is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 91 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.14 |
| HSL | 70.7º | 0.65% | 0.61% | - |
| HSV(B) | 70.7º | 0.59% | 0.86% | - |
| XYZ | 50.51 | 63.81 | 19.55 | - |
| YUV | 198.42 | 67.38 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 91 | 0.10 | 0 | 0.59 | 0.14 | 70.7 | 0.65 | 0.61 |
| Hex | C5 | DC | 5B | A | 0 | 3B | E | 47 | 41 | 3D |
| Octal | 305 | 334 | 133 | 12 | 0 | 73 | 16 | 107 | 101 | 75 |
| Binary | 11000101 | 11011100 | 1011011 | 1010 | 0 | 111011 | 1110 | 1000111 | 1000001 | 111101 |
Color Harmonies of #C5DC5B
Complementary color
Monochromatic Colors of #C5DC5B
Black with #C5DC5B
Text Example
Text Example
White with #C5DC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC5B; }
p { color: rgb(197,220,91); }
H1.HeaderClassName
{
color: #C5DC5B;
}
.AnyTagClassName
{
color: #C5DC5B;
}
</style>
background-color css
<style>
a { background-color: #C5DC5B; }
a { background-color: rgb(197,220,91); }
div.DivClassName
{
background-color: #C5DC5B;
}
.BgClassName
{
background-color: #C5DC5B;
}
</style>
border-color css
<style>
span { border-color: #C5DC5B; }
span { border-color: rgb(197,220,91); }
td.TdClassName
{
border-color: #C5DC5B;
}
.TagClassName
{
border-color: #C5DC5B;
}
</style>