Shades of Wild Willow #C4D35C
Tints of Wild Willow #C4D35C
RGB
CMYK
RGB Variations
Color information
#C4D35C (or 0xC4D35C) is known color: Wild Willow. HEX triplet: C4, D3 and 5C. RGB value is (196,211,92). Sum of RGB (Red+Green+Blue) = 196+211+92=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D35C is #3B2CA3. Grayscale: #C1C1C1. Windows color (decimal): -3878052 or 6083524. OLE color: 6083524.
HSL color Cylindrical-coordinate representation of color #C4D35C: hue angle of 67.56º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4D35C is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 211 | 92 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.17 |
| HSL | 67.56º | 0.57% | 0.59% | - |
| HSV(B) | 67.56º | 0.56% | 0.83% | - |
| XYZ | 47.99 | 59.1 | 19 | - |
| YUV | 192.95 | 71.03 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 211 | 92 | 0.07 | 0 | 0.56 | 0.17 | 67.56 | 0.57 | 0.59 |
| Hex | C4 | D3 | 5C | 7 | 0 | 38 | 11 | 44 | 39 | 3B |
| Octal | 304 | 323 | 134 | 7 | 0 | 70 | 21 | 104 | 71 | 73 |
| Binary | 11000100 | 11010011 | 1011100 | 111 | 0 | 111000 | 10001 | 1000100 | 111001 | 111011 |
Color Harmonies of #C4D35C
Complementary color
Monochromatic Colors of #C4D35C
Black with #C4D35C
Text Example
Text Example
White with #C4D35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D35C; }
p { color: rgb(196,211,92); }
H1.HeaderClassName
{
color: #C4D35C;
}
.AnyTagClassName
{
color: #C4D35C;
}
</style>
background-color css
<style>
a { background-color: #C4D35C; }
a { background-color: rgb(196,211,92); }
div.DivClassName
{
background-color: #C4D35C;
}
.BgClassName
{
background-color: #C4D35C;
}
</style>
border-color css
<style>
span { border-color: #C4D35C; }
span { border-color: rgb(196,211,92); }
td.TdClassName
{
border-color: #C4D35C;
}
.TagClassName
{
border-color: #C4D35C;
}
</style>