Shades of Wild Willow #C5D56A
Tints of Wild Willow #C5D56A
RGB
CMYK
RGB Variations
Color information
#C5D56A (or 0xC5D56A) is known color: Wild Willow. HEX triplet: C5, D5 and 6A. RGB value is (197,213,106). Sum of RGB (Red+Green+Blue) = 197+213+106=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 106 (41.80% from 255 or 20.54% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D56A is #3A2A95. Grayscale: #C4C4C4. Windows color (decimal): -3811990 or 7001541. OLE color: 7001541.
HSL color Cylindrical-coordinate representation of color #C5D56A: hue angle of 68.97º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5D56A is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 213 | 106 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.16 |
| HSL | 68.97º | 0.56% | 0.63% | - |
| HSV(B) | 68.97º | 0.5% | 0.84% | - |
| XYZ | 49.42 | 60.5 | 22.71 | - |
| YUV | 196.02 | 77.2 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 106 | 0.08 | 0 | 0.50 | 0.16 | 68.97 | 0.56 | 0.63 |
| Hex | C5 | D5 | 6A | 8 | 0 | 32 | 10 | 45 | 38 | 3F |
| Octal | 305 | 325 | 152 | 10 | 0 | 62 | 20 | 105 | 70 | 77 |
| Binary | 11000101 | 11010101 | 1101010 | 1000 | 0 | 110010 | 10000 | 1000101 | 111000 | 111111 |
Color Harmonies of #C5D56A
Complementary color
Monochromatic Colors of #C5D56A
Black with #C5D56A
Text Example
Text Example
White with #C5D56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D56A; }
p { color: rgb(197,213,106); }
H1.HeaderClassName
{
color: #C5D56A;
}
.AnyTagClassName
{
color: #C5D56A;
}
</style>
background-color css
<style>
a { background-color: #C5D56A; }
a { background-color: rgb(197,213,106); }
div.DivClassName
{
background-color: #C5D56A;
}
.BgClassName
{
background-color: #C5D56A;
}
</style>
border-color css
<style>
span { border-color: #C5D56A; }
span { border-color: rgb(197,213,106); }
td.TdClassName
{
border-color: #C5D56A;
}
.TagClassName
{
border-color: #C5D56A;
}
</style>