Shades of Wild Willow #C2D16D
Tints of Wild Willow #C2D16D
RGB
CMYK
RGB Variations
Color information
#C2D16D (or 0xC2D16D) is known color: Wild Willow. HEX triplet: C2, D1 and 6D. RGB value is (194,209,109). Sum of RGB (Red+Green+Blue) = 194+209+109=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D16D is #3D2E92. Grayscale: #C1C1C1. Windows color (decimal): -4009619 or 7197122. OLE color: 7197122.
HSL color Cylindrical-coordinate representation of color #C2D16D: hue angle of 69º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2D16D is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 109 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.18 |
| HSL | 69º | 0.52% | 0.62% | - |
| HSV(B) | 69º | 0.48% | 0.82% | - |
| XYZ | 47.81 | 58.17 | 23.18 | - |
| YUV | 193.12 | 80.53 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 109 | 0.07 | 0 | 0.48 | 0.18 | 69 | 0.52 | 0.62 |
| Hex | C2 | D1 | 6D | 7 | 0 | 30 | 12 | 45 | 34 | 3E |
| Octal | 302 | 321 | 155 | 7 | 0 | 60 | 22 | 105 | 64 | 76 |
| Binary | 11000010 | 11010001 | 1101101 | 111 | 0 | 110000 | 10010 | 1000101 | 110100 | 111110 |
Color Harmonies of #C2D16D
Complementary color
Monochromatic Colors of #C2D16D
Black with #C2D16D
Text Example
Text Example
White with #C2D16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D16D; }
p { color: rgb(194,209,109); }
H1.HeaderClassName
{
color: #C2D16D;
}
.AnyTagClassName
{
color: #C2D16D;
}
</style>
background-color css
<style>
a { background-color: #C2D16D; }
a { background-color: rgb(194,209,109); }
div.DivClassName
{
background-color: #C2D16D;
}
.BgClassName
{
background-color: #C2D16D;
}
</style>
border-color css
<style>
span { border-color: #C2D16D; }
span { border-color: rgb(194,209,109); }
td.TdClassName
{
border-color: #C2D16D;
}
.TagClassName
{
border-color: #C2D16D;
}
</style>