Shades of Wild Willow #C0D55F
Tints of Wild Willow #C0D55F
RGB
CMYK
RGB Variations
Color information
#C0D55F (or 0xC0D55F) is known color: Wild Willow. HEX triplet: C0, D5 and 5F. RGB value is (192,213,95). Sum of RGB (Red+Green+Blue) = 192+213+95=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D55F is #3F2AA0. Grayscale: #C1C1C1. Windows color (decimal): -4139681 or 6280640. OLE color: 6280640.
HSL color Cylindrical-coordinate representation of color #C0D55F: hue angle of 70.68º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0D55F is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 213 | 95 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.16 |
| HSL | 70.68º | 0.58% | 0.6% | - |
| HSV(B) | 70.68º | 0.55% | 0.84% | - |
| XYZ | 47.6 | 59.62 | 19.83 | - |
| YUV | 193.27 | 72.54 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 213 | 95 | 0.10 | 0 | 0.55 | 0.16 | 70.68 | 0.58 | 0.6 |
| Hex | C0 | D5 | 5F | A | 0 | 37 | 10 | 47 | 3A | 3C |
| Octal | 300 | 325 | 137 | 12 | 0 | 67 | 20 | 107 | 72 | 74 |
| Binary | 11000000 | 11010101 | 1011111 | 1010 | 0 | 110111 | 10000 | 1000111 | 111010 | 111100 |
Color Harmonies of #C0D55F
Complementary color
Monochromatic Colors of #C0D55F
Black with #C0D55F
Text Example
Text Example
White with #C0D55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D55F; }
p { color: rgb(192,213,95); }
H1.HeaderClassName
{
color: #C0D55F;
}
.AnyTagClassName
{
color: #C0D55F;
}
</style>
background-color css
<style>
a { background-color: #C0D55F; }
a { background-color: rgb(192,213,95); }
div.DivClassName
{
background-color: #C0D55F;
}
.BgClassName
{
background-color: #C0D55F;
}
</style>
border-color css
<style>
span { border-color: #C0D55F; }
span { border-color: rgb(192,213,95); }
td.TdClassName
{
border-color: #C0D55F;
}
.TagClassName
{
border-color: #C0D55F;
}
</style>