Shades of Wild Willow #C6DB56
Tints of Wild Willow #C6DB56
RGB
CMYK
RGB Variations
Color information
#C6DB56 (or 0xC6DB56) is known color: Wild Willow. HEX triplet: C6, DB and 56. RGB value is (198,219,86). Sum of RGB (Red+Green+Blue) = 198+219+86=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 86 (33.98% from 255 or 17.10% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DB56 is #3924A9. Grayscale: #C6C6C6. Windows color (decimal): -3744938 or 5692358. OLE color: 5692358.
HSL color Cylindrical-coordinate representation of color #C6DB56: hue angle of 69.47º degrees, saturation: 0.65, 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 #C6DB56 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 219 | 86 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.14 |
| HSL | 69.47º | 0.65% | 0.6% | - |
| HSV(B) | 69.47º | 0.61% | 0.86% | - |
| XYZ | 50.3 | 63.34 | 18.38 | - |
| YUV | 197.56 | 65.04 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 86 | 0.10 | 0 | 0.61 | 0.14 | 69.47 | 0.65 | 0.6 |
| Hex | C6 | DB | 56 | A | 0 | 3D | E | 45 | 41 | 3C |
| Octal | 306 | 333 | 126 | 12 | 0 | 75 | 16 | 105 | 101 | 74 |
| Binary | 11000110 | 11011011 | 1010110 | 1010 | 0 | 111101 | 1110 | 1000101 | 1000001 | 111100 |
Color Harmonies of #C6DB56
Complementary color
Monochromatic Colors of #C6DB56
Black with #C6DB56
Text Example
Text Example
White with #C6DB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DB56; }
p { color: rgb(198,219,86); }
H1.HeaderClassName
{
color: #C6DB56;
}
.AnyTagClassName
{
color: #C6DB56;
}
</style>
background-color css
<style>
a { background-color: #C6DB56; }
a { background-color: rgb(198,219,86); }
div.DivClassName
{
background-color: #C6DB56;
}
.BgClassName
{
background-color: #C6DB56;
}
</style>
border-color css
<style>
span { border-color: #C6DB56; }
span { border-color: rgb(198,219,86); }
td.TdClassName
{
border-color: #C6DB56;
}
.TagClassName
{
border-color: #C6DB56;
}
</style>