Shades of Wild Willow #C6DA5B
Tints of Wild Willow #C6DA5B
RGB
CMYK
RGB Variations
Color information
#C6DA5B (or 0xC6DA5B) is known color: Wild Willow. HEX triplet: C6, DA and 5B. RGB value is (198,218,91). Sum of RGB (Red+Green+Blue) = 198+218+91=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 91 (35.94% from 255 or 17.95% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DA5B is #3925A4. Grayscale: #C6C6C6. Windows color (decimal): -3745189 or 6019782. OLE color: 6019782.
HSL color Cylindrical-coordinate representation of color #C6DA5B: hue angle of 69.45º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6DA5B is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 218 | 91 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.15 |
| HSL | 69.45º | 0.63% | 0.61% | - |
| HSV(B) | 69.45º | 0.58% | 0.85% | - |
| XYZ | 50.25 | 62.9 | 19.39 | - |
| YUV | 197.54 | 67.87 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 218 | 91 | 0.09 | 0 | 0.58 | 0.15 | 69.45 | 0.63 | 0.61 |
| Hex | C6 | DA | 5B | 9 | 0 | 3A | F | 45 | 3F | 3D |
| Octal | 306 | 332 | 133 | 11 | 0 | 72 | 17 | 105 | 77 | 75 |
| Binary | 11000110 | 11011010 | 1011011 | 1001 | 0 | 111010 | 1111 | 1000101 | 111111 | 111101 |
Color Harmonies of #C6DA5B
Complementary color
Monochromatic Colors of #C6DA5B
Black with #C6DA5B
Text Example
Text Example
White with #C6DA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DA5B; }
p { color: rgb(198,218,91); }
H1.HeaderClassName
{
color: #C6DA5B;
}
.AnyTagClassName
{
color: #C6DA5B;
}
</style>
background-color css
<style>
a { background-color: #C6DA5B; }
a { background-color: rgb(198,218,91); }
div.DivClassName
{
background-color: #C6DA5B;
}
.BgClassName
{
background-color: #C6DA5B;
}
</style>
border-color css
<style>
span { border-color: #C6DA5B; }
span { border-color: rgb(198,218,91); }
td.TdClassName
{
border-color: #C6DA5B;
}
.TagClassName
{
border-color: #C6DA5B;
}
</style>