Shades of Wild Willow #C7DC5B
Tints of Wild Willow #C7DC5B
RGB
CMYK
RGB Variations
Color information
#C7DC5B (or 0xC7DC5B) is known color: Wild Willow. HEX triplet: C7, DC and 5B. RGB value is (199,220,91). Sum of RGB (Red+Green+Blue) = 199+220+91=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 91 (35.94% from 255 or 17.84% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7DC5B is #3823A4. Grayscale: #C7C7C7. Windows color (decimal): -3679141 or 6020295. OLE color: 6020295.
HSL color Cylindrical-coordinate representation of color #C7DC5B: hue angle of 69.77º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C7DC5B is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 91 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.14 |
| HSL | 69.77º | 0.65% | 0.61% | - |
| HSV(B) | 69.77º | 0.59% | 0.86% | - |
| XYZ | 51.03 | 64.08 | 19.58 | - |
| YUV | 199.02 | 67.04 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 91 | 0.10 | 0 | 0.59 | 0.14 | 69.77 | 0.65 | 0.61 |
| Hex | C7 | DC | 5B | A | 0 | 3B | E | 46 | 41 | 3D |
| Octal | 307 | 334 | 133 | 12 | 0 | 73 | 16 | 106 | 101 | 75 |
| Binary | 11000111 | 11011100 | 1011011 | 1010 | 0 | 111011 | 1110 | 1000110 | 1000001 | 111101 |
Color Harmonies of #C7DC5B
Complementary color
Monochromatic Colors of #C7DC5B
Black with #C7DC5B
Text Example
Text Example
White with #C7DC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DC5B; }
p { color: rgb(199,220,91); }
H1.HeaderClassName
{
color: #C7DC5B;
}
.AnyTagClassName
{
color: #C7DC5B;
}
</style>
background-color css
<style>
a { background-color: #C7DC5B; }
a { background-color: rgb(199,220,91); }
div.DivClassName
{
background-color: #C7DC5B;
}
.BgClassName
{
background-color: #C7DC5B;
}
</style>
border-color css
<style>
span { border-color: #C7DC5B; }
span { border-color: rgb(199,220,91); }
td.TdClassName
{
border-color: #C7DC5B;
}
.TagClassName
{
border-color: #C7DC5B;
}
</style>