Shades of Wild Willow #C4D058
Tints of Wild Willow #C4D058
RGB
CMYK
RGB Variations
Color information
#C4D058 (or 0xC4D058) is known color: Wild Willow. HEX triplet: C4, D0 and 58. RGB value is (196,208,88). Sum of RGB (Red+Green+Blue) = 196+208+88=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 88 (34.77% from 255 or 17.89% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D058 is #3B2FA7. Grayscale: #BFBFBF. Windows color (decimal): -3878824 or 5820612. OLE color: 5820612.
HSL color Cylindrical-coordinate representation of color #C4D058: hue angle of 66º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4D058 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 88 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.18 |
| HSL | 66º | 0.56% | 0.58% | - |
| HSV(B) | 66º | 0.58% | 0.82% | - |
| XYZ | 47.08 | 57.55 | 17.86 | - |
| YUV | 190.73 | 70.02 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 88 | 0.06 | 0 | 0.58 | 0.18 | 66 | 0.56 | 0.58 |
| Hex | C4 | D0 | 58 | 6 | 0 | 3A | 12 | 42 | 38 | 3A |
| Octal | 304 | 320 | 130 | 6 | 0 | 72 | 22 | 102 | 70 | 72 |
| Binary | 11000100 | 11010000 | 1011000 | 110 | 0 | 111010 | 10010 | 1000010 | 111000 | 111010 |
Color Harmonies of #C4D058
Complementary color
Monochromatic Colors of #C4D058
Black with #C4D058
Text Example
Text Example
White with #C4D058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D058; }
p { color: rgb(196,208,88); }
H1.HeaderClassName
{
color: #C4D058;
}
.AnyTagClassName
{
color: #C4D058;
}
</style>
background-color css
<style>
a { background-color: #C4D058; }
a { background-color: rgb(196,208,88); }
div.DivClassName
{
background-color: #C4D058;
}
.BgClassName
{
background-color: #C4D058;
}
</style>
border-color css
<style>
span { border-color: #C4D058; }
span { border-color: rgb(196,208,88); }
td.TdClassName
{
border-color: #C4D058;
}
.TagClassName
{
border-color: #C4D058;
}
</style>