Shades of Wild Willow #C2D272
Tints of Wild Willow #C2D272
RGB
CMYK
RGB Variations
Color information
#C2D272 (or 0xC2D272) is known color: Wild Willow. HEX triplet: C2, D2 and 72. RGB value is (194,210,114). Sum of RGB (Red+Green+Blue) = 194+210+114=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D272 is #3D2D8D. Grayscale: #C2C2C2. Windows color (decimal): -4009358 or 7525058. OLE color: 7525058.
HSL color Cylindrical-coordinate representation of color #C2D272: hue angle of 70º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2D272 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 210 | 114 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.18 |
| HSL | 70º | 0.52% | 0.64% | - |
| HSV(B) | 70º | 0.46% | 0.82% | - |
| XYZ | 48.33 | 58.78 | 24.72 | - |
| YUV | 194.27 | 82.7 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 114 | 0.08 | 0 | 0.46 | 0.18 | 70 | 0.52 | 0.64 |
| Hex | C2 | D2 | 72 | 8 | 0 | 2E | 12 | 46 | 34 | 40 |
| Octal | 302 | 322 | 162 | 10 | 0 | 56 | 22 | 106 | 64 | 100 |
| Binary | 11000010 | 11010010 | 1110010 | 1000 | 0 | 101110 | 10010 | 1000110 | 110100 | 1000000 |
Color Harmonies of #C2D272
Complementary color
Monochromatic Colors of #C2D272
Black with #C2D272
Text Example
Text Example
White with #C2D272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D272; }
p { color: rgb(194,210,114); }
H1.HeaderClassName
{
color: #C2D272;
}
.AnyTagClassName
{
color: #C2D272;
}
</style>
background-color css
<style>
a { background-color: #C2D272; }
a { background-color: rgb(194,210,114); }
div.DivClassName
{
background-color: #C2D272;
}
.BgClassName
{
background-color: #C2D272;
}
</style>
border-color css
<style>
span { border-color: #C2D272; }
span { border-color: rgb(194,210,114); }
td.TdClassName
{
border-color: #C2D272;
}
.TagClassName
{
border-color: #C2D272;
}
</style>