Shades of Wild Willow #C0D871
Tints of Wild Willow #C0D871
RGB
CMYK
RGB Variations
Color information
#C0D871 (or 0xC0D871) is known color: Wild Willow. HEX triplet: C0, D8 and 71. RGB value is (192,216,113). Sum of RGB (Red+Green+Blue) = 192+216+113=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D871 is #3F278E. Grayscale: #C5C5C5. Windows color (decimal): -4138895 or 7461056. OLE color: 7461056.
HSL color Cylindrical-coordinate representation of color #C0D871: hue angle of 73.98º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0D871 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 113 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.15 |
| HSL | 73.98º | 0.57% | 0.65% | - |
| HSV(B) | 73.98º | 0.48% | 0.85% | - |
| XYZ | 49.27 | 61.51 | 24.9 | - |
| YUV | 197.08 | 80.55 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 113 | 0.11 | 0 | 0.48 | 0.15 | 73.98 | 0.57 | 0.65 |
| Hex | C0 | D8 | 71 | B | 0 | 30 | F | 4A | 39 | 41 |
| Octal | 300 | 330 | 161 | 13 | 0 | 60 | 17 | 112 | 71 | 101 |
| Binary | 11000000 | 11011000 | 1110001 | 1011 | 0 | 110000 | 1111 | 1001010 | 111001 | 1000001 |
Color Harmonies of #C0D871
Complementary color
Monochromatic Colors of #C0D871
Black with #C0D871
Text Example
Text Example
White with #C0D871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D871; }
p { color: rgb(192,216,113); }
H1.HeaderClassName
{
color: #C0D871;
}
.AnyTagClassName
{
color: #C0D871;
}
</style>
background-color css
<style>
a { background-color: #C0D871; }
a { background-color: rgb(192,216,113); }
div.DivClassName
{
background-color: #C0D871;
}
.BgClassName
{
background-color: #C0D871;
}
</style>
border-color css
<style>
span { border-color: #C0D871; }
span { border-color: rgb(192,216,113); }
td.TdClassName
{
border-color: #C0D871;
}
.TagClassName
{
border-color: #C0D871;
}
</style>