Shades of Wild Willow #C0D574
Tints of Wild Willow #C0D574
RGB
CMYK
RGB Variations
Color information
#C0D574 (or 0xC0D574) is known color: Wild Willow. HEX triplet: C0, D5 and 74. RGB value is (192,213,116). Sum of RGB (Red+Green+Blue) = 192+213+116=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D574 is #3F2A8B. Grayscale: #C4C4C4. Windows color (decimal): -4139660 or 7656896. OLE color: 7656896.
HSL color Cylindrical-coordinate representation of color #C0D574: hue angle of 72.99º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0D574 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 213 | 116 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.16 |
| HSL | 72.99º | 0.54% | 0.65% | - |
| HSV(B) | 72.99º | 0.46% | 0.84% | - |
| XYZ | 48.68 | 60.06 | 25.55 | - |
| YUV | 195.66 | 83.04 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 213 | 116 | 0.10 | 0 | 0.46 | 0.16 | 72.99 | 0.54 | 0.65 |
| Hex | C0 | D5 | 74 | A | 0 | 2E | 10 | 49 | 36 | 41 |
| Octal | 300 | 325 | 164 | 12 | 0 | 56 | 20 | 111 | 66 | 101 |
| Binary | 11000000 | 11010101 | 1110100 | 1010 | 0 | 101110 | 10000 | 1001001 | 110110 | 1000001 |
Color Harmonies of #C0D574
Complementary color
Monochromatic Colors of #C0D574
Black with #C0D574
Text Example
Text Example
White with #C0D574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D574; }
p { color: rgb(192,213,116); }
H1.HeaderClassName
{
color: #C0D574;
}
.AnyTagClassName
{
color: #C0D574;
}
</style>
background-color css
<style>
a { background-color: #C0D574; }
a { background-color: rgb(192,213,116); }
div.DivClassName
{
background-color: #C0D574;
}
.BgClassName
{
background-color: #C0D574;
}
</style>
border-color css
<style>
span { border-color: #C0D574; }
span { border-color: rgb(192,213,116); }
td.TdClassName
{
border-color: #C0D574;
}
.TagClassName
{
border-color: #C0D574;
}
</style>