Shades of Wild Willow #C3D56B
Tints of Wild Willow #C3D56B
RGB
CMYK
RGB Variations
Color information
#C3D56B (or 0xC3D56B) is known color: Wild Willow. HEX triplet: C3, D5 and 6B. RGB value is (195,213,107). Sum of RGB (Red+Green+Blue) = 195+213+107=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 107 (42.19% from 255 or 20.78% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #C3D56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D56B is #3C2A94. Grayscale: #C3C3C3. Windows color (decimal): -3943061 or 7067075. OLE color: 7067075.
HSL color Cylindrical-coordinate representation of color #C3D56B: hue angle of 70.19º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C3D56B is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 213 | 107 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.16 |
| HSL | 70.19º | 0.56% | 0.63% | - |
| HSV(B) | 70.19º | 0.5% | 0.84% | - |
| XYZ | 48.95 | 60.25 | 22.96 | - |
| YUV | 195.53 | 78.04 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 213 | 107 | 0.08 | 0 | 0.50 | 0.16 | 70.19 | 0.56 | 0.63 |
| Hex | C3 | D5 | 6B | 8 | 0 | 32 | 10 | 46 | 38 | 3F |
| Octal | 303 | 325 | 153 | 10 | 0 | 62 | 20 | 106 | 70 | 77 |
| Binary | 11000011 | 11010101 | 1101011 | 1000 | 0 | 110010 | 10000 | 1000110 | 111000 | 111111 |
Color Harmonies of #C3D56B
Complementary color
Monochromatic Colors of #C3D56B
Black with #C3D56B
Text Example
Text Example
White with #C3D56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D56B; }
p { color: rgb(195,213,107); }
H1.HeaderClassName
{
color: #C3D56B;
}
.AnyTagClassName
{
color: #C3D56B;
}
</style>
background-color css
<style>
a { background-color: #C3D56B; }
a { background-color: rgb(195,213,107); }
div.DivClassName
{
background-color: #C3D56B;
}
.BgClassName
{
background-color: #C3D56B;
}
</style>
border-color css
<style>
span { border-color: #C3D56B; }
span { border-color: rgb(195,213,107); }
td.TdClassName
{
border-color: #C3D56B;
}
.TagClassName
{
border-color: #C3D56B;
}
</style>