Shades of Wild Willow #C2D46E
Tints of Wild Willow #C2D46E
RGB
CMYK
RGB Variations
Color information
#C2D46E (or 0xC2D46E) is known color: Wild Willow. HEX triplet: C2, D4 and 6E. RGB value is (194,212,110). Sum of RGB (Red+Green+Blue) = 194+212+110=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D46E is #3D2B91. Grayscale: #C3C3C3. Windows color (decimal): -4008850 or 7263426. OLE color: 7263426.
HSL color Cylindrical-coordinate representation of color #C2D46E: hue angle of 70.59º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2D46E is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 212 | 110 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.17 |
| HSL | 70.59º | 0.54% | 0.63% | - |
| HSV(B) | 70.59º | 0.48% | 0.83% | - |
| XYZ | 48.61 | 59.68 | 23.71 | - |
| YUV | 194.99 | 80.04 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 212 | 110 | 0.08 | 0 | 0.48 | 0.17 | 70.59 | 0.54 | 0.63 |
| Hex | C2 | D4 | 6E | 8 | 0 | 30 | 11 | 47 | 36 | 3F |
| Octal | 302 | 324 | 156 | 10 | 0 | 60 | 21 | 107 | 66 | 77 |
| Binary | 11000010 | 11010100 | 1101110 | 1000 | 0 | 110000 | 10001 | 1000111 | 110110 | 111111 |
Color Harmonies of #C2D46E
Complementary color
Monochromatic Colors of #C2D46E
Black with #C2D46E
Text Example
Text Example
White with #C2D46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D46E; }
p { color: rgb(194,212,110); }
H1.HeaderClassName
{
color: #C2D46E;
}
.AnyTagClassName
{
color: #C2D46E;
}
</style>
background-color css
<style>
a { background-color: #C2D46E; }
a { background-color: rgb(194,212,110); }
div.DivClassName
{
background-color: #C2D46E;
}
.BgClassName
{
background-color: #C2D46E;
}
</style>
border-color css
<style>
span { border-color: #C2D46E; }
span { border-color: rgb(194,212,110); }
td.TdClassName
{
border-color: #C2D46E;
}
.TagClassName
{
border-color: #C2D46E;
}
</style>