Shades of Wild Willow #C0D85C
Tints of Wild Willow #C0D85C
RGB
CMYK
RGB Variations
Color information
#C0D85C (or 0xC0D85C) is known color: Wild Willow. HEX triplet: C0, D8 and 5C. RGB value is (192,216,92). Sum of RGB (Red+Green+Blue) = 192+216+92=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 92 (36.33% from 255 or 18.4% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D85C is #3F27A3. Grayscale: #C3C3C3. Windows color (decimal): -4138916 or 6084800. OLE color: 6084800.
HSL color Cylindrical-coordinate representation of color #C0D85C: hue angle of 71.61º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0D85C is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 92 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.15 |
| HSL | 71.61º | 0.61% | 0.6% | - |
| HSV(B) | 71.61º | 0.57% | 0.85% | - |
| XYZ | 48.23 | 61.09 | 19.38 | - |
| YUV | 194.69 | 70.05 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 92 | 0.11 | 0 | 0.57 | 0.15 | 71.61 | 0.61 | 0.6 |
| Hex | C0 | D8 | 5C | B | 0 | 39 | F | 48 | 3D | 3C |
| Octal | 300 | 330 | 134 | 13 | 0 | 71 | 17 | 110 | 75 | 74 |
| Binary | 11000000 | 11011000 | 1011100 | 1011 | 0 | 111001 | 1111 | 1001000 | 111101 | 111100 |
Color Harmonies of #C0D85C
Complementary color
Monochromatic Colors of #C0D85C
Black with #C0D85C
Text Example
Text Example
White with #C0D85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D85C; }
p { color: rgb(192,216,92); }
H1.HeaderClassName
{
color: #C0D85C;
}
.AnyTagClassName
{
color: #C0D85C;
}
</style>
background-color css
<style>
a { background-color: #C0D85C; }
a { background-color: rgb(192,216,92); }
div.DivClassName
{
background-color: #C0D85C;
}
.BgClassName
{
background-color: #C0D85C;
}
</style>
border-color css
<style>
span { border-color: #C0D85C; }
span { border-color: rgb(192,216,92); }
td.TdClassName
{
border-color: #C0D85C;
}
.TagClassName
{
border-color: #C0D85C;
}
</style>