Shades of Wild Willow #C0CD68
Tints of Wild Willow #C0CD68
RGB
CMYK
RGB Variations
Color information
#C0CD68 (or 0xC0CD68) is known color: Wild Willow. HEX triplet: C0, CD and 68. RGB value is (192,205,104). Sum of RGB (Red+Green+Blue) = 192+205+104=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CD68 is #3F3297. Grayscale: #BDBDBD. Windows color (decimal): -4141720 or 6868416. OLE color: 6868416.
HSL color Cylindrical-coordinate representation of color #C0CD68: hue angle of 67.72º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0CD68 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 104 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.20 |
| HSL | 67.72º | 0.5% | 0.61% | - |
| HSV(B) | 67.72º | 0.49% | 0.8% | - |
| XYZ | 46.07 | 55.87 | 21.45 | - |
| YUV | 189.6 | 79.69 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 104 | 0.06 | 0 | 0.49 | 0.20 | 67.72 | 0.5 | 0.61 |
| Hex | C0 | CD | 68 | 6 | 0 | 31 | 14 | 44 | 32 | 3D |
| Octal | 300 | 315 | 150 | 6 | 0 | 61 | 24 | 104 | 62 | 75 |
| Binary | 11000000 | 11001101 | 1101000 | 110 | 0 | 110001 | 10100 | 1000100 | 110010 | 111101 |
Color Harmonies of #C0CD68
Complementary color
Monochromatic Colors of #C0CD68
Black with #C0CD68
Text Example
Text Example
White with #C0CD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CD68; }
p { color: rgb(192,205,104); }
H1.HeaderClassName
{
color: #C0CD68;
}
.AnyTagClassName
{
color: #C0CD68;
}
</style>
background-color css
<style>
a { background-color: #C0CD68; }
a { background-color: rgb(192,205,104); }
div.DivClassName
{
background-color: #C0CD68;
}
.BgClassName
{
background-color: #C0CD68;
}
</style>
border-color css
<style>
span { border-color: #C0CD68; }
span { border-color: rgb(192,205,104); }
td.TdClassName
{
border-color: #C0CD68;
}
.TagClassName
{
border-color: #C0CD68;
}
</style>