Shades of Wild Willow #C5DC67
Tints of Wild Willow #C5DC67
RGB
CMYK
RGB Variations
Color information
#C5DC67 (or 0xC5DC67) is known color: Wild Willow. HEX triplet: C5, DC and 67. RGB value is (197,220,103). Sum of RGB (Red+Green+Blue) = 197+220+103=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 103 (40.62% from 255 or 19.81% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DC67 is #3A2398. Grayscale: #C8C8C8. Windows color (decimal): -3810201 or 6806725. OLE color: 6806725.
HSL color Cylindrical-coordinate representation of color #C5DC67: hue angle of 71.79º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5DC67 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 103 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.14 |
| HSL | 71.79º | 0.63% | 0.63% | - |
| HSV(B) | 71.79º | 0.53% | 0.86% | - |
| XYZ | 51.07 | 64.04 | 22.5 | - |
| YUV | 199.79 | 73.38 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 103 | 0.10 | 0 | 0.53 | 0.14 | 71.79 | 0.63 | 0.63 |
| Hex | C5 | DC | 67 | A | 0 | 35 | E | 48 | 3F | 3F |
| Octal | 305 | 334 | 147 | 12 | 0 | 65 | 16 | 110 | 77 | 77 |
| Binary | 11000101 | 11011100 | 1100111 | 1010 | 0 | 110101 | 1110 | 1001000 | 111111 | 111111 |
Color Harmonies of #C5DC67
Complementary color
Monochromatic Colors of #C5DC67
Black with #C5DC67
Text Example
Text Example
White with #C5DC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC67; }
p { color: rgb(197,220,103); }
H1.HeaderClassName
{
color: #C5DC67;
}
.AnyTagClassName
{
color: #C5DC67;
}
</style>
background-color css
<style>
a { background-color: #C5DC67; }
a { background-color: rgb(197,220,103); }
div.DivClassName
{
background-color: #C5DC67;
}
.BgClassName
{
background-color: #C5DC67;
}
</style>
border-color css
<style>
span { border-color: #C5DC67; }
span { border-color: rgb(197,220,103); }
td.TdClassName
{
border-color: #C5DC67;
}
.TagClassName
{
border-color: #C5DC67;
}
</style>