Shades of Wild Willow #C2D671
Tints of Wild Willow #C2D671
RGB
CMYK
RGB Variations
Color information
#C2D671 (or 0xC2D671) is known color: Wild Willow. HEX triplet: C2, D6 and 71. RGB value is (194,214,113). Sum of RGB (Red+Green+Blue) = 194+214+113=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D671 is #3D298E. Grayscale: #C4C4C4. Windows color (decimal): -4008335 or 7460546. OLE color: 7460546.
HSL color Cylindrical-coordinate representation of color #C2D671: hue angle of 71.88º degrees, saturation: 0.55, 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 #C2D671 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 113 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.16 |
| HSL | 71.88º | 0.55% | 0.64% | - |
| HSV(B) | 71.88º | 0.47% | 0.84% | - |
| XYZ | 49.28 | 60.75 | 24.75 | - |
| YUV | 196.51 | 80.87 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 113 | 0.09 | 0 | 0.47 | 0.16 | 71.88 | 0.55 | 0.64 |
| Hex | C2 | D6 | 71 | 9 | 0 | 2F | 10 | 48 | 37 | 40 |
| Octal | 302 | 326 | 161 | 11 | 0 | 57 | 20 | 110 | 67 | 100 |
| Binary | 11000010 | 11010110 | 1110001 | 1001 | 0 | 101111 | 10000 | 1001000 | 110111 | 1000000 |
Color Harmonies of #C2D671
Complementary color
Monochromatic Colors of #C2D671
Black with #C2D671
Text Example
Text Example
White with #C2D671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D671; }
p { color: rgb(194,214,113); }
H1.HeaderClassName
{
color: #C2D671;
}
.AnyTagClassName
{
color: #C2D671;
}
</style>
background-color css
<style>
a { background-color: #C2D671; }
a { background-color: rgb(194,214,113); }
div.DivClassName
{
background-color: #C2D671;
}
.BgClassName
{
background-color: #C2D671;
}
</style>
border-color css
<style>
span { border-color: #C2D671; }
span { border-color: rgb(194,214,113); }
td.TdClassName
{
border-color: #C2D671;
}
.TagClassName
{
border-color: #C2D671;
}
</style>