Shades of Wild Willow #C0D658
Tints of Wild Willow #C0D658
RGB
CMYK
RGB Variations
Color information
#C0D658 (or 0xC0D658) is known color: Wild Willow. HEX triplet: C0, D6 and 58. RGB value is (192,214,88). Sum of RGB (Red+Green+Blue) = 192+214+88=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 88 (34.77% from 255 or 17.81% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D658 is #3F29A7. Grayscale: #C1C1C1. Windows color (decimal): -4139432 or 5822144. OLE color: 5822144.
HSL color Cylindrical-coordinate representation of color #C0D658: hue angle of 70.48º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0D658 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 214 | 88 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.16 |
| HSL | 70.48º | 0.61% | 0.59% | - |
| HSV(B) | 70.48º | 0.59% | 0.84% | - |
| XYZ | 47.55 | 60 | 18.31 | - |
| YUV | 193.06 | 68.71 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 214 | 88 | 0.10 | 0 | 0.59 | 0.16 | 70.48 | 0.61 | 0.59 |
| Hex | C0 | D6 | 58 | A | 0 | 3B | 10 | 46 | 3D | 3B |
| Octal | 300 | 326 | 130 | 12 | 0 | 73 | 20 | 106 | 75 | 73 |
| Binary | 11000000 | 11010110 | 1011000 | 1010 | 0 | 111011 | 10000 | 1000110 | 111101 | 111011 |
Color Harmonies of #C0D658
Complementary color
Monochromatic Colors of #C0D658
Black with #C0D658
Text Example
Text Example
White with #C0D658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D658; }
p { color: rgb(192,214,88); }
H1.HeaderClassName
{
color: #C0D658;
}
.AnyTagClassName
{
color: #C0D658;
}
</style>
background-color css
<style>
a { background-color: #C0D658; }
a { background-color: rgb(192,214,88); }
div.DivClassName
{
background-color: #C0D658;
}
.BgClassName
{
background-color: #C0D658;
}
</style>
border-color css
<style>
span { border-color: #C0D658; }
span { border-color: rgb(192,214,88); }
td.TdClassName
{
border-color: #C0D658;
}
.TagClassName
{
border-color: #C0D658;
}
</style>