Shades of Wild Willow #C4D361
Tints of Wild Willow #C4D361
RGB
CMYK
RGB Variations
Color information
#C4D361 (or 0xC4D361) is known color: Wild Willow. HEX triplet: C4, D3 and 61. RGB value is (196,211,97). Sum of RGB (Red+Green+Blue) = 196+211+97=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 97 (38.28% from 255 or 19.25% from 504); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D361 is #3B2C9E. Grayscale: #C1C1C1. Windows color (decimal): -3878047 or 6411204. OLE color: 6411204.
HSL color Cylindrical-coordinate representation of color #C4D361: hue angle of 67.89º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C4D361 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 211 | 97 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.17 |
| HSL | 67.89º | 0.56% | 0.6% | - |
| HSV(B) | 67.89º | 0.54% | 0.83% | - |
| XYZ | 48.22 | 59.19 | 20.19 | - |
| YUV | 193.52 | 73.53 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 211 | 97 | 0.07 | 0 | 0.54 | 0.17 | 67.89 | 0.56 | 0.6 |
| Hex | C4 | D3 | 61 | 7 | 0 | 36 | 11 | 44 | 38 | 3C |
| Octal | 304 | 323 | 141 | 7 | 0 | 66 | 21 | 104 | 70 | 74 |
| Binary | 11000100 | 11010011 | 1100001 | 111 | 0 | 110110 | 10001 | 1000100 | 111000 | 111100 |
Color Harmonies of #C4D361
Complementary color
Monochromatic Colors of #C4D361
Black with #C4D361
Text Example
Text Example
White with #C4D361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D361; }
p { color: rgb(196,211,97); }
H1.HeaderClassName
{
color: #C4D361;
}
.AnyTagClassName
{
color: #C4D361;
}
</style>
background-color css
<style>
a { background-color: #C4D361; }
a { background-color: rgb(196,211,97); }
div.DivClassName
{
background-color: #C4D361;
}
.BgClassName
{
background-color: #C4D361;
}
</style>
border-color css
<style>
span { border-color: #C4D361; }
span { border-color: rgb(196,211,97); }
td.TdClassName
{
border-color: #C4D361;
}
.TagClassName
{
border-color: #C4D361;
}
</style>