Shades of Wild Willow #C0DA67
Tints of Wild Willow #C0DA67
RGB
CMYK
RGB Variations
Color information
#C0DA67 (or 0xC0DA67) is known color: Wild Willow. HEX triplet: C0, DA and 67. RGB value is (192,218,103). Sum of RGB (Red+Green+Blue) = 192+218+103=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 103 (40.62% from 255 or 20.08% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DA67 is #3F2598. Grayscale: #C5C5C5. Windows color (decimal): -4138393 or 6806208. OLE color: 6806208.
HSL color Cylindrical-coordinate representation of color #C0DA67: hue angle of 73.57º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0DA67 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 103 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.15 |
| HSL | 73.57º | 0.61% | 0.63% | - |
| HSV(B) | 73.57º | 0.53% | 0.85% | - |
| XYZ | 49.26 | 62.33 | 22.27 | - |
| YUV | 197.12 | 74.89 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 103 | 0.12 | 0 | 0.53 | 0.15 | 73.57 | 0.61 | 0.63 |
| Hex | C0 | DA | 67 | C | 0 | 35 | F | 4A | 3D | 3F |
| Octal | 300 | 332 | 147 | 14 | 0 | 65 | 17 | 112 | 75 | 77 |
| Binary | 11000000 | 11011010 | 1100111 | 1100 | 0 | 110101 | 1111 | 1001010 | 111101 | 111111 |
Color Harmonies of #C0DA67
Complementary color
Monochromatic Colors of #C0DA67
Black with #C0DA67
Text Example
Text Example
White with #C0DA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DA67; }
p { color: rgb(192,218,103); }
H1.HeaderClassName
{
color: #C0DA67;
}
.AnyTagClassName
{
color: #C0DA67;
}
</style>
background-color css
<style>
a { background-color: #C0DA67; }
a { background-color: rgb(192,218,103); }
div.DivClassName
{
background-color: #C0DA67;
}
.BgClassName
{
background-color: #C0DA67;
}
</style>
border-color css
<style>
span { border-color: #C0DA67; }
span { border-color: rgb(192,218,103); }
td.TdClassName
{
border-color: #C0DA67;
}
.TagClassName
{
border-color: #C0DA67;
}
</style>