Shades of Wild Willow #C0D15B
Tints of Wild Willow #C0D15B
RGB
CMYK
RGB Variations
Color information
#C0D15B (or 0xC0D15B) is known color: Wild Willow. HEX triplet: C0, D1 and 5B. RGB value is (192,209,91). Sum of RGB (Red+Green+Blue) = 192+209+91=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 91 (35.94% from 255 or 18.50% from 492); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D15B is #3F2EA4. Grayscale: #BEBEBE. Windows color (decimal): -4140709 or 6017472. OLE color: 6017472.
HSL color Cylindrical-coordinate representation of color #C0D15B: hue angle of 68.64º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0D15B is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 91 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.18 |
| HSL | 68.64º | 0.56% | 0.59% | - |
| HSV(B) | 68.64º | 0.56% | 0.82% | - |
| XYZ | 46.43 | 57.56 | 18.56 | - |
| YUV | 190.47 | 71.87 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 91 | 0.08 | 0 | 0.56 | 0.18 | 68.64 | 0.56 | 0.59 |
| Hex | C0 | D1 | 5B | 8 | 0 | 38 | 12 | 45 | 38 | 3B |
| Octal | 300 | 321 | 133 | 10 | 0 | 70 | 22 | 105 | 70 | 73 |
| Binary | 11000000 | 11010001 | 1011011 | 1000 | 0 | 111000 | 10010 | 1000101 | 111000 | 111011 |
Color Harmonies of #C0D15B
Complementary color
Monochromatic Colors of #C0D15B
Black with #C0D15B
Text Example
Text Example
White with #C0D15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D15B; }
p { color: rgb(192,209,91); }
H1.HeaderClassName
{
color: #C0D15B;
}
.AnyTagClassName
{
color: #C0D15B;
}
</style>
background-color css
<style>
a { background-color: #C0D15B; }
a { background-color: rgb(192,209,91); }
div.DivClassName
{
background-color: #C0D15B;
}
.BgClassName
{
background-color: #C0D15B;
}
</style>
border-color css
<style>
span { border-color: #C0D15B; }
span { border-color: rgb(192,209,91); }
td.TdClassName
{
border-color: #C0D15B;
}
.TagClassName
{
border-color: #C0D15B;
}
</style>