Shades of Wild Willow #C7D260
Tints of Wild Willow #C7D260
RGB
CMYK
RGB Variations
Color information
#C7D260 (or 0xC7D260) is known color: Wild Willow. HEX triplet: C7, D2 and 60. RGB value is (199,210,96). Sum of RGB (Red+Green+Blue) = 199+210+96=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 96 (37.89% from 255 or 19.01% from 505); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D260 is #382D9F. Grayscale: #C2C2C2. Windows color (decimal): -3681696 or 6345415. OLE color: 6345415.
HSL color Cylindrical-coordinate representation of color #C7D260: hue angle of 65.79º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7D260 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 210 | 96 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.18 |
| HSL | 65.79º | 0.56% | 0.6% | - |
| HSV(B) | 65.79º | 0.54% | 0.82% | - |
| XYZ | 48.71 | 59.08 | 19.9 | - |
| YUV | 193.72 | 72.86 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 210 | 96 | 0.05 | 0 | 0.54 | 0.18 | 65.79 | 0.56 | 0.6 |
| Hex | C7 | D2 | 60 | 5 | 0 | 36 | 12 | 42 | 38 | 3C |
| Octal | 307 | 322 | 140 | 5 | 0 | 66 | 22 | 102 | 70 | 74 |
| Binary | 11000111 | 11010010 | 1100000 | 101 | 0 | 110110 | 10010 | 1000010 | 111000 | 111100 |
Color Harmonies of #C7D260
Complementary color
Monochromatic Colors of #C7D260
Black with #C7D260
Text Example
Text Example
White with #C7D260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D260; }
p { color: rgb(199,210,96); }
H1.HeaderClassName
{
color: #C7D260;
}
.AnyTagClassName
{
color: #C7D260;
}
</style>
background-color css
<style>
a { background-color: #C7D260; }
a { background-color: rgb(199,210,96); }
div.DivClassName
{
background-color: #C7D260;
}
.BgClassName
{
background-color: #C7D260;
}
</style>
border-color css
<style>
span { border-color: #C7D260; }
span { border-color: rgb(199,210,96); }
td.TdClassName
{
border-color: #C7D260;
}
.TagClassName
{
border-color: #C7D260;
}
</style>