Shades of Wild Willow #C2D960
Tints of Wild Willow #C2D960
RGB
CMYK
RGB Variations
Color information
#C2D960 (or 0xC2D960) is known color: Wild Willow. HEX triplet: C2, D9 and 60. RGB value is (194,217,96). Sum of RGB (Red+Green+Blue) = 194+217+96=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D960 is #3D269F. Grayscale: #C4C4C4. Windows color (decimal): -4007584 or 6347202. OLE color: 6347202.
HSL color Cylindrical-coordinate representation of color #C2D960: hue angle of 71.4º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2D960 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 217 | 96 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.15 |
| HSL | 71.4º | 0.61% | 0.61% | - |
| HSV(B) | 71.4º | 0.56% | 0.85% | - |
| XYZ | 49.17 | 61.94 | 20.43 | - |
| YUV | 196.33 | 71.38 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 217 | 96 | 0.11 | 0 | 0.56 | 0.15 | 71.4 | 0.61 | 0.61 |
| Hex | C2 | D9 | 60 | B | 0 | 38 | F | 47 | 3D | 3D |
| Octal | 302 | 331 | 140 | 13 | 0 | 70 | 17 | 107 | 75 | 75 |
| Binary | 11000010 | 11011001 | 1100000 | 1011 | 0 | 111000 | 1111 | 1000111 | 111101 | 111101 |
Color Harmonies of #C2D960
Complementary color
Monochromatic Colors of #C2D960
Black with #C2D960
Text Example
Text Example
White with #C2D960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D960; }
p { color: rgb(194,217,96); }
H1.HeaderClassName
{
color: #C2D960;
}
.AnyTagClassName
{
color: #C2D960;
}
</style>
background-color css
<style>
a { background-color: #C2D960; }
a { background-color: rgb(194,217,96); }
div.DivClassName
{
background-color: #C2D960;
}
.BgClassName
{
background-color: #C2D960;
}
</style>
border-color css
<style>
span { border-color: #C2D960; }
span { border-color: rgb(194,217,96); }
td.TdClassName
{
border-color: #C2D960;
}
.TagClassName
{
border-color: #C2D960;
}
</style>