Shades of Wild Willow #C3D568
Tints of Wild Willow #C3D568
RGB
CMYK
RGB Variations
Color information
#C3D568 (or 0xC3D568) is known color: Wild Willow. HEX triplet: C3, D5 and 68. RGB value is (195,213,104). Sum of RGB (Red+Green+Blue) = 195+213+104=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #C3D568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D568 is #3C2A97. Grayscale: #C3C3C3. Windows color (decimal): -3943064 or 6870467. OLE color: 6870467.
HSL color Cylindrical-coordinate representation of color #C3D568: hue angle of 69.91º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3D568 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 213 | 104 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.16 |
| HSL | 69.91º | 0.56% | 0.62% | - |
| HSV(B) | 69.91º | 0.51% | 0.84% | - |
| XYZ | 48.8 | 60.19 | 22.14 | - |
| YUV | 195.19 | 76.54 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 213 | 104 | 0.08 | 0 | 0.51 | 0.16 | 69.91 | 0.56 | 0.62 |
| Hex | C3 | D5 | 68 | 8 | 0 | 33 | 10 | 46 | 38 | 3E |
| Octal | 303 | 325 | 150 | 10 | 0 | 63 | 20 | 106 | 70 | 76 |
| Binary | 11000011 | 11010101 | 1101000 | 1000 | 0 | 110011 | 10000 | 1000110 | 111000 | 111110 |
Color Harmonies of #C3D568
Complementary color
Monochromatic Colors of #C3D568
Black with #C3D568
Text Example
Text Example
White with #C3D568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D568; }
p { color: rgb(195,213,104); }
H1.HeaderClassName
{
color: #C3D568;
}
.AnyTagClassName
{
color: #C3D568;
}
</style>
background-color css
<style>
a { background-color: #C3D568; }
a { background-color: rgb(195,213,104); }
div.DivClassName
{
background-color: #C3D568;
}
.BgClassName
{
background-color: #C3D568;
}
</style>
border-color css
<style>
span { border-color: #C3D568; }
span { border-color: rgb(195,213,104); }
td.TdClassName
{
border-color: #C3D568;
}
.TagClassName
{
border-color: #C3D568;
}
</style>