Shades of Wild Willow #C2CF5D
Tints of Wild Willow #C2CF5D
RGB
CMYK
RGB Variations
Color information
#C2CF5D (or 0xC2CF5D) is known color: Wild Willow. HEX triplet: C2, CF and 5D. RGB value is (194,207,93). Sum of RGB (Red+Green+Blue) = 194+207+93=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CF5D is #3D30A2. Grayscale: #BEBEBE. Windows color (decimal): -4010147 or 6148034. OLE color: 6148034.
HSL color Cylindrical-coordinate representation of color #C2CF5D: hue angle of 66.84º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2CF5D is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 207 | 93 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.19 |
| HSL | 66.84º | 0.54% | 0.59% | - |
| HSV(B) | 66.84º | 0.55% | 0.81% | - |
| XYZ | 46.54 | 56.89 | 18.88 | - |
| YUV | 190.12 | 73.19 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 93 | 0.06 | 0 | 0.55 | 0.19 | 66.84 | 0.54 | 0.59 |
| Hex | C2 | CF | 5D | 6 | 0 | 37 | 13 | 43 | 36 | 3B |
| Octal | 302 | 317 | 135 | 6 | 0 | 67 | 23 | 103 | 66 | 73 |
| Binary | 11000010 | 11001111 | 1011101 | 110 | 0 | 110111 | 10011 | 1000011 | 110110 | 111011 |
Color Harmonies of #C2CF5D
Complementary color
Monochromatic Colors of #C2CF5D
Black with #C2CF5D
Text Example
Text Example
White with #C2CF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CF5D; }
p { color: rgb(194,207,93); }
H1.HeaderClassName
{
color: #C2CF5D;
}
.AnyTagClassName
{
color: #C2CF5D;
}
</style>
background-color css
<style>
a { background-color: #C2CF5D; }
a { background-color: rgb(194,207,93); }
div.DivClassName
{
background-color: #C2CF5D;
}
.BgClassName
{
background-color: #C2CF5D;
}
</style>
border-color css
<style>
span { border-color: #C2CF5D; }
span { border-color: rgb(194,207,93); }
td.TdClassName
{
border-color: #C2CF5D;
}
.TagClassName
{
border-color: #C2CF5D;
}
</style>