Shades of Wild Willow #C4D55F
Tints of Wild Willow #C4D55F
RGB
CMYK
RGB Variations
Color information
#C4D55F (or 0xC4D55F) is known color: Wild Willow. HEX triplet: C4, D5 and 5F. RGB value is (196,213,95). Sum of RGB (Red+Green+Blue) = 196+213+95=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D55F is #3B2AA0. Grayscale: #C2C2C2. Windows color (decimal): -3877537 or 6280644. OLE color: 6280644.
HSL color Cylindrical-coordinate representation of color #C4D55F: hue angle of 68.64º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C4D55F is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 213 | 95 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.16 |
| HSL | 68.64º | 0.58% | 0.6% | - |
| HSV(B) | 68.64º | 0.55% | 0.84% | - |
| XYZ | 48.62 | 60.15 | 19.87 | - |
| YUV | 194.47 | 71.87 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 213 | 95 | 0.08 | 0 | 0.55 | 0.16 | 68.64 | 0.58 | 0.6 |
| Hex | C4 | D5 | 5F | 8 | 0 | 37 | 10 | 45 | 3A | 3C |
| Octal | 304 | 325 | 137 | 10 | 0 | 67 | 20 | 105 | 72 | 74 |
| Binary | 11000100 | 11010101 | 1011111 | 1000 | 0 | 110111 | 10000 | 1000101 | 111010 | 111100 |
Color Harmonies of #C4D55F
Complementary color
Monochromatic Colors of #C4D55F
Black with #C4D55F
Text Example
Text Example
White with #C4D55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D55F; }
p { color: rgb(196,213,95); }
H1.HeaderClassName
{
color: #C4D55F;
}
.AnyTagClassName
{
color: #C4D55F;
}
</style>
background-color css
<style>
a { background-color: #C4D55F; }
a { background-color: rgb(196,213,95); }
div.DivClassName
{
background-color: #C4D55F;
}
.BgClassName
{
background-color: #C4D55F;
}
</style>
border-color css
<style>
span { border-color: #C4D55F; }
span { border-color: rgb(196,213,95); }
td.TdClassName
{
border-color: #C4D55F;
}
.TagClassName
{
border-color: #C4D55F;
}
</style>