Shades of Wild Willow #C3D565
Tints of Wild Willow #C3D565
RGB
CMYK
RGB Variations
Color information
#C3D565 (or 0xC3D565) is known color: Wild Willow. HEX triplet: C3, D5 and 65. RGB value is (195,213,101). Sum of RGB (Red+Green+Blue) = 195+213+101=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 101 (39.84% from 255 or 19.84% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #C3D565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D565 is #3C2A9A. Grayscale: #C3C3C3. Windows color (decimal): -3943067 or 6673859. OLE color: 6673859.
HSL color Cylindrical-coordinate representation of color #C3D565: hue angle of 69.64º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C3D565 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 213 | 101 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.16 |
| HSL | 69.64º | 0.57% | 0.62% | - |
| HSV(B) | 69.64º | 0.53% | 0.84% | - |
| XYZ | 48.65 | 60.13 | 21.35 | - |
| YUV | 194.85 | 75.04 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 213 | 101 | 0.08 | 0 | 0.53 | 0.16 | 69.64 | 0.57 | 0.62 |
| Hex | C3 | D5 | 65 | 8 | 0 | 35 | 10 | 46 | 39 | 3E |
| Octal | 303 | 325 | 145 | 10 | 0 | 65 | 20 | 106 | 71 | 76 |
| Binary | 11000011 | 11010101 | 1100101 | 1000 | 0 | 110101 | 10000 | 1000110 | 111001 | 111110 |
Color Harmonies of #C3D565
Complementary color
Monochromatic Colors of #C3D565
Black with #C3D565
Text Example
Text Example
White with #C3D565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D565; }
p { color: rgb(195,213,101); }
H1.HeaderClassName
{
color: #C3D565;
}
.AnyTagClassName
{
color: #C3D565;
}
</style>
background-color css
<style>
a { background-color: #C3D565; }
a { background-color: rgb(195,213,101); }
div.DivClassName
{
background-color: #C3D565;
}
.BgClassName
{
background-color: #C3D565;
}
</style>
border-color css
<style>
span { border-color: #C3D565; }
span { border-color: rgb(195,213,101); }
td.TdClassName
{
border-color: #C3D565;
}
.TagClassName
{
border-color: #C3D565;
}
</style>