Shades of Wild Willow #C0D85F
Tints of Wild Willow #C0D85F
RGB
CMYK
RGB Variations
Color information
#C0D85F (or 0xC0D85F) is known color: Wild Willow. HEX triplet: C0, D8 and 5F. RGB value is (192,216,95). Sum of RGB (Red+Green+Blue) = 192+216+95=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D85F is #3F27A0. Grayscale: #C3C3C3. Windows color (decimal): -4138913 or 6281408. OLE color: 6281408.
HSL color Cylindrical-coordinate representation of color #C0D85F: hue angle of 71.9º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0D85F is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 95 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.15 |
| HSL | 71.9º | 0.61% | 0.61% | - |
| HSV(B) | 71.9º | 0.56% | 0.85% | - |
| XYZ | 48.36 | 61.14 | 20.08 | - |
| YUV | 195.03 | 71.55 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 95 | 0.11 | 0 | 0.56 | 0.15 | 71.9 | 0.61 | 0.61 |
| Hex | C0 | D8 | 5F | B | 0 | 38 | F | 48 | 3D | 3D |
| Octal | 300 | 330 | 137 | 13 | 0 | 70 | 17 | 110 | 75 | 75 |
| Binary | 11000000 | 11011000 | 1011111 | 1011 | 0 | 111000 | 1111 | 1001000 | 111101 | 111101 |
Color Harmonies of #C0D85F
Complementary color
Monochromatic Colors of #C0D85F
Black with #C0D85F
Text Example
Text Example
White with #C0D85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D85F; }
p { color: rgb(192,216,95); }
H1.HeaderClassName
{
color: #C0D85F;
}
.AnyTagClassName
{
color: #C0D85F;
}
</style>
background-color css
<style>
a { background-color: #C0D85F; }
a { background-color: rgb(192,216,95); }
div.DivClassName
{
background-color: #C0D85F;
}
.BgClassName
{
background-color: #C0D85F;
}
</style>
border-color css
<style>
span { border-color: #C0D85F; }
span { border-color: rgb(192,216,95); }
td.TdClassName
{
border-color: #C0D85F;
}
.TagClassName
{
border-color: #C0D85F;
}
</style>