Shades of Wild Willow #C0CD5B
Tints of Wild Willow #C0CD5B
RGB
CMYK
RGB Variations
Color information
#C0CD5B (or 0xC0CD5B) is known color: Wild Willow. HEX triplet: C0, CD and 5B. RGB value is (192,205,91). Sum of RGB (Red+Green+Blue) = 192+205+91=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CD5B is #3F32A4. Grayscale: #BCBCBC. Windows color (decimal): -4141733 or 6016448. OLE color: 6016448.
HSL color Cylindrical-coordinate representation of color #C0CD5B: hue angle of 66.84º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0CD5B is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 91 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.20 |
| HSL | 66.84º | 0.53% | 0.58% | - |
| HSV(B) | 66.84º | 0.56% | 0.8% | - |
| XYZ | 45.46 | 55.62 | 18.24 | - |
| YUV | 188.12 | 73.19 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 91 | 0.06 | 0 | 0.56 | 0.20 | 66.84 | 0.53 | 0.58 |
| Hex | C0 | CD | 5B | 6 | 0 | 38 | 14 | 43 | 35 | 3A |
| Octal | 300 | 315 | 133 | 6 | 0 | 70 | 24 | 103 | 65 | 72 |
| Binary | 11000000 | 11001101 | 1011011 | 110 | 0 | 111000 | 10100 | 1000011 | 110101 | 111010 |
Color Harmonies of #C0CD5B
Complementary color
Monochromatic Colors of #C0CD5B
Black with #C0CD5B
Text Example
Text Example
White with #C0CD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CD5B; }
p { color: rgb(192,205,91); }
H1.HeaderClassName
{
color: #C0CD5B;
}
.AnyTagClassName
{
color: #C0CD5B;
}
</style>
background-color css
<style>
a { background-color: #C0CD5B; }
a { background-color: rgb(192,205,91); }
div.DivClassName
{
background-color: #C0CD5B;
}
.BgClassName
{
background-color: #C0CD5B;
}
</style>
border-color css
<style>
span { border-color: #C0CD5B; }
span { border-color: rgb(192,205,91); }
td.TdClassName
{
border-color: #C0CD5B;
}
.TagClassName
{
border-color: #C0CD5B;
}
</style>