Shades of Wild Willow #C7D562
Tints of Wild Willow #C7D562
RGB
CMYK
RGB Variations
Color information
#C7D562 (or 0xC7D562) is known color: Wild Willow. HEX triplet: C7, D5 and 62. RGB value is (199,213,98). Sum of RGB (Red+Green+Blue) = 199+213+98=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 98 (38.67% from 255 or 19.22% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D562 is #382A9D. Grayscale: #C4C4C4. Windows color (decimal): -3680926 or 6477255. OLE color: 6477255.
HSL color Cylindrical-coordinate representation of color #C7D562: hue angle of 67.3º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7D562 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 213 | 98 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.16 |
| HSL | 67.3º | 0.58% | 0.61% | - |
| HSV(B) | 67.3º | 0.54% | 0.84% | - |
| XYZ | 49.55 | 60.61 | 20.64 | - |
| YUV | 195.7 | 72.86 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 98 | 0.07 | 0 | 0.54 | 0.16 | 67.3 | 0.58 | 0.61 |
| Hex | C7 | D5 | 62 | 7 | 0 | 36 | 10 | 43 | 3A | 3D |
| Octal | 307 | 325 | 142 | 7 | 0 | 66 | 20 | 103 | 72 | 75 |
| Binary | 11000111 | 11010101 | 1100010 | 111 | 0 | 110110 | 10000 | 1000011 | 111010 | 111101 |
Color Harmonies of #C7D562
Complementary color
Monochromatic Colors of #C7D562
Black with #C7D562
Text Example
Text Example
White with #C7D562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D562; }
p { color: rgb(199,213,98); }
H1.HeaderClassName
{
color: #C7D562;
}
.AnyTagClassName
{
color: #C7D562;
}
</style>
background-color css
<style>
a { background-color: #C7D562; }
a { background-color: rgb(199,213,98); }
div.DivClassName
{
background-color: #C7D562;
}
.BgClassName
{
background-color: #C7D562;
}
</style>
border-color css
<style>
span { border-color: #C7D562; }
span { border-color: rgb(199,213,98); }
td.TdClassName
{
border-color: #C7D562;
}
.TagClassName
{
border-color: #C7D562;
}
</style>