Shades of Wild Willow #C2DD6C
Tints of Wild Willow #C2DD6C
RGB
CMYK
RGB Variations
Color information
#C2DD6C (or 0xC2DD6C) is known color: Wild Willow. HEX triplet: C2, DD and 6C. RGB value is (194,221,108). Sum of RGB (Red+Green+Blue) = 194+221+108=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DD6C is #3D2293. Grayscale: #C8C8C8. Windows color (decimal): -4006548 or 7134658. OLE color: 7134658.
HSL color Cylindrical-coordinate representation of color #C2DD6C: hue angle of 74.34º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2DD6C is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 108 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.13 |
| HSL | 74.34º | 0.62% | 0.65% | - |
| HSV(B) | 74.34º | 0.51% | 0.87% | - |
| XYZ | 50.81 | 64.26 | 23.91 | - |
| YUV | 200.05 | 76.05 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 108 | 0.12 | 0 | 0.51 | 0.13 | 74.34 | 0.62 | 0.65 |
| Hex | C2 | DD | 6C | C | 0 | 33 | D | 4A | 3E | 41 |
| Octal | 302 | 335 | 154 | 14 | 0 | 63 | 15 | 112 | 76 | 101 |
| Binary | 11000010 | 11011101 | 1101100 | 1100 | 0 | 110011 | 1101 | 1001010 | 111110 | 1000001 |
Color Harmonies of #C2DD6C
Complementary color
Monochromatic Colors of #C2DD6C
Black with #C2DD6C
Text Example
Text Example
White with #C2DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DD6C; }
p { color: rgb(194,221,108); }
H1.HeaderClassName
{
color: #C2DD6C;
}
.AnyTagClassName
{
color: #C2DD6C;
}
</style>
background-color css
<style>
a { background-color: #C2DD6C; }
a { background-color: rgb(194,221,108); }
div.DivClassName
{
background-color: #C2DD6C;
}
.BgClassName
{
background-color: #C2DD6C;
}
</style>
border-color css
<style>
span { border-color: #C2DD6C; }
span { border-color: rgb(194,221,108); }
td.TdClassName
{
border-color: #C2DD6C;
}
.TagClassName
{
border-color: #C2DD6C;
}
</style>