Shades of Wild Willow #C7D34E
Tints of Wild Willow #C7D34E
RGB
CMYK
RGB Variations
Color information
#C7D34E (or 0xC7D34E) is known color: Wild Willow. HEX triplet: C7, D3 and 4E. RGB value is (199,211,78). Sum of RGB (Red+Green+Blue) = 199+211+78=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 78 (30.86% from 255 or 15.98% from 488); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D34E is #382CB1. Grayscale: #C0C0C0. Windows color (decimal): -3681458 or 5166023. OLE color: 5166023.
HSL color Cylindrical-coordinate representation of color #C7D34E: hue angle of 65.41º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7D34E is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 211 | 78 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.17 |
| HSL | 65.41º | 0.6% | 0.57% | - |
| HSV(B) | 65.41º | 0.63% | 0.83% | - |
| XYZ | 48.22 | 59.28 | 16.11 | - |
| YUV | 192.25 | 63.52 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 211 | 78 | 0.06 | 0 | 0.63 | 0.17 | 65.41 | 0.6 | 0.57 |
| Hex | C7 | D3 | 4E | 6 | 0 | 3F | 11 | 41 | 3C | 39 |
| Octal | 307 | 323 | 116 | 6 | 0 | 77 | 21 | 101 | 74 | 71 |
| Binary | 11000111 | 11010011 | 1001110 | 110 | 0 | 111111 | 10001 | 1000001 | 111100 | 111001 |
Color Harmonies of #C7D34E
Complementary color
Monochromatic Colors of #C7D34E
Black with #C7D34E
Text Example
Text Example
White with #C7D34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D34E; }
p { color: rgb(199,211,78); }
H1.HeaderClassName
{
color: #C7D34E;
}
.AnyTagClassName
{
color: #C7D34E;
}
</style>
background-color css
<style>
a { background-color: #C7D34E; }
a { background-color: rgb(199,211,78); }
div.DivClassName
{
background-color: #C7D34E;
}
.BgClassName
{
background-color: #C7D34E;
}
</style>
border-color css
<style>
span { border-color: #C7D34E; }
span { border-color: rgb(199,211,78); }
td.TdClassName
{
border-color: #C7D34E;
}
.TagClassName
{
border-color: #C7D34E;
}
</style>