Shades of Wild Willow #C4D662
Tints of Wild Willow #C4D662
RGB
CMYK
RGB Variations
Color information
#C4D662 (or 0xC4D662) is known color: Wild Willow. HEX triplet: C4, D6 and 62. RGB value is (196,214,98). Sum of RGB (Red+Green+Blue) = 196+214+98=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 98 (38.67% from 255 or 19.29% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D662 is #3B299D. Grayscale: #C3C3C3. Windows color (decimal): -3877278 or 6477508. OLE color: 6477508.
HSL color Cylindrical-coordinate representation of color #C4D662: hue angle of 69.31º 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 #C4D662 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 214 | 98 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.16 |
| HSL | 69.31º | 0.59% | 0.61% | - |
| HSV(B) | 69.31º | 0.54% | 0.84% | - |
| XYZ | 49.02 | 60.71 | 20.69 | - |
| YUV | 195.39 | 73.04 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 214 | 98 | 0.08 | 0 | 0.54 | 0.16 | 69.31 | 0.59 | 0.61 |
| Hex | C4 | D6 | 62 | 8 | 0 | 36 | 10 | 45 | 3B | 3D |
| Octal | 304 | 326 | 142 | 10 | 0 | 66 | 20 | 105 | 73 | 75 |
| Binary | 11000100 | 11010110 | 1100010 | 1000 | 0 | 110110 | 10000 | 1000101 | 111011 | 111101 |
Color Harmonies of #C4D662
Complementary color
Monochromatic Colors of #C4D662
Black with #C4D662
Text Example
Text Example
White with #C4D662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D662; }
p { color: rgb(196,214,98); }
H1.HeaderClassName
{
color: #C4D662;
}
.AnyTagClassName
{
color: #C4D662;
}
</style>
background-color css
<style>
a { background-color: #C4D662; }
a { background-color: rgb(196,214,98); }
div.DivClassName
{
background-color: #C4D662;
}
.BgClassName
{
background-color: #C4D662;
}
</style>
border-color css
<style>
span { border-color: #C4D662; }
span { border-color: rgb(196,214,98); }
td.TdClassName
{
border-color: #C4D662;
}
.TagClassName
{
border-color: #C4D662;
}
</style>