Shades of Wild Willow #C2CD68
Tints of Wild Willow #C2CD68
RGB
CMYK
RGB Variations
Color information
#C2CD68 (or 0xC2CD68) is known color: Wild Willow. HEX triplet: C2, CD and 68. RGB value is (194,205,104). Sum of RGB (Red+Green+Blue) = 194+205+104=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CD68 is #3D3297. Grayscale: #BEBEBE. Windows color (decimal): -4010648 or 6868418. OLE color: 6868418.
HSL color Cylindrical-coordinate representation of color #C2CD68: hue angle of 66.53º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2CD68 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 104 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.20 |
| HSL | 66.53º | 0.5% | 0.61% | - |
| HSV(B) | 66.53º | 0.49% | 0.8% | - |
| XYZ | 46.58 | 56.13 | 21.48 | - |
| YUV | 190.2 | 79.36 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 104 | 0.05 | 0 | 0.49 | 0.20 | 66.53 | 0.5 | 0.61 |
| Hex | C2 | CD | 68 | 5 | 0 | 31 | 14 | 43 | 32 | 3D |
| Octal | 302 | 315 | 150 | 5 | 0 | 61 | 24 | 103 | 62 | 75 |
| Binary | 11000010 | 11001101 | 1101000 | 101 | 0 | 110001 | 10100 | 1000011 | 110010 | 111101 |
Color Harmonies of #C2CD68
Complementary color
Monochromatic Colors of #C2CD68
Black with #C2CD68
Text Example
Text Example
White with #C2CD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CD68; }
p { color: rgb(194,205,104); }
H1.HeaderClassName
{
color: #C2CD68;
}
.AnyTagClassName
{
color: #C2CD68;
}
</style>
background-color css
<style>
a { background-color: #C2CD68; }
a { background-color: rgb(194,205,104); }
div.DivClassName
{
background-color: #C2CD68;
}
.BgClassName
{
background-color: #C2CD68;
}
</style>
border-color css
<style>
span { border-color: #C2CD68; }
span { border-color: rgb(194,205,104); }
td.TdClassName
{
border-color: #C2CD68;
}
.TagClassName
{
border-color: #C2CD68;
}
</style>