Shades of Wild Willow #C0D172
Tints of Wild Willow #C0D172
RGB
CMYK
RGB Variations
Color information
#C0D172 (or 0xC0D172) is known color: Wild Willow. HEX triplet: C0, D1 and 72. RGB value is (192,209,114). Sum of RGB (Red+Green+Blue) = 192+209+114=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D172 is #3F2E8D. Grayscale: #C1C1C1. Windows color (decimal): -4140686 or 7524800. OLE color: 7524800.
HSL color Cylindrical-coordinate representation of color #C0D172: hue angle of 70.74º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0D172 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 114 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.18 |
| HSL | 70.74º | 0.51% | 0.63% | - |
| HSV(B) | 70.74º | 0.45% | 0.82% | - |
| XYZ | 47.58 | 58.02 | 24.61 | - |
| YUV | 193.09 | 83.37 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 114 | 0.08 | 0 | 0.45 | 0.18 | 70.74 | 0.51 | 0.63 |
| Hex | C0 | D1 | 72 | 8 | 0 | 2D | 12 | 47 | 33 | 3F |
| Octal | 300 | 321 | 162 | 10 | 0 | 55 | 22 | 107 | 63 | 77 |
| Binary | 11000000 | 11010001 | 1110010 | 1000 | 0 | 101101 | 10010 | 1000111 | 110011 | 111111 |
Color Harmonies of #C0D172
Complementary color
Monochromatic Colors of #C0D172
Black with #C0D172
Text Example
Text Example
White with #C0D172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D172; }
p { color: rgb(192,209,114); }
H1.HeaderClassName
{
color: #C0D172;
}
.AnyTagClassName
{
color: #C0D172;
}
</style>
background-color css
<style>
a { background-color: #C0D172; }
a { background-color: rgb(192,209,114); }
div.DivClassName
{
background-color: #C0D172;
}
.BgClassName
{
background-color: #C0D172;
}
</style>
border-color css
<style>
span { border-color: #C0D172; }
span { border-color: rgb(192,209,114); }
td.TdClassName
{
border-color: #C0D172;
}
.TagClassName
{
border-color: #C0D172;
}
</style>