Shades of Wild Willow #C0DF65
Tints of Wild Willow #C0DF65
RGB
CMYK
RGB Variations
Color information
#C0DF65 (or 0xC0DF65) is known color: Wild Willow. HEX triplet: C0, DF and 65. RGB value is (192,223,101). Sum of RGB (Red+Green+Blue) = 192+223+101=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DF65 is #3F209A. Grayscale: #C8C8C8. Windows color (decimal): -4137115 or 6676416. OLE color: 6676416.
HSL color Cylindrical-coordinate representation of color #C0DF65: hue angle of 75.25º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0DF65 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 101 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.13 |
| HSL | 75.25º | 0.66% | 0.64% | - |
| HSV(B) | 75.25º | 0.55% | 0.87% | - |
| XYZ | 50.47 | 64.92 | 22.18 | - |
| YUV | 199.82 | 72.23 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 101 | 0.14 | 0 | 0.55 | 0.13 | 75.25 | 0.66 | 0.64 |
| Hex | C0 | DF | 65 | E | 0 | 37 | D | 4B | 42 | 40 |
| Octal | 300 | 337 | 145 | 16 | 0 | 67 | 15 | 113 | 102 | 100 |
| Binary | 11000000 | 11011111 | 1100101 | 1110 | 0 | 110111 | 1101 | 1001011 | 1000010 | 1000000 |
Color Harmonies of #C0DF65
Complementary color
Monochromatic Colors of #C0DF65
Black with #C0DF65
Text Example
Text Example
White with #C0DF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF65; }
p { color: rgb(192,223,101); }
H1.HeaderClassName
{
color: #C0DF65;
}
.AnyTagClassName
{
color: #C0DF65;
}
</style>
background-color css
<style>
a { background-color: #C0DF65; }
a { background-color: rgb(192,223,101); }
div.DivClassName
{
background-color: #C0DF65;
}
.BgClassName
{
background-color: #C0DF65;
}
</style>
border-color css
<style>
span { border-color: #C0DF65; }
span { border-color: rgb(192,223,101); }
td.TdClassName
{
border-color: #C0DF65;
}
.TagClassName
{
border-color: #C0DF65;
}
</style>