Shades of Wild Willow #C3D85C
Tints of Wild Willow #C3D85C
RGB
CMYK
RGB Variations
Color information
#C3D85C (or 0xC3D85C) is known color: Wild Willow. HEX triplet: C3, D8 and 5C. RGB value is (195,216,92). Sum of RGB (Red+Green+Blue) = 195+216+92=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #C3D85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D85C is #3C27A3. Grayscale: #C4C4C4. Windows color (decimal): -3942308 or 6084803. OLE color: 6084803.
HSL color Cylindrical-coordinate representation of color #C3D85C: hue angle of 70.16º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3D85C is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 216 | 92 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.15 |
| HSL | 70.16º | 0.61% | 0.6% | - |
| HSV(B) | 70.16º | 0.57% | 0.85% | - |
| XYZ | 48.99 | 61.49 | 19.41 | - |
| YUV | 195.59 | 69.54 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 216 | 92 | 0.10 | 0 | 0.57 | 0.15 | 70.16 | 0.61 | 0.6 |
| Hex | C3 | D8 | 5C | A | 0 | 39 | F | 46 | 3D | 3C |
| Octal | 303 | 330 | 134 | 12 | 0 | 71 | 17 | 106 | 75 | 74 |
| Binary | 11000011 | 11011000 | 1011100 | 1010 | 0 | 111001 | 1111 | 1000110 | 111101 | 111100 |
Color Harmonies of #C3D85C
Complementary color
Monochromatic Colors of #C3D85C
Black with #C3D85C
Text Example
Text Example
White with #C3D85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D85C; }
p { color: rgb(195,216,92); }
H1.HeaderClassName
{
color: #C3D85C;
}
.AnyTagClassName
{
color: #C3D85C;
}
</style>
background-color css
<style>
a { background-color: #C3D85C; }
a { background-color: rgb(195,216,92); }
div.DivClassName
{
background-color: #C3D85C;
}
.BgClassName
{
background-color: #C3D85C;
}
</style>
border-color css
<style>
span { border-color: #C3D85C; }
span { border-color: rgb(195,216,92); }
td.TdClassName
{
border-color: #C3D85C;
}
.TagClassName
{
border-color: #C3D85C;
}
</style>