Shades of Wild Willow #C2D76F
Tints of Wild Willow #C2D76F
RGB
CMYK
RGB Variations
Color information
#C2D76F (or 0xC2D76F) is known color: Wild Willow. HEX triplet: C2, D7 and 6F. RGB value is (194,215,111). Sum of RGB (Red+Green+Blue) = 194+215+111=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 111 (43.75% from 255 or 21.35% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D76F is #3D2890. Grayscale: #C5C5C5. Windows color (decimal): -4008081 or 7329730. OLE color: 7329730.
HSL color Cylindrical-coordinate representation of color #C2D76F: hue angle of 72.12º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2D76F is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 215 | 111 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.16 |
| HSL | 72.12º | 0.57% | 0.64% | - |
| HSV(B) | 72.12º | 0.48% | 0.84% | - |
| XYZ | 49.42 | 61.22 | 24.25 | - |
| YUV | 196.87 | 79.54 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 215 | 111 | 0.10 | 0 | 0.48 | 0.16 | 72.12 | 0.57 | 0.64 |
| Hex | C2 | D7 | 6F | A | 0 | 30 | 10 | 48 | 39 | 40 |
| Octal | 302 | 327 | 157 | 12 | 0 | 60 | 20 | 110 | 71 | 100 |
| Binary | 11000010 | 11010111 | 1101111 | 1010 | 0 | 110000 | 10000 | 1001000 | 111001 | 1000000 |
Color Harmonies of #C2D76F
Complementary color
Monochromatic Colors of #C2D76F
Black with #C2D76F
Text Example
Text Example
White with #C2D76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D76F; }
p { color: rgb(194,215,111); }
H1.HeaderClassName
{
color: #C2D76F;
}
.AnyTagClassName
{
color: #C2D76F;
}
</style>
background-color css
<style>
a { background-color: #C2D76F; }
a { background-color: rgb(194,215,111); }
div.DivClassName
{
background-color: #C2D76F;
}
.BgClassName
{
background-color: #C2D76F;
}
</style>
border-color css
<style>
span { border-color: #C2D76F; }
span { border-color: rgb(194,215,111); }
td.TdClassName
{
border-color: #C2D76F;
}
.TagClassName
{
border-color: #C2D76F;
}
</style>