Shades of Wild Willow #C7DC58
Tints of Wild Willow #C7DC58
RGB
CMYK
RGB Variations
Color information
#C7DC58 (or 0xC7DC58) is known color: Wild Willow. HEX triplet: C7, DC and 58. RGB value is (199,220,88). Sum of RGB (Red+Green+Blue) = 199+220+88=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7DC58 is #3823A7. Grayscale: #C7C7C7. Windows color (decimal): -3679144 or 5823687. OLE color: 5823687.
HSL color Cylindrical-coordinate representation of color #C7DC58: hue angle of 69.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7DC58 is Cyan = 0.10, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 88 | - |
| CMYK | 0.10 | 0 | 0.6 | 0.14 |
| HSL | 69.55º | 0.65% | 0.6% | - |
| HSV(B) | 69.55º | 0.6% | 0.86% | - |
| XYZ | 50.91 | 64.03 | 18.91 | - |
| YUV | 198.67 | 65.54 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 88 | 0.10 | 0 | 0.6 | 0.14 | 69.55 | 0.65 | 0.6 |
| Hex | C7 | DC | 58 | A | 0 | 3C | E | 46 | 41 | 3C |
| Octal | 307 | 334 | 130 | 12 | 0 | 74 | 16 | 106 | 101 | 74 |
| Binary | 11000111 | 11011100 | 1011000 | 1010 | 0 | 111100 | 1110 | 1000110 | 1000001 | 111100 |
Color Harmonies of #C7DC58
Complementary color
Monochromatic Colors of #C7DC58
Black with #C7DC58
Text Example
Text Example
White with #C7DC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DC58; }
p { color: rgb(199,220,88); }
H1.HeaderClassName
{
color: #C7DC58;
}
.AnyTagClassName
{
color: #C7DC58;
}
</style>
background-color css
<style>
a { background-color: #C7DC58; }
a { background-color: rgb(199,220,88); }
div.DivClassName
{
background-color: #C7DC58;
}
.BgClassName
{
background-color: #C7DC58;
}
</style>
border-color css
<style>
span { border-color: #C7DC58; }
span { border-color: rgb(199,220,88); }
td.TdClassName
{
border-color: #C7DC58;
}
.TagClassName
{
border-color: #C7DC58;
}
</style>