Shades of Wild Willow #C2CF62
Tints of Wild Willow #C2CF62
RGB
CMYK
RGB Variations
Color information
#C2CF62 (or 0xC2CF62) is known color: Wild Willow. HEX triplet: C2, CF and 62. RGB value is (194,207,98). Sum of RGB (Red+Green+Blue) = 194+207+98=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CF62 is #3D309D. Grayscale: #BFBFBF. Windows color (decimal): -4010142 or 6475714. OLE color: 6475714.
HSL color Cylindrical-coordinate representation of color #C2CF62: hue angle of 67.16º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2CF62 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 207 | 98 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.19 |
| HSL | 67.16º | 0.53% | 0.6% | - |
| HSV(B) | 67.16º | 0.53% | 0.81% | - |
| XYZ | 46.77 | 56.98 | 20.09 | - |
| YUV | 190.69 | 75.69 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 98 | 0.06 | 0 | 0.53 | 0.19 | 67.16 | 0.53 | 0.6 |
| Hex | C2 | CF | 62 | 6 | 0 | 35 | 13 | 43 | 35 | 3C |
| Octal | 302 | 317 | 142 | 6 | 0 | 65 | 23 | 103 | 65 | 74 |
| Binary | 11000010 | 11001111 | 1100010 | 110 | 0 | 110101 | 10011 | 1000011 | 110101 | 111100 |
Color Harmonies of #C2CF62
Complementary color
Monochromatic Colors of #C2CF62
Black with #C2CF62
Text Example
Text Example
White with #C2CF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CF62; }
p { color: rgb(194,207,98); }
H1.HeaderClassName
{
color: #C2CF62;
}
.AnyTagClassName
{
color: #C2CF62;
}
</style>
background-color css
<style>
a { background-color: #C2CF62; }
a { background-color: rgb(194,207,98); }
div.DivClassName
{
background-color: #C2CF62;
}
.BgClassName
{
background-color: #C2CF62;
}
</style>
border-color css
<style>
span { border-color: #C2CF62; }
span { border-color: rgb(194,207,98); }
td.TdClassName
{
border-color: #C2CF62;
}
.TagClassName
{
border-color: #C2CF62;
}
</style>