Shades of Wild Willow #C7D54F
Tints of Wild Willow #C7D54F
RGB
CMYK
RGB Variations
Color information
#C7D54F (or 0xC7D54F) is known color: Wild Willow. HEX triplet: C7, D5 and 4F. RGB value is (199,213,79). Sum of RGB (Red+Green+Blue) = 199+213+79=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 79 (31.25% from 255 or 16.09% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D54F is #382AB0. Grayscale: #C2C2C2. Windows color (decimal): -3680945 or 5232071. OLE color: 5232071.
HSL color Cylindrical-coordinate representation of color #C7D54F: hue angle of 66.27º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7D54F is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 213 | 79 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.16 |
| HSL | 66.27º | 0.61% | 0.57% | - |
| HSV(B) | 66.27º | 0.63% | 0.84% | - |
| XYZ | 48.76 | 60.3 | 16.47 | - |
| YUV | 193.54 | 63.36 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 79 | 0.07 | 0 | 0.63 | 0.16 | 66.27 | 0.61 | 0.57 |
| Hex | C7 | D5 | 4F | 7 | 0 | 3F | 10 | 42 | 3D | 39 |
| Octal | 307 | 325 | 117 | 7 | 0 | 77 | 20 | 102 | 75 | 71 |
| Binary | 11000111 | 11010101 | 1001111 | 111 | 0 | 111111 | 10000 | 1000010 | 111101 | 111001 |
Color Harmonies of #C7D54F
Complementary color
Monochromatic Colors of #C7D54F
Black with #C7D54F
Text Example
Text Example
White with #C7D54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D54F; }
p { color: rgb(199,213,79); }
H1.HeaderClassName
{
color: #C7D54F;
}
.AnyTagClassName
{
color: #C7D54F;
}
</style>
background-color css
<style>
a { background-color: #C7D54F; }
a { background-color: rgb(199,213,79); }
div.DivClassName
{
background-color: #C7D54F;
}
.BgClassName
{
background-color: #C7D54F;
}
</style>
border-color css
<style>
span { border-color: #C7D54F; }
span { border-color: rgb(199,213,79); }
td.TdClassName
{
border-color: #C7D54F;
}
.TagClassName
{
border-color: #C7D54F;
}
</style>