Shades of Wild Willow #C2D168
Tints of Wild Willow #C2D168
RGB
CMYK
RGB Variations
Color information
#C2D168 (or 0xC2D168) is known color: Wild Willow. HEX triplet: C2, D1 and 68. RGB value is (194,209,104). Sum of RGB (Red+Green+Blue) = 194+209+104=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D168 is #3D2E97. Grayscale: #C0C0C0. Windows color (decimal): -4009624 or 6869442. OLE color: 6869442.
HSL color Cylindrical-coordinate representation of color #C2D168: hue angle of 68.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2D168 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 104 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.18 |
| HSL | 68.57º | 0.53% | 0.61% | - |
| HSV(B) | 68.57º | 0.5% | 0.82% | - |
| XYZ | 47.55 | 58.07 | 21.8 | - |
| YUV | 192.55 | 78.03 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 104 | 0.07 | 0 | 0.50 | 0.18 | 68.57 | 0.53 | 0.61 |
| Hex | C2 | D1 | 68 | 7 | 0 | 32 | 12 | 45 | 35 | 3D |
| Octal | 302 | 321 | 150 | 7 | 0 | 62 | 22 | 105 | 65 | 75 |
| Binary | 11000010 | 11010001 | 1101000 | 111 | 0 | 110010 | 10010 | 1000101 | 110101 | 111101 |
Color Harmonies of #C2D168
Complementary color
Monochromatic Colors of #C2D168
Black with #C2D168
Text Example
Text Example
White with #C2D168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D168; }
p { color: rgb(194,209,104); }
H1.HeaderClassName
{
color: #C2D168;
}
.AnyTagClassName
{
color: #C2D168;
}
</style>
background-color css
<style>
a { background-color: #C2D168; }
a { background-color: rgb(194,209,104); }
div.DivClassName
{
background-color: #C2D168;
}
.BgClassName
{
background-color: #C2D168;
}
</style>
border-color css
<style>
span { border-color: #C2D168; }
span { border-color: rgb(194,209,104); }
td.TdClassName
{
border-color: #C2D168;
}
.TagClassName
{
border-color: #C2D168;
}
</style>