Shades of Wild Willow #C6DD55
Tints of Wild Willow #C6DD55
RGB
CMYK
RGB Variations
Color information
#C6DD55 (or 0xC6DD55) is known color: Wild Willow. HEX triplet: C6, DD and 55. RGB value is (198,221,85). Sum of RGB (Red+Green+Blue) = 198+221+85=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DD55 is #3922AA. Grayscale: #C7C7C7. Windows color (decimal): -3744427 or 5627334. OLE color: 5627334.
HSL color Cylindrical-coordinate representation of color #C6DD55: hue angle of 70.15º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6DD55 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 221 | 85 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.13 |
| HSL | 70.15º | 0.67% | 0.6% | - |
| HSV(B) | 70.15º | 0.62% | 0.87% | - |
| XYZ | 50.78 | 64.37 | 18.34 | - |
| YUV | 198.62 | 63.88 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 85 | 0.10 | 0 | 0.62 | 0.13 | 70.15 | 0.67 | 0.6 |
| Hex | C6 | DD | 55 | A | 0 | 3E | D | 46 | 43 | 3C |
| Octal | 306 | 335 | 125 | 12 | 0 | 76 | 15 | 106 | 103 | 74 |
| Binary | 11000110 | 11011101 | 1010101 | 1010 | 0 | 111110 | 1101 | 1000110 | 1000011 | 111100 |
Color Harmonies of #C6DD55
Complementary color
Monochromatic Colors of #C6DD55
Black with #C6DD55
Text Example
Text Example
White with #C6DD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DD55; }
p { color: rgb(198,221,85); }
H1.HeaderClassName
{
color: #C6DD55;
}
.AnyTagClassName
{
color: #C6DD55;
}
</style>
background-color css
<style>
a { background-color: #C6DD55; }
a { background-color: rgb(198,221,85); }
div.DivClassName
{
background-color: #C6DD55;
}
.BgClassName
{
background-color: #C6DD55;
}
</style>
border-color css
<style>
span { border-color: #C6DD55; }
span { border-color: rgb(198,221,85); }
td.TdClassName
{
border-color: #C6DD55;
}
.TagClassName
{
border-color: #C6DD55;
}
</style>