Shades of Wild Willow #C6D465
Tints of Wild Willow #C6D465
RGB
CMYK
RGB Variations
Color information
#C6D465 (or 0xC6D465) is known color: Wild Willow. HEX triplet: C6, D4 and 65. RGB value is (198,212,101). Sum of RGB (Red+Green+Blue) = 198+212+101=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 212 - color contains mainly: green. Hex color #C6D465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D465 is #392B9A. Grayscale: #C3C3C3. Windows color (decimal): -3746715 or 6673606. OLE color: 6673606.
HSL color Cylindrical-coordinate representation of color #C6D465: hue angle of 67.57º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6D465 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 212 | 101 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.17 |
| HSL | 67.57º | 0.56% | 0.61% | - |
| HSV(B) | 67.57º | 0.52% | 0.83% | - |
| XYZ | 49.18 | 60.03 | 21.31 | - |
| YUV | 195.16 | 74.86 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 212 | 101 | 0.07 | 0 | 0.52 | 0.17 | 67.57 | 0.56 | 0.61 |
| Hex | C6 | D4 | 65 | 7 | 0 | 34 | 11 | 44 | 38 | 3D |
| Octal | 306 | 324 | 145 | 7 | 0 | 64 | 21 | 104 | 70 | 75 |
| Binary | 11000110 | 11010100 | 1100101 | 111 | 0 | 110100 | 10001 | 1000100 | 111000 | 111101 |
Color Harmonies of #C6D465
Complementary color
Monochromatic Colors of #C6D465
Black with #C6D465
Text Example
Text Example
White with #C6D465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D465; }
p { color: rgb(198,212,101); }
H1.HeaderClassName
{
color: #C6D465;
}
.AnyTagClassName
{
color: #C6D465;
}
</style>
background-color css
<style>
a { background-color: #C6D465; }
a { background-color: rgb(198,212,101); }
div.DivClassName
{
background-color: #C6D465;
}
.BgClassName
{
background-color: #C6D465;
}
</style>
border-color css
<style>
span { border-color: #C6D465; }
span { border-color: rgb(198,212,101); }
td.TdClassName
{
border-color: #C6D465;
}
.TagClassName
{
border-color: #C6D465;
}
</style>