Shades of Wild Willow #C7D35E
Tints of Wild Willow #C7D35E
RGB
CMYK
RGB Variations
Color information
#C7D35E (or 0xC7D35E) is known color: Wild Willow. HEX triplet: C7, D3 and 5E. RGB value is (199,211,94). Sum of RGB (Red+Green+Blue) = 199+211+94=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 94 (37.11% from 255 or 18.65% from 504); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D35E is #382CA1. Grayscale: #C2C2C2. Windows color (decimal): -3681442 or 6214599. OLE color: 6214599.
HSL color Cylindrical-coordinate representation of color #C7D35E: hue angle of 66.15º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C7D35E is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 211 | 94 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.17 |
| HSL | 66.15º | 0.57% | 0.6% | - |
| HSV(B) | 66.15º | 0.55% | 0.83% | - |
| XYZ | 48.87 | 59.54 | 19.51 | - |
| YUV | 194.07 | 71.52 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 211 | 94 | 0.06 | 0 | 0.55 | 0.17 | 66.15 | 0.57 | 0.6 |
| Hex | C7 | D3 | 5E | 6 | 0 | 37 | 11 | 42 | 39 | 3C |
| Octal | 307 | 323 | 136 | 6 | 0 | 67 | 21 | 102 | 71 | 74 |
| Binary | 11000111 | 11010011 | 1011110 | 110 | 0 | 110111 | 10001 | 1000010 | 111001 | 111100 |
Color Harmonies of #C7D35E
Complementary color
Monochromatic Colors of #C7D35E
Black with #C7D35E
Text Example
Text Example
White with #C7D35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D35E; }
p { color: rgb(199,211,94); }
H1.HeaderClassName
{
color: #C7D35E;
}
.AnyTagClassName
{
color: #C7D35E;
}
</style>
background-color css
<style>
a { background-color: #C7D35E; }
a { background-color: rgb(199,211,94); }
div.DivClassName
{
background-color: #C7D35E;
}
.BgClassName
{
background-color: #C7D35E;
}
</style>
border-color css
<style>
span { border-color: #C7D35E; }
span { border-color: rgb(199,211,94); }
td.TdClassName
{
border-color: #C7D35E;
}
.TagClassName
{
border-color: #C7D35E;
}
</style>