Shades of Wild Willow #C7D26D
Tints of Wild Willow #C7D26D
RGB
CMYK
RGB Variations
Color information
#C7D26D (or 0xC7D26D) is known color: Wild Willow. HEX triplet: C7, D2 and 6D. RGB value is (199,210,109). Sum of RGB (Red+Green+Blue) = 199+210+109=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D26D is #382D92. Grayscale: #C3C3C3. Windows color (decimal): -3681683 or 7197383. OLE color: 7197383.
HSL color Cylindrical-coordinate representation of color #C7D26D: hue angle of 66.53º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C7D26D is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 210 | 109 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.18 |
| HSL | 66.53º | 0.53% | 0.63% | - |
| HSV(B) | 66.53º | 0.48% | 0.82% | - |
| XYZ | 49.36 | 59.34 | 23.32 | - |
| YUV | 195.2 | 79.36 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 210 | 109 | 0.05 | 0 | 0.48 | 0.18 | 66.53 | 0.53 | 0.63 |
| Hex | C7 | D2 | 6D | 5 | 0 | 30 | 12 | 43 | 35 | 3F |
| Octal | 307 | 322 | 155 | 5 | 0 | 60 | 22 | 103 | 65 | 77 |
| Binary | 11000111 | 11010010 | 1101101 | 101 | 0 | 110000 | 10010 | 1000011 | 110101 | 111111 |
Color Harmonies of #C7D26D
Complementary color
Monochromatic Colors of #C7D26D
Black with #C7D26D
Text Example
Text Example
White with #C7D26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D26D; }
p { color: rgb(199,210,109); }
H1.HeaderClassName
{
color: #C7D26D;
}
.AnyTagClassName
{
color: #C7D26D;
}
</style>
background-color css
<style>
a { background-color: #C7D26D; }
a { background-color: rgb(199,210,109); }
div.DivClassName
{
background-color: #C7D26D;
}
.BgClassName
{
background-color: #C7D26D;
}
</style>
border-color css
<style>
span { border-color: #C7D26D; }
span { border-color: rgb(199,210,109); }
td.TdClassName
{
border-color: #C7D26D;
}
.TagClassName
{
border-color: #C7D26D;
}
</style>