Shades of Wild Willow #C7D35F
Tints of Wild Willow #C7D35F
RGB
CMYK
RGB Variations
Color information
#C7D35F (or 0xC7D35F) is known color: Wild Willow. HEX triplet: C7, D3 and 5F. RGB value is (199,211,95). Sum of RGB (Red+Green+Blue) = 199+211+95=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D35F is #382CA0. Grayscale: #C2C2C2. Windows color (decimal): -3681441 or 6280135. OLE color: 6280135.
HSL color Cylindrical-coordinate representation of color #C7D35F: hue angle of 66.21º 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 #C7D35F is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 211 | 95 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.17 |
| HSL | 66.21º | 0.57% | 0.6% | - |
| HSV(B) | 66.21º | 0.55% | 0.83% | - |
| XYZ | 48.91 | 59.56 | 19.74 | - |
| YUV | 194.19 | 72.02 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 211 | 95 | 0.06 | 0 | 0.55 | 0.17 | 66.21 | 0.57 | 0.6 |
| Hex | C7 | D3 | 5F | 6 | 0 | 37 | 11 | 42 | 39 | 3C |
| Octal | 307 | 323 | 137 | 6 | 0 | 67 | 21 | 102 | 71 | 74 |
| Binary | 11000111 | 11010011 | 1011111 | 110 | 0 | 110111 | 10001 | 1000010 | 111001 | 111100 |
Color Harmonies of #C7D35F
Complementary color
Monochromatic Colors of #C7D35F
Black with #C7D35F
Text Example
Text Example
White with #C7D35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D35F; }
p { color: rgb(199,211,95); }
H1.HeaderClassName
{
color: #C7D35F;
}
.AnyTagClassName
{
color: #C7D35F;
}
</style>
background-color css
<style>
a { background-color: #C7D35F; }
a { background-color: rgb(199,211,95); }
div.DivClassName
{
background-color: #C7D35F;
}
.BgClassName
{
background-color: #C7D35F;
}
</style>
border-color css
<style>
span { border-color: #C7D35F; }
span { border-color: rgb(199,211,95); }
td.TdClassName
{
border-color: #C7D35F;
}
.TagClassName
{
border-color: #C7D35F;
}
</style>