Shades of Wild Willow #C6DC56
Tints of Wild Willow #C6DC56
RGB
CMYK
RGB Variations
Color information
#C6DC56 (or 0xC6DC56) is known color: Wild Willow. HEX triplet: C6, DC and 56. RGB value is (198,220,86). Sum of RGB (Red+Green+Blue) = 198+220+86=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DC56 is #3923A9. Grayscale: #C6C6C6. Windows color (decimal): -3744682 or 5692614. OLE color: 5692614.
HSL color Cylindrical-coordinate representation of color #C6DC56: hue angle of 69.85º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C6DC56 is Cyan = 0.1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 86 | - |
| CMYK | 0.1 | 0 | 0.61 | 0.14 |
| HSL | 69.85º | 0.66% | 0.6% | - |
| HSV(B) | 69.85º | 0.61% | 0.86% | - |
| XYZ | 50.56 | 63.86 | 18.47 | - |
| YUV | 198.15 | 64.71 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 86 | 0.1 | 0 | 0.61 | 0.14 | 69.85 | 0.66 | 0.6 |
| Hex | C6 | DC | 56 | A | 0 | 3D | E | 46 | 42 | 3C |
| Octal | 306 | 334 | 126 | 12 | 0 | 75 | 16 | 106 | 102 | 74 |
| Binary | 11000110 | 11011100 | 1010110 | 1010 | 0 | 111101 | 1110 | 1000110 | 1000010 | 111100 |
Color Harmonies of #C6DC56
Complementary color
Monochromatic Colors of #C6DC56
Black with #C6DC56
Text Example
Text Example
White with #C6DC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DC56; }
p { color: rgb(198,220,86); }
H1.HeaderClassName
{
color: #C6DC56;
}
.AnyTagClassName
{
color: #C6DC56;
}
</style>
background-color css
<style>
a { background-color: #C6DC56; }
a { background-color: rgb(198,220,86); }
div.DivClassName
{
background-color: #C6DC56;
}
.BgClassName
{
background-color: #C6DC56;
}
</style>
border-color css
<style>
span { border-color: #C6DC56; }
span { border-color: rgb(198,220,86); }
td.TdClassName
{
border-color: #C6DC56;
}
.TagClassName
{
border-color: #C6DC56;
}
</style>