Shades of Wild Willow #C6CC4E
Tints of Wild Willow #C6CC4E
RGB
CMYK
RGB Variations
Color information
#C6CC4E (or 0xC6CC4E) is known color: Wild Willow. HEX triplet: C6, CC and 4E. RGB value is (198,204,78). Sum of RGB (Red+Green+Blue) = 198+204+78=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 78 (30.86% from 255 or 16.25% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CC4E is #3933B1. Grayscale: #BCBCBC. Windows color (decimal): -3748786 or 5164230. OLE color: 5164230.
HSL color Cylindrical-coordinate representation of color #C6CC4E: hue angle of 62.86º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6CC4E is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 204 | 78 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.2 |
| HSL | 62.86º | 0.55% | 0.55% | - |
| HSV(B) | 62.86º | 0.62% | 0.8% | - |
| XYZ | 46.26 | 55.74 | 15.53 | - |
| YUV | 187.84 | 66.01 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 204 | 78 | 0.03 | 0 | 0.62 | 0.2 | 62.86 | 0.55 | 0.55 |
| Hex | C6 | CC | 4E | 3 | 0 | 3E | 14 | 3F | 37 | 37 |
| Octal | 306 | 314 | 116 | 3 | 0 | 76 | 24 | 77 | 67 | 67 |
| Binary | 11000110 | 11001100 | 1001110 | 11 | 0 | 111110 | 10100 | 111111 | 110111 | 110111 |
Color Harmonies of #C6CC4E
Complementary color
Monochromatic Colors of #C6CC4E
Black with #C6CC4E
Text Example
Text Example
White with #C6CC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CC4E; }
p { color: rgb(198,204,78); }
H1.HeaderClassName
{
color: #C6CC4E;
}
.AnyTagClassName
{
color: #C6CC4E;
}
</style>
background-color css
<style>
a { background-color: #C6CC4E; }
a { background-color: rgb(198,204,78); }
div.DivClassName
{
background-color: #C6CC4E;
}
.BgClassName
{
background-color: #C6CC4E;
}
</style>
border-color css
<style>
span { border-color: #C6CC4E; }
span { border-color: rgb(198,204,78); }
td.TdClassName
{
border-color: #C6CC4E;
}
.TagClassName
{
border-color: #C6CC4E;
}
</style>