Shades of Wild Willow #C2D965
Tints of Wild Willow #C2D965
RGB
CMYK
RGB Variations
Color information
#C2D965 (or 0xC2D965) is known color: Wild Willow. HEX triplet: C2, D9 and 65. RGB value is (194,217,101). Sum of RGB (Red+Green+Blue) = 194+217+101=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D965 is #3D269A. Grayscale: #C5C5C5. Windows color (decimal): -4007579 or 6674882. OLE color: 6674882.
HSL color Cylindrical-coordinate representation of color #C2D965: hue angle of 71.9º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2D965 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 217 | 101 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.15 |
| HSL | 71.9º | 0.6% | 0.62% | - |
| HSV(B) | 71.9º | 0.53% | 0.85% | - |
| XYZ | 49.41 | 62.03 | 21.68 | - |
| YUV | 196.9 | 73.88 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 217 | 101 | 0.11 | 0 | 0.53 | 0.15 | 71.9 | 0.6 | 0.62 |
| Hex | C2 | D9 | 65 | B | 0 | 35 | F | 48 | 3C | 3E |
| Octal | 302 | 331 | 145 | 13 | 0 | 65 | 17 | 110 | 74 | 76 |
| Binary | 11000010 | 11011001 | 1100101 | 1011 | 0 | 110101 | 1111 | 1001000 | 111100 | 111110 |
Color Harmonies of #C2D965
Complementary color
Monochromatic Colors of #C2D965
Black with #C2D965
Text Example
Text Example
White with #C2D965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D965; }
p { color: rgb(194,217,101); }
H1.HeaderClassName
{
color: #C2D965;
}
.AnyTagClassName
{
color: #C2D965;
}
</style>
background-color css
<style>
a { background-color: #C2D965; }
a { background-color: rgb(194,217,101); }
div.DivClassName
{
background-color: #C2D965;
}
.BgClassName
{
background-color: #C2D965;
}
</style>
border-color css
<style>
span { border-color: #C2D965; }
span { border-color: rgb(194,217,101); }
td.TdClassName
{
border-color: #C2D965;
}
.TagClassName
{
border-color: #C2D965;
}
</style>