Shades of Wild Willow #C0D45F
Tints of Wild Willow #C0D45F
RGB
CMYK
RGB Variations
Color information
#C0D45F (or 0xC0D45F) is known color: Wild Willow. HEX triplet: C0, D4 and 5F. RGB value is (192,212,95). Sum of RGB (Red+Green+Blue) = 192+212+95=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D45F is #3F2BA0. Grayscale: #C1C1C1. Windows color (decimal): -4139937 or 6280384. OLE color: 6280384.
HSL color Cylindrical-coordinate representation of color #C0D45F: hue angle of 70.26º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0D45F is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 212 | 95 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.17 |
| HSL | 70.26º | 0.58% | 0.6% | - |
| HSV(B) | 70.26º | 0.55% | 0.83% | - |
| XYZ | 47.35 | 59.12 | 19.74 | - |
| YUV | 192.68 | 72.87 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 212 | 95 | 0.09 | 0 | 0.55 | 0.17 | 70.26 | 0.58 | 0.6 |
| Hex | C0 | D4 | 5F | 9 | 0 | 37 | 11 | 46 | 3A | 3C |
| Octal | 300 | 324 | 137 | 11 | 0 | 67 | 21 | 106 | 72 | 74 |
| Binary | 11000000 | 11010100 | 1011111 | 1001 | 0 | 110111 | 10001 | 1000110 | 111010 | 111100 |
Color Harmonies of #C0D45F
Complementary color
Monochromatic Colors of #C0D45F
Black with #C0D45F
Text Example
Text Example
White with #C0D45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D45F; }
p { color: rgb(192,212,95); }
H1.HeaderClassName
{
color: #C0D45F;
}
.AnyTagClassName
{
color: #C0D45F;
}
</style>
background-color css
<style>
a { background-color: #C0D45F; }
a { background-color: rgb(192,212,95); }
div.DivClassName
{
background-color: #C0D45F;
}
.BgClassName
{
background-color: #C0D45F;
}
</style>
border-color css
<style>
span { border-color: #C0D45F; }
span { border-color: rgb(192,212,95); }
td.TdClassName
{
border-color: #C0D45F;
}
.TagClassName
{
border-color: #C0D45F;
}
</style>