Shades of Wild Willow #C2D870
Tints of Wild Willow #C2D870
RGB
CMYK
RGB Variations
Color information
#C2D870 (or 0xC2D870) is known color: Wild Willow. HEX triplet: C2, D8 and 70. RGB value is (194,216,112). Sum of RGB (Red+Green+Blue) = 194+216+112=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D870 is #3D278F. Grayscale: #C5C5C5. Windows color (decimal): -4007824 or 7395522. OLE color: 7395522.
HSL color Cylindrical-coordinate representation of color #C2D870: hue angle of 72.69º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2D870 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 216 | 112 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.15 |
| HSL | 72.69º | 0.57% | 0.64% | - |
| HSV(B) | 72.69º | 0.48% | 0.85% | - |
| XYZ | 49.73 | 61.75 | 24.63 | - |
| YUV | 197.57 | 79.71 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 216 | 112 | 0.10 | 0 | 0.48 | 0.15 | 72.69 | 0.57 | 0.64 |
| Hex | C2 | D8 | 70 | A | 0 | 30 | F | 49 | 39 | 40 |
| Octal | 302 | 330 | 160 | 12 | 0 | 60 | 17 | 111 | 71 | 100 |
| Binary | 11000010 | 11011000 | 1110000 | 1010 | 0 | 110000 | 1111 | 1001001 | 111001 | 1000000 |
Color Harmonies of #C2D870
Complementary color
Monochromatic Colors of #C2D870
Black with #C2D870
Text Example
Text Example
White with #C2D870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D870; }
p { color: rgb(194,216,112); }
H1.HeaderClassName
{
color: #C2D870;
}
.AnyTagClassName
{
color: #C2D870;
}
</style>
background-color css
<style>
a { background-color: #C2D870; }
a { background-color: rgb(194,216,112); }
div.DivClassName
{
background-color: #C2D870;
}
.BgClassName
{
background-color: #C2D870;
}
</style>
border-color css
<style>
span { border-color: #C2D870; }
span { border-color: rgb(194,216,112); }
td.TdClassName
{
border-color: #C2D870;
}
.TagClassName
{
border-color: #C2D870;
}
</style>