Shades of Wild Willow #C7D555
Tints of Wild Willow #C7D555
RGB
CMYK
RGB Variations
Color information
#C7D555 (or 0xC7D555) is known color: Wild Willow. HEX triplet: C7, D5 and 55. RGB value is (199,213,85). Sum of RGB (Red+Green+Blue) = 199+213+85=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D555 is #382AAA. Grayscale: #C2C2C2. Windows color (decimal): -3680939 or 5625287. OLE color: 5625287.
HSL color Cylindrical-coordinate representation of color #C7D555: hue angle of 66.56º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7D555 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 213 | 85 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.16 |
| HSL | 66.56º | 0.6% | 0.58% | - |
| HSV(B) | 66.56º | 0.6% | 0.84% | - |
| XYZ | 48.99 | 60.39 | 17.67 | - |
| YUV | 194.22 | 66.36 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 85 | 0.07 | 0 | 0.60 | 0.16 | 66.56 | 0.6 | 0.58 |
| Hex | C7 | D5 | 55 | 7 | 0 | 3C | 10 | 43 | 3C | 3A |
| Octal | 307 | 325 | 125 | 7 | 0 | 74 | 20 | 103 | 74 | 72 |
| Binary | 11000111 | 11010101 | 1010101 | 111 | 0 | 111100 | 10000 | 1000011 | 111100 | 111010 |
Color Harmonies of #C7D555
Complementary color
Monochromatic Colors of #C7D555
Black with #C7D555
Text Example
Text Example
White with #C7D555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D555; }
p { color: rgb(199,213,85); }
H1.HeaderClassName
{
color: #C7D555;
}
.AnyTagClassName
{
color: #C7D555;
}
</style>
background-color css
<style>
a { background-color: #C7D555; }
a { background-color: rgb(199,213,85); }
div.DivClassName
{
background-color: #C7D555;
}
.BgClassName
{
background-color: #C7D555;
}
</style>
border-color css
<style>
span { border-color: #C7D555; }
span { border-color: rgb(199,213,85); }
td.TdClassName
{
border-color: #C7D555;
}
.TagClassName
{
border-color: #C7D555;
}
</style>