Shades of Wild Willow #C0D65D
Tints of Wild Willow #C0D65D
RGB
CMYK
RGB Variations
Color information
#C0D65D (or 0xC0D65D) is known color: Wild Willow. HEX triplet: C0, D6 and 5D. RGB value is (192,214,93). Sum of RGB (Red+Green+Blue) = 192+214+93=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D65D is #3F29A2. Grayscale: #C2C2C2. Windows color (decimal): -4139427 or 6149824. OLE color: 6149824.
HSL color Cylindrical-coordinate representation of color #C0D65D: hue angle of 70.91º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0D65D is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 214 | 93 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.16 |
| HSL | 70.91º | 0.6% | 0.6% | - |
| HSV(B) | 70.91º | 0.57% | 0.84% | - |
| XYZ | 47.76 | 60.09 | 19.44 | - |
| YUV | 193.63 | 71.21 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 214 | 93 | 0.10 | 0 | 0.57 | 0.16 | 70.91 | 0.6 | 0.6 |
| Hex | C0 | D6 | 5D | A | 0 | 39 | 10 | 47 | 3C | 3C |
| Octal | 300 | 326 | 135 | 12 | 0 | 71 | 20 | 107 | 74 | 74 |
| Binary | 11000000 | 11010110 | 1011101 | 1010 | 0 | 111001 | 10000 | 1000111 | 111100 | 111100 |
Color Harmonies of #C0D65D
Complementary color
Monochromatic Colors of #C0D65D
Black with #C0D65D
Text Example
Text Example
White with #C0D65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D65D; }
p { color: rgb(192,214,93); }
H1.HeaderClassName
{
color: #C0D65D;
}
.AnyTagClassName
{
color: #C0D65D;
}
</style>
background-color css
<style>
a { background-color: #C0D65D; }
a { background-color: rgb(192,214,93); }
div.DivClassName
{
background-color: #C0D65D;
}
.BgClassName
{
background-color: #C0D65D;
}
</style>
border-color css
<style>
span { border-color: #C0D65D; }
span { border-color: rgb(192,214,93); }
td.TdClassName
{
border-color: #C0D65D;
}
.TagClassName
{
border-color: #C0D65D;
}
</style>