Shades of Wild Willow #C3D271
Tints of Wild Willow #C3D271
RGB
CMYK
RGB Variations
Color information
#C3D271 (or 0xC3D271) is known color: Wild Willow. HEX triplet: C3, D2 and 71. RGB value is (195,210,113). Sum of RGB (Red+Green+Blue) = 195+210+113=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D271 is #3C2D8E. Grayscale: #C2C2C2. Windows color (decimal): -3943823 or 7459523. OLE color: 7459523.
HSL color Cylindrical-coordinate representation of color #C3D271: hue angle of 69.28º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3D271 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 210 | 113 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.18 |
| HSL | 69.28º | 0.52% | 0.63% | - |
| HSV(B) | 69.28º | 0.46% | 0.82% | - |
| XYZ | 48.53 | 58.89 | 24.43 | - |
| YUV | 194.46 | 82.03 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 210 | 113 | 0.07 | 0 | 0.46 | 0.18 | 69.28 | 0.52 | 0.63 |
| Hex | C3 | D2 | 71 | 7 | 0 | 2E | 12 | 45 | 34 | 3F |
| Octal | 303 | 322 | 161 | 7 | 0 | 56 | 22 | 105 | 64 | 77 |
| Binary | 11000011 | 11010010 | 1110001 | 111 | 0 | 101110 | 10010 | 1000101 | 110100 | 111111 |
Color Harmonies of #C3D271
Complementary color
Monochromatic Colors of #C3D271
Black with #C3D271
Text Example
Text Example
White with #C3D271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D271; }
p { color: rgb(195,210,113); }
H1.HeaderClassName
{
color: #C3D271;
}
.AnyTagClassName
{
color: #C3D271;
}
</style>
background-color css
<style>
a { background-color: #C3D271; }
a { background-color: rgb(195,210,113); }
div.DivClassName
{
background-color: #C3D271;
}
.BgClassName
{
background-color: #C3D271;
}
</style>
border-color css
<style>
span { border-color: #C3D271; }
span { border-color: rgb(195,210,113); }
td.TdClassName
{
border-color: #C3D271;
}
.TagClassName
{
border-color: #C3D271;
}
</style>