Shades of Wild Willow #C5DD56
Tints of Wild Willow #C5DD56
RGB
CMYK
RGB Variations
Color information
#C5DD56 (or 0xC5DD56) is known color: Wild Willow. HEX triplet: C5, DD and 56. RGB value is (197,221,86). Sum of RGB (Red+Green+Blue) = 197+221+86=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DD56 is #3A22A9. Grayscale: #C6C6C6. Windows color (decimal): -3809962 or 5692869. OLE color: 5692869.
HSL color Cylindrical-coordinate representation of color #C5DD56: hue angle of 70.67º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5DD56 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 86 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.13 |
| HSL | 70.67º | 0.67% | 0.6% | - |
| HSV(B) | 70.67º | 0.61% | 0.87% | - |
| XYZ | 50.56 | 64.26 | 18.54 | - |
| YUV | 198.43 | 64.55 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 86 | 0.11 | 0 | 0.61 | 0.13 | 70.67 | 0.67 | 0.6 |
| Hex | C5 | DD | 56 | B | 0 | 3D | D | 47 | 43 | 3C |
| Octal | 305 | 335 | 126 | 13 | 0 | 75 | 15 | 107 | 103 | 74 |
| Binary | 11000101 | 11011101 | 1010110 | 1011 | 0 | 111101 | 1101 | 1000111 | 1000011 | 111100 |
Color Harmonies of #C5DD56
Complementary color
Monochromatic Colors of #C5DD56
Black with #C5DD56
Text Example
Text Example
White with #C5DD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DD56; }
p { color: rgb(197,221,86); }
H1.HeaderClassName
{
color: #C5DD56;
}
.AnyTagClassName
{
color: #C5DD56;
}
</style>
background-color css
<style>
a { background-color: #C5DD56; }
a { background-color: rgb(197,221,86); }
div.DivClassName
{
background-color: #C5DD56;
}
.BgClassName
{
background-color: #C5DD56;
}
</style>
border-color css
<style>
span { border-color: #C5DD56; }
span { border-color: rgb(197,221,86); }
td.TdClassName
{
border-color: #C5DD56;
}
.TagClassName
{
border-color: #C5DD56;
}
</style>