Shades of Wild Willow #C0D758
Tints of Wild Willow #C0D758
RGB
CMYK
RGB Variations
Color information
#C0D758 (or 0xC0D758) is known color: Wild Willow. HEX triplet: C0, D7 and 58. RGB value is (192,215,88). Sum of RGB (Red+Green+Blue) = 192+215+88=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 88 (34.77% from 255 or 17.78% from 495); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D758 is #3F28A7. Grayscale: #C2C2C2. Windows color (decimal): -4139176 or 5822400. OLE color: 5822400.
HSL color Cylindrical-coordinate representation of color #C0D758: hue angle of 70.87º 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 #C0D758 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 88 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.16 |
| HSL | 70.87º | 0.61% | 0.59% | - |
| HSV(B) | 70.87º | 0.59% | 0.84% | - |
| XYZ | 47.8 | 60.51 | 18.39 | - |
| YUV | 193.65 | 68.38 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 88 | 0.11 | 0 | 0.59 | 0.16 | 70.87 | 0.61 | 0.59 |
| Hex | C0 | D7 | 58 | B | 0 | 3B | 10 | 47 | 3D | 3B |
| Octal | 300 | 327 | 130 | 13 | 0 | 73 | 20 | 107 | 75 | 73 |
| Binary | 11000000 | 11010111 | 1011000 | 1011 | 0 | 111011 | 10000 | 1000111 | 111101 | 111011 |
Color Harmonies of #C0D758
Complementary color
Monochromatic Colors of #C0D758
Black with #C0D758
Text Example
Text Example
White with #C0D758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D758; }
p { color: rgb(192,215,88); }
H1.HeaderClassName
{
color: #C0D758;
}
.AnyTagClassName
{
color: #C0D758;
}
</style>
background-color css
<style>
a { background-color: #C0D758; }
a { background-color: rgb(192,215,88); }
div.DivClassName
{
background-color: #C0D758;
}
.BgClassName
{
background-color: #C0D758;
}
</style>
border-color css
<style>
span { border-color: #C0D758; }
span { border-color: rgb(192,215,88); }
td.TdClassName
{
border-color: #C0D758;
}
.TagClassName
{
border-color: #C0D758;
}
</style>