Shades of Wild Willow #C2DA67
Tints of Wild Willow #C2DA67
RGB
CMYK
RGB Variations
Color information
#C2DA67 (or 0xC2DA67) is known color: Wild Willow. HEX triplet: C2, DA and 67. RGB value is (194,218,103). Sum of RGB (Red+Green+Blue) = 194+218+103=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 103 (40.62% from 255 or 20% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DA67 is #3D2598. Grayscale: #C6C6C6. Windows color (decimal): -4007321 or 6806210. OLE color: 6806210.
HSL color Cylindrical-coordinate representation of color #C2DA67: hue angle of 72.52º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2DA67 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 218 | 103 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.15 |
| HSL | 72.52º | 0.61% | 0.63% | - |
| HSV(B) | 72.52º | 0.53% | 0.85% | - |
| XYZ | 49.77 | 62.59 | 22.29 | - |
| YUV | 197.71 | 74.55 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 218 | 103 | 0.11 | 0 | 0.53 | 0.15 | 72.52 | 0.61 | 0.63 |
| Hex | C2 | DA | 67 | B | 0 | 35 | F | 49 | 3D | 3F |
| Octal | 302 | 332 | 147 | 13 | 0 | 65 | 17 | 111 | 75 | 77 |
| Binary | 11000010 | 11011010 | 1100111 | 1011 | 0 | 110101 | 1111 | 1001001 | 111101 | 111111 |
Color Harmonies of #C2DA67
Complementary color
Monochromatic Colors of #C2DA67
Black with #C2DA67
Text Example
Text Example
White with #C2DA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DA67; }
p { color: rgb(194,218,103); }
H1.HeaderClassName
{
color: #C2DA67;
}
.AnyTagClassName
{
color: #C2DA67;
}
</style>
background-color css
<style>
a { background-color: #C2DA67; }
a { background-color: rgb(194,218,103); }
div.DivClassName
{
background-color: #C2DA67;
}
.BgClassName
{
background-color: #C2DA67;
}
</style>
border-color css
<style>
span { border-color: #C2DA67; }
span { border-color: rgb(194,218,103); }
td.TdClassName
{
border-color: #C2DA67;
}
.TagClassName
{
border-color: #C2DA67;
}
</style>