Shades of Wild Willow #C2D572
Tints of Wild Willow #C2D572
RGB
CMYK
RGB Variations
Color information
#C2D572 (or 0xC2D572) is known color: Wild Willow. HEX triplet: C2, D5 and 72. RGB value is (194,213,114). Sum of RGB (Red+Green+Blue) = 194+213+114=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D572 is #3D2A8D. Grayscale: #C4C4C4. Windows color (decimal): -4008590 or 7525826. OLE color: 7525826.
HSL color Cylindrical-coordinate representation of color #C2D572: hue angle of 71.52º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2D572 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 114 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.16 |
| HSL | 71.52º | 0.54% | 0.64% | - |
| HSV(B) | 71.52º | 0.46% | 0.84% | - |
| XYZ | 49.08 | 60.27 | 24.97 | - |
| YUV | 196.03 | 81.71 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 114 | 0.09 | 0 | 0.46 | 0.16 | 71.52 | 0.54 | 0.64 |
| Hex | C2 | D5 | 72 | 9 | 0 | 2E | 10 | 48 | 36 | 40 |
| Octal | 302 | 325 | 162 | 11 | 0 | 56 | 20 | 110 | 66 | 100 |
| Binary | 11000010 | 11010101 | 1110010 | 1001 | 0 | 101110 | 10000 | 1001000 | 110110 | 1000000 |
Color Harmonies of #C2D572
Complementary color
Monochromatic Colors of #C2D572
Black with #C2D572
Text Example
Text Example
White with #C2D572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D572; }
p { color: rgb(194,213,114); }
H1.HeaderClassName
{
color: #C2D572;
}
.AnyTagClassName
{
color: #C2D572;
}
</style>
background-color css
<style>
a { background-color: #C2D572; }
a { background-color: rgb(194,213,114); }
div.DivClassName
{
background-color: #C2D572;
}
.BgClassName
{
background-color: #C2D572;
}
</style>
border-color css
<style>
span { border-color: #C2D572; }
span { border-color: rgb(194,213,114); }
td.TdClassName
{
border-color: #C2D572;
}
.TagClassName
{
border-color: #C2D572;
}
</style>