Shades of Wild Willow #C4D762
Tints of Wild Willow #C4D762
RGB
CMYK
RGB Variations
Color information
#C4D762 (or 0xC4D762) is known color: Wild Willow. HEX triplet: C4, D7 and 62. RGB value is (196,215,98). Sum of RGB (Red+Green+Blue) = 196+215+98=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 98 (38.67% from 255 or 19.25% from 509); Max value from RGB is 215 - color contains mainly: green. Hex color #C4D762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D762 is #3B289D. Grayscale: #C4C4C4. Windows color (decimal): -3877022 or 6477764. OLE color: 6477764.
HSL color Cylindrical-coordinate representation of color #C4D762: hue angle of 69.74º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C4D762 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 215 | 98 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.16 |
| HSL | 69.74º | 0.59% | 0.61% | - |
| HSV(B) | 69.74º | 0.54% | 0.84% | - |
| XYZ | 49.27 | 61.22 | 20.77 | - |
| YUV | 195.98 | 72.71 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 215 | 98 | 0.09 | 0 | 0.54 | 0.16 | 69.74 | 0.59 | 0.61 |
| Hex | C4 | D7 | 62 | 9 | 0 | 36 | 10 | 46 | 3B | 3D |
| Octal | 304 | 327 | 142 | 11 | 0 | 66 | 20 | 106 | 73 | 75 |
| Binary | 11000100 | 11010111 | 1100010 | 1001 | 0 | 110110 | 10000 | 1000110 | 111011 | 111101 |
Color Harmonies of #C4D762
Complementary color
Monochromatic Colors of #C4D762
Black with #C4D762
Text Example
Text Example
White with #C4D762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D762; }
p { color: rgb(196,215,98); }
H1.HeaderClassName
{
color: #C4D762;
}
.AnyTagClassName
{
color: #C4D762;
}
</style>
background-color css
<style>
a { background-color: #C4D762; }
a { background-color: rgb(196,215,98); }
div.DivClassName
{
background-color: #C4D762;
}
.BgClassName
{
background-color: #C4D762;
}
</style>
border-color css
<style>
span { border-color: #C4D762; }
span { border-color: rgb(196,215,98); }
td.TdClassName
{
border-color: #C4D762;
}
.TagClassName
{
border-color: #C4D762;
}
</style>