Shades of Wild Willow #C6DD5C
Tints of Wild Willow #C6DD5C
RGB
CMYK
RGB Variations
Color information
#C6DD5C (or 0xC6DD5C) is known color: Wild Willow. HEX triplet: C6, DD and 5C. RGB value is (198,221,92). Sum of RGB (Red+Green+Blue) = 198+221+92=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DD5C is #3922A3. Grayscale: #C7C7C7. Windows color (decimal): -3744420 or 6086086. OLE color: 6086086.
HSL color Cylindrical-coordinate representation of color #C6DD5C: hue angle of 70.7º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6DD5C is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 221 | 92 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.13 |
| HSL | 70.7º | 0.65% | 0.61% | - |
| HSV(B) | 70.7º | 0.58% | 0.87% | - |
| XYZ | 51.08 | 64.49 | 19.88 | - |
| YUV | 199.42 | 67.38 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 92 | 0.10 | 0 | 0.58 | 0.13 | 70.7 | 0.65 | 0.61 |
| Hex | C6 | DD | 5C | A | 0 | 3A | D | 47 | 41 | 3D |
| Octal | 306 | 335 | 134 | 12 | 0 | 72 | 15 | 107 | 101 | 75 |
| Binary | 11000110 | 11011101 | 1011100 | 1010 | 0 | 111010 | 1101 | 1000111 | 1000001 | 111101 |
Color Harmonies of #C6DD5C
Complementary color
Monochromatic Colors of #C6DD5C
Black with #C6DD5C
Text Example
Text Example
White with #C6DD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DD5C; }
p { color: rgb(198,221,92); }
H1.HeaderClassName
{
color: #C6DD5C;
}
.AnyTagClassName
{
color: #C6DD5C;
}
</style>
background-color css
<style>
a { background-color: #C6DD5C; }
a { background-color: rgb(198,221,92); }
div.DivClassName
{
background-color: #C6DD5C;
}
.BgClassName
{
background-color: #C6DD5C;
}
</style>
border-color css
<style>
span { border-color: #C6DD5C; }
span { border-color: rgb(198,221,92); }
td.TdClassName
{
border-color: #C6DD5C;
}
.TagClassName
{
border-color: #C6DD5C;
}
</style>