Shades of Wild Willow #C2D44C
Tints of Wild Willow #C2D44C
RGB
CMYK
RGB Variations
Color information
#C2D44C (or 0xC2D44C) is known color: Wild Willow. HEX triplet: C2, D4 and 4C. RGB value is (194,212,76). Sum of RGB (Red+Green+Blue) = 194+212+76=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D44C is #3D2BB3. Grayscale: #BFBFBF. Windows color (decimal): -4008884 or 5035202. OLE color: 5035202.
HSL color Cylindrical-coordinate representation of color #C2D44C: hue angle of 67.94º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2D44C is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 212 | 76 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.17 |
| HSL | 67.94º | 0.61% | 0.56% | - |
| HSV(B) | 67.94º | 0.64% | 0.83% | - |
| XYZ | 47.1 | 59.08 | 15.76 | - |
| YUV | 191.11 | 63.04 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 212 | 76 | 0.08 | 0 | 0.64 | 0.17 | 67.94 | 0.61 | 0.56 |
| Hex | C2 | D4 | 4C | 8 | 0 | 40 | 11 | 44 | 3D | 38 |
| Octal | 302 | 324 | 114 | 10 | 0 | 100 | 21 | 104 | 75 | 70 |
| Binary | 11000010 | 11010100 | 1001100 | 1000 | 0 | 1000000 | 10001 | 1000100 | 111101 | 111000 |
Color Harmonies of #C2D44C
Complementary color
Monochromatic Colors of #C2D44C
Black with #C2D44C
Text Example
Text Example
White with #C2D44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D44C; }
p { color: rgb(194,212,76); }
H1.HeaderClassName
{
color: #C2D44C;
}
.AnyTagClassName
{
color: #C2D44C;
}
</style>
background-color css
<style>
a { background-color: #C2D44C; }
a { background-color: rgb(194,212,76); }
div.DivClassName
{
background-color: #C2D44C;
}
.BgClassName
{
background-color: #C2D44C;
}
</style>
border-color css
<style>
span { border-color: #C2D44C; }
span { border-color: rgb(194,212,76); }
td.TdClassName
{
border-color: #C2D44C;
}
.TagClassName
{
border-color: #C2D44C;
}
</style>