Shades of Wild Willow #C3D16F
Tints of Wild Willow #C3D16F
RGB
CMYK
RGB Variations
Color information
#C3D16F (or 0xC3D16F) is known color: Wild Willow. HEX triplet: C3, D1 and 6F. RGB value is (195,209,111). Sum of RGB (Red+Green+Blue) = 195+209+111=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #C3D16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D16F is #3C2E90. Grayscale: #C2C2C2. Windows color (decimal): -3944081 or 7328195. OLE color: 7328195.
HSL color Cylindrical-coordinate representation of color #C3D16F: hue angle of 68.57º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3D16F is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 209 | 111 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.18 |
| HSL | 68.57º | 0.52% | 0.63% | - |
| HSV(B) | 68.57º | 0.47% | 0.82% | - |
| XYZ | 48.18 | 58.35 | 23.76 | - |
| YUV | 193.64 | 81.36 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 209 | 111 | 0.07 | 0 | 0.47 | 0.18 | 68.57 | 0.52 | 0.63 |
| Hex | C3 | D1 | 6F | 7 | 0 | 2F | 12 | 45 | 34 | 3F |
| Octal | 303 | 321 | 157 | 7 | 0 | 57 | 22 | 105 | 64 | 77 |
| Binary | 11000011 | 11010001 | 1101111 | 111 | 0 | 101111 | 10010 | 1000101 | 110100 | 111111 |
Color Harmonies of #C3D16F
Complementary color
Monochromatic Colors of #C3D16F
Black with #C3D16F
Text Example
Text Example
White with #C3D16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D16F; }
p { color: rgb(195,209,111); }
H1.HeaderClassName
{
color: #C3D16F;
}
.AnyTagClassName
{
color: #C3D16F;
}
</style>
background-color css
<style>
a { background-color: #C3D16F; }
a { background-color: rgb(195,209,111); }
div.DivClassName
{
background-color: #C3D16F;
}
.BgClassName
{
background-color: #C3D16F;
}
</style>
border-color css
<style>
span { border-color: #C3D16F; }
span { border-color: rgb(195,209,111); }
td.TdClassName
{
border-color: #C3D16F;
}
.TagClassName
{
border-color: #C3D16F;
}
</style>