Shades of Wild Willow #C7D662
Tints of Wild Willow #C7D662
RGB
CMYK
RGB Variations
Color information
#C7D662 (or 0xC7D662) is known color: Wild Willow. HEX triplet: C7, D6 and 62. RGB value is (199,214,98). Sum of RGB (Red+Green+Blue) = 199+214+98=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D662 is #38299D. Grayscale: #C4C4C4. Windows color (decimal): -3680670 or 6477511. OLE color: 6477511.
HSL color Cylindrical-coordinate representation of color #C7D662: hue angle of 67.76º degrees, saturation: 0.59, 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 #C7D662 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 214 | 98 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.16 |
| HSL | 67.76º | 0.59% | 0.61% | - |
| HSV(B) | 67.76º | 0.54% | 0.84% | - |
| XYZ | 49.8 | 61.12 | 20.73 | - |
| YUV | 196.29 | 72.53 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 214 | 98 | 0.07 | 0 | 0.54 | 0.16 | 67.76 | 0.59 | 0.61 |
| Hex | C7 | D6 | 62 | 7 | 0 | 36 | 10 | 44 | 3B | 3D |
| Octal | 307 | 326 | 142 | 7 | 0 | 66 | 20 | 104 | 73 | 75 |
| Binary | 11000111 | 11010110 | 1100010 | 111 | 0 | 110110 | 10000 | 1000100 | 111011 | 111101 |
Color Harmonies of #C7D662
Complementary color
Monochromatic Colors of #C7D662
Black with #C7D662
Text Example
Text Example
White with #C7D662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D662; }
p { color: rgb(199,214,98); }
H1.HeaderClassName
{
color: #C7D662;
}
.AnyTagClassName
{
color: #C7D662;
}
</style>
background-color css
<style>
a { background-color: #C7D662; }
a { background-color: rgb(199,214,98); }
div.DivClassName
{
background-color: #C7D662;
}
.BgClassName
{
background-color: #C7D662;
}
</style>
border-color css
<style>
span { border-color: #C7D662; }
span { border-color: rgb(199,214,98); }
td.TdClassName
{
border-color: #C7D662;
}
.TagClassName
{
border-color: #C7D662;
}
</style>