Shades of Wild Willow #C6DC5A
Tints of Wild Willow #C6DC5A
RGB
CMYK
RGB Variations
Color information
#C6DC5A (or 0xC6DC5A) is known color: Wild Willow. HEX triplet: C6, DC and 5A. RGB value is (198,220,90). Sum of RGB (Red+Green+Blue) = 198+220+90=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DC5A is #3923A5. Grayscale: #C7C7C7. Windows color (decimal): -3744678 or 5954758. OLE color: 5954758.
HSL color Cylindrical-coordinate representation of color #C6DC5A: hue angle of 70.15º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6DC5A is Cyan = 0.1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 90 | - |
| CMYK | 0.1 | 0 | 0.59 | 0.14 |
| HSL | 70.15º | 0.65% | 0.61% | - |
| HSV(B) | 70.15º | 0.59% | 0.86% | - |
| XYZ | 50.73 | 63.93 | 19.34 | - |
| YUV | 198.6 | 66.71 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 90 | 0.1 | 0 | 0.59 | 0.14 | 70.15 | 0.65 | 0.61 |
| Hex | C6 | DC | 5A | A | 0 | 3B | E | 46 | 41 | 3D |
| Octal | 306 | 334 | 132 | 12 | 0 | 73 | 16 | 106 | 101 | 75 |
| Binary | 11000110 | 11011100 | 1011010 | 1010 | 0 | 111011 | 1110 | 1000110 | 1000001 | 111101 |
Color Harmonies of #C6DC5A
Complementary color
Monochromatic Colors of #C6DC5A
Black with #C6DC5A
Text Example
Text Example
White with #C6DC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DC5A; }
p { color: rgb(198,220,90); }
H1.HeaderClassName
{
color: #C6DC5A;
}
.AnyTagClassName
{
color: #C6DC5A;
}
</style>
background-color css
<style>
a { background-color: #C6DC5A; }
a { background-color: rgb(198,220,90); }
div.DivClassName
{
background-color: #C6DC5A;
}
.BgClassName
{
background-color: #C6DC5A;
}
</style>
border-color css
<style>
span { border-color: #C6DC5A; }
span { border-color: rgb(198,220,90); }
td.TdClassName
{
border-color: #C6DC5A;
}
.TagClassName
{
border-color: #C6DC5A;
}
</style>