Shades of Wild Willow #C7D26B
Tints of Wild Willow #C7D26B
RGB
CMYK
RGB Variations
Color information
#C7D26B (or 0xC7D26B) is known color: Wild Willow. HEX triplet: C7, D2 and 6B. RGB value is (199,210,107). Sum of RGB (Red+Green+Blue) = 199+210+107=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 107 (42.19% from 255 or 20.74% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D26B is #382D94. Grayscale: #C3C3C3. Windows color (decimal): -3681685 or 7066311. OLE color: 7066311.
HSL color Cylindrical-coordinate representation of color #C7D26B: hue angle of 66.41º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C7D26B is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 210 | 107 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.18 |
| HSL | 66.41º | 0.53% | 0.62% | - |
| HSV(B) | 66.41º | 0.49% | 0.82% | - |
| XYZ | 49.25 | 59.3 | 22.76 | - |
| YUV | 194.97 | 78.36 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 210 | 107 | 0.05 | 0 | 0.49 | 0.18 | 66.41 | 0.53 | 0.62 |
| Hex | C7 | D2 | 6B | 5 | 0 | 31 | 12 | 42 | 35 | 3E |
| Octal | 307 | 322 | 153 | 5 | 0 | 61 | 22 | 102 | 65 | 76 |
| Binary | 11000111 | 11010010 | 1101011 | 101 | 0 | 110001 | 10010 | 1000010 | 110101 | 111110 |
Color Harmonies of #C7D26B
Complementary color
Monochromatic Colors of #C7D26B
Black with #C7D26B
Text Example
Text Example
White with #C7D26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D26B; }
p { color: rgb(199,210,107); }
H1.HeaderClassName
{
color: #C7D26B;
}
.AnyTagClassName
{
color: #C7D26B;
}
</style>
background-color css
<style>
a { background-color: #C7D26B; }
a { background-color: rgb(199,210,107); }
div.DivClassName
{
background-color: #C7D26B;
}
.BgClassName
{
background-color: #C7D26B;
}
</style>
border-color css
<style>
span { border-color: #C7D26B; }
span { border-color: rgb(199,210,107); }
td.TdClassName
{
border-color: #C7D26B;
}
.TagClassName
{
border-color: #C7D26B;
}
</style>