Shades of Wild Willow #C2D771
Tints of Wild Willow #C2D771
RGB
CMYK
RGB Variations
Color information
#C2D771 (or 0xC2D771) is known color: Wild Willow. HEX triplet: C2, D7 and 71. RGB value is (194,215,113). Sum of RGB (Red+Green+Blue) = 194+215+113=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 113 (44.53% from 255 or 21.65% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D771 is #3D288E. Grayscale: #C5C5C5. Windows color (decimal): -4008079 or 7460802. OLE color: 7460802.
HSL color Cylindrical-coordinate representation of color #C2D771: hue angle of 72.35º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2D771 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 215 | 113 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.16 |
| HSL | 72.35º | 0.56% | 0.64% | - |
| HSV(B) | 72.35º | 0.47% | 0.84% | - |
| XYZ | 49.53 | 61.26 | 24.84 | - |
| YUV | 197.09 | 80.54 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 215 | 113 | 0.10 | 0 | 0.47 | 0.16 | 72.35 | 0.56 | 0.64 |
| Hex | C2 | D7 | 71 | A | 0 | 2F | 10 | 48 | 38 | 40 |
| Octal | 302 | 327 | 161 | 12 | 0 | 57 | 20 | 110 | 70 | 100 |
| Binary | 11000010 | 11010111 | 1110001 | 1010 | 0 | 101111 | 10000 | 1001000 | 111000 | 1000000 |
Color Harmonies of #C2D771
Complementary color
Monochromatic Colors of #C2D771
Black with #C2D771
Text Example
Text Example
White with #C2D771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D771; }
p { color: rgb(194,215,113); }
H1.HeaderClassName
{
color: #C2D771;
}
.AnyTagClassName
{
color: #C2D771;
}
</style>
background-color css
<style>
a { background-color: #C2D771; }
a { background-color: rgb(194,215,113); }
div.DivClassName
{
background-color: #C2D771;
}
.BgClassName
{
background-color: #C2D771;
}
</style>
border-color css
<style>
span { border-color: #C2D771; }
span { border-color: rgb(194,215,113); }
td.TdClassName
{
border-color: #C2D771;
}
.TagClassName
{
border-color: #C2D771;
}
</style>