Shades of Wild Willow #C7D26F
Tints of Wild Willow #C7D26F
RGB
CMYK
RGB Variations
Color information
#C7D26F (or 0xC7D26F) is known color: Wild Willow. HEX triplet: C7, D2 and 6F. RGB value is (199,210,111). Sum of RGB (Red+Green+Blue) = 199+210+111=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 111 (43.75% from 255 or 21.35% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D26F is #382D90. Grayscale: #C3C3C3. Windows color (decimal): -3681681 or 7328455. OLE color: 7328455.
HSL color Cylindrical-coordinate representation of color #C7D26F: hue angle of 66.67º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7D26F is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 210 | 111 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.18 |
| HSL | 66.67º | 0.52% | 0.63% | - |
| HSV(B) | 66.67º | 0.47% | 0.82% | - |
| XYZ | 49.47 | 59.38 | 23.89 | - |
| YUV | 195.43 | 80.36 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 210 | 111 | 0.05 | 0 | 0.47 | 0.18 | 66.67 | 0.52 | 0.63 |
| Hex | C7 | D2 | 6F | 5 | 0 | 2F | 12 | 43 | 34 | 3F |
| Octal | 307 | 322 | 157 | 5 | 0 | 57 | 22 | 103 | 64 | 77 |
| Binary | 11000111 | 11010010 | 1101111 | 101 | 0 | 101111 | 10010 | 1000011 | 110100 | 111111 |
Color Harmonies of #C7D26F
Complementary color
Monochromatic Colors of #C7D26F
Black with #C7D26F
Text Example
Text Example
White with #C7D26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D26F; }
p { color: rgb(199,210,111); }
H1.HeaderClassName
{
color: #C7D26F;
}
.AnyTagClassName
{
color: #C7D26F;
}
</style>
background-color css
<style>
a { background-color: #C7D26F; }
a { background-color: rgb(199,210,111); }
div.DivClassName
{
background-color: #C7D26F;
}
.BgClassName
{
background-color: #C7D26F;
}
</style>
border-color css
<style>
span { border-color: #C7D26F; }
span { border-color: rgb(199,210,111); }
td.TdClassName
{
border-color: #C7D26F;
}
.TagClassName
{
border-color: #C7D26F;
}
</style>