Shades of Wild Willow #C3D26E
Tints of Wild Willow #C3D26E
RGB
CMYK
RGB Variations
Color information
#C3D26E (or 0xC3D26E) is known color: Wild Willow. HEX triplet: C3, D2 and 6E. RGB value is (195,210,110). Sum of RGB (Red+Green+Blue) = 195+210+110=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D26E is #3C2D91. Grayscale: #C2C2C2. Windows color (decimal): -3943826 or 7262915. OLE color: 7262915.
HSL color Cylindrical-coordinate representation of color #C3D26E: hue angle of 69º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C3D26E is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 210 | 110 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.18 |
| HSL | 69º | 0.53% | 0.63% | - |
| HSV(B) | 69º | 0.48% | 0.82% | - |
| XYZ | 48.37 | 58.82 | 23.56 | - |
| YUV | 194.12 | 80.53 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 210 | 110 | 0.07 | 0 | 0.48 | 0.18 | 69 | 0.53 | 0.63 |
| Hex | C3 | D2 | 6E | 7 | 0 | 30 | 12 | 45 | 35 | 3F |
| Octal | 303 | 322 | 156 | 7 | 0 | 60 | 22 | 105 | 65 | 77 |
| Binary | 11000011 | 11010010 | 1101110 | 111 | 0 | 110000 | 10010 | 1000101 | 110101 | 111111 |
Color Harmonies of #C3D26E
Complementary color
Monochromatic Colors of #C3D26E
Black with #C3D26E
Text Example
Text Example
White with #C3D26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D26E; }
p { color: rgb(195,210,110); }
H1.HeaderClassName
{
color: #C3D26E;
}
.AnyTagClassName
{
color: #C3D26E;
}
</style>
background-color css
<style>
a { background-color: #C3D26E; }
a { background-color: rgb(195,210,110); }
div.DivClassName
{
background-color: #C3D26E;
}
.BgClassName
{
background-color: #C3D26E;
}
</style>
border-color css
<style>
span { border-color: #C3D26E; }
span { border-color: rgb(195,210,110); }
td.TdClassName
{
border-color: #C3D26E;
}
.TagClassName
{
border-color: #C3D26E;
}
</style>