Shades of Wild Willow #C0D557
Tints of Wild Willow #C0D557
RGB
CMYK
RGB Variations
Color information
#C0D557 (or 0xC0D557) is known color: Wild Willow. HEX triplet: C0, D5 and 57. RGB value is (192,213,87). Sum of RGB (Red+Green+Blue) = 192+213+87=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 87 (34.38% from 255 or 17.68% from 492); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D557 is #3F2AA8. Grayscale: #C0C0C0. Windows color (decimal): -4139689 or 5756352. OLE color: 5756352.
HSL color Cylindrical-coordinate representation of color #C0D557: hue angle of 70º degrees, saturation: 0.6, 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 #C0D557 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 213 | 87 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.16 |
| HSL | 70º | 0.6% | 0.59% | - |
| HSV(B) | 70º | 0.59% | 0.84% | - |
| XYZ | 47.25 | 59.48 | 18.01 | - |
| YUV | 192.36 | 68.54 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 213 | 87 | 0.10 | 0 | 0.59 | 0.16 | 70 | 0.6 | 0.59 |
| Hex | C0 | D5 | 57 | A | 0 | 3B | 10 | 46 | 3C | 3B |
| Octal | 300 | 325 | 127 | 12 | 0 | 73 | 20 | 106 | 74 | 73 |
| Binary | 11000000 | 11010101 | 1010111 | 1010 | 0 | 111011 | 10000 | 1000110 | 111100 | 111011 |
Color Harmonies of #C0D557
Complementary color
Monochromatic Colors of #C0D557
Black with #C0D557
Text Example
Text Example
White with #C0D557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D557; }
p { color: rgb(192,213,87); }
H1.HeaderClassName
{
color: #C0D557;
}
.AnyTagClassName
{
color: #C0D557;
}
</style>
background-color css
<style>
a { background-color: #C0D557; }
a { background-color: rgb(192,213,87); }
div.DivClassName
{
background-color: #C0D557;
}
.BgClassName
{
background-color: #C0D557;
}
</style>
border-color css
<style>
span { border-color: #C0D557; }
span { border-color: rgb(192,213,87); }
td.TdClassName
{
border-color: #C0D557;
}
.TagClassName
{
border-color: #C0D557;
}
</style>