Shades of Wild Willow #C6DB5E
Tints of Wild Willow #C6DB5E
RGB
CMYK
RGB Variations
Color information
#C6DB5E (or 0xC6DB5E) is known color: Wild Willow. HEX triplet: C6, DB and 5E. RGB value is (198,219,94). Sum of RGB (Red+Green+Blue) = 198+219+94=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DB5E is #3924A1. Grayscale: #C6C6C6. Windows color (decimal): -3744930 or 6216646. OLE color: 6216646.
HSL color Cylindrical-coordinate representation of color #C6DB5E: hue angle of 70.08º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6DB5E is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 219 | 94 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.14 |
| HSL | 70.08º | 0.63% | 0.61% | - |
| HSV(B) | 70.08º | 0.57% | 0.86% | - |
| XYZ | 50.64 | 63.48 | 20.17 | - |
| YUV | 198.47 | 69.04 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 94 | 0.10 | 0 | 0.57 | 0.14 | 70.08 | 0.63 | 0.61 |
| Hex | C6 | DB | 5E | A | 0 | 39 | E | 46 | 3F | 3D |
| Octal | 306 | 333 | 136 | 12 | 0 | 71 | 16 | 106 | 77 | 75 |
| Binary | 11000110 | 11011011 | 1011110 | 1010 | 0 | 111001 | 1110 | 1000110 | 111111 | 111101 |
Color Harmonies of #C6DB5E
Complementary color
Monochromatic Colors of #C6DB5E
Black with #C6DB5E
Text Example
Text Example
White with #C6DB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DB5E; }
p { color: rgb(198,219,94); }
H1.HeaderClassName
{
color: #C6DB5E;
}
.AnyTagClassName
{
color: #C6DB5E;
}
</style>
background-color css
<style>
a { background-color: #C6DB5E; }
a { background-color: rgb(198,219,94); }
div.DivClassName
{
background-color: #C6DB5E;
}
.BgClassName
{
background-color: #C6DB5E;
}
</style>
border-color css
<style>
span { border-color: #C6DB5E; }
span { border-color: rgb(198,219,94); }
td.TdClassName
{
border-color: #C6DB5E;
}
.TagClassName
{
border-color: #C6DB5E;
}
</style>