Shades of Wild Willow #C0D155
Tints of Wild Willow #C0D155
RGB
CMYK
RGB Variations
Color information
#C0D155 (or 0xC0D155) is known color: Wild Willow. HEX triplet: C0, D1 and 55. RGB value is (192,209,85). Sum of RGB (Red+Green+Blue) = 192+209+85=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D155 is #3F2EAA. Grayscale: #BEBEBE. Windows color (decimal): -4140715 or 5624256. OLE color: 5624256.
HSL color Cylindrical-coordinate representation of color #C0D155: hue angle of 68.23º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0D155 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 85 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.18 |
| HSL | 68.23º | 0.57% | 0.58% | - |
| HSV(B) | 68.23º | 0.59% | 0.82% | - |
| XYZ | 46.18 | 57.46 | 17.25 | - |
| YUV | 189.78 | 68.87 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 85 | 0.08 | 0 | 0.59 | 0.18 | 68.23 | 0.57 | 0.58 |
| Hex | C0 | D1 | 55 | 8 | 0 | 3B | 12 | 44 | 39 | 3A |
| Octal | 300 | 321 | 125 | 10 | 0 | 73 | 22 | 104 | 71 | 72 |
| Binary | 11000000 | 11010001 | 1010101 | 1000 | 0 | 111011 | 10010 | 1000100 | 111001 | 111010 |
Color Harmonies of #C0D155
Complementary color
Monochromatic Colors of #C0D155
Black with #C0D155
Text Example
Text Example
White with #C0D155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D155; }
p { color: rgb(192,209,85); }
H1.HeaderClassName
{
color: #C0D155;
}
.AnyTagClassName
{
color: #C0D155;
}
</style>
background-color css
<style>
a { background-color: #C0D155; }
a { background-color: rgb(192,209,85); }
div.DivClassName
{
background-color: #C0D155;
}
.BgClassName
{
background-color: #C0D155;
}
</style>
border-color css
<style>
span { border-color: #C0D155; }
span { border-color: rgb(192,209,85); }
td.TdClassName
{
border-color: #C0D155;
}
.TagClassName
{
border-color: #C0D155;
}
</style>