Shades of Wild Willow #C3D666
Tints of Wild Willow #C3D666
RGB
CMYK
RGB Variations
Color information
#C3D666 (or 0xC3D666) is known color: Wild Willow. HEX triplet: C3, D6 and 66. RGB value is (195,214,102). Sum of RGB (Red+Green+Blue) = 195+214+102=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #C3D666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D666 is #3C2999. Grayscale: #C3C3C3. Windows color (decimal): -3942810 or 6739651. OLE color: 6739651.
HSL color Cylindrical-coordinate representation of color #C3D666: hue angle of 70.18º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3D666 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 214 | 102 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.16 |
| HSL | 70.18º | 0.58% | 0.62% | - |
| HSV(B) | 70.18º | 0.52% | 0.84% | - |
| XYZ | 48.95 | 60.65 | 21.7 | - |
| YUV | 195.55 | 75.21 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 214 | 102 | 0.09 | 0 | 0.52 | 0.16 | 70.18 | 0.58 | 0.62 |
| Hex | C3 | D6 | 66 | 9 | 0 | 34 | 10 | 46 | 3A | 3E |
| Octal | 303 | 326 | 146 | 11 | 0 | 64 | 20 | 106 | 72 | 76 |
| Binary | 11000011 | 11010110 | 1100110 | 1001 | 0 | 110100 | 10000 | 1000110 | 111010 | 111110 |
Color Harmonies of #C3D666
Complementary color
Monochromatic Colors of #C3D666
Black with #C3D666
Text Example
Text Example
White with #C3D666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D666; }
p { color: rgb(195,214,102); }
H1.HeaderClassName
{
color: #C3D666;
}
.AnyTagClassName
{
color: #C3D666;
}
</style>
background-color css
<style>
a { background-color: #C3D666; }
a { background-color: rgb(195,214,102); }
div.DivClassName
{
background-color: #C3D666;
}
.BgClassName
{
background-color: #C3D666;
}
</style>
border-color css
<style>
span { border-color: #C3D666; }
span { border-color: rgb(195,214,102); }
td.TdClassName
{
border-color: #C3D666;
}
.TagClassName
{
border-color: #C3D666;
}
</style>