Shades of Wild Willow #C2CE70
Tints of Wild Willow #C2CE70
RGB
CMYK
RGB Variations
Color information
#C2CE70 (or 0xC2CE70) is known color: Wild Willow. HEX triplet: C2, CE and 70. RGB value is (194,206,112). Sum of RGB (Red+Green+Blue) = 194+206+112=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CE70 is #3D318F. Grayscale: #C0C0C0. Windows color (decimal): -4010384 or 7392962. OLE color: 7392962.
HSL color Cylindrical-coordinate representation of color #C2CE70: hue angle of 67.66º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2CE70 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 206 | 112 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.19 |
| HSL | 67.66º | 0.49% | 0.62% | - |
| HSV(B) | 67.66º | 0.46% | 0.81% | - |
| XYZ | 47.24 | 56.78 | 23.8 | - |
| YUV | 191.7 | 83.02 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 112 | 0.06 | 0 | 0.46 | 0.19 | 67.66 | 0.49 | 0.62 |
| Hex | C2 | CE | 70 | 6 | 0 | 2E | 13 | 44 | 31 | 3E |
| Octal | 302 | 316 | 160 | 6 | 0 | 56 | 23 | 104 | 61 | 76 |
| Binary | 11000010 | 11001110 | 1110000 | 110 | 0 | 101110 | 10011 | 1000100 | 110001 | 111110 |
Color Harmonies of #C2CE70
Complementary color
Monochromatic Colors of #C2CE70
Black with #C2CE70
Text Example
Text Example
White with #C2CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CE70; }
p { color: rgb(194,206,112); }
H1.HeaderClassName
{
color: #C2CE70;
}
.AnyTagClassName
{
color: #C2CE70;
}
</style>
background-color css
<style>
a { background-color: #C2CE70; }
a { background-color: rgb(194,206,112); }
div.DivClassName
{
background-color: #C2CE70;
}
.BgClassName
{
background-color: #C2CE70;
}
</style>
border-color css
<style>
span { border-color: #C2CE70; }
span { border-color: rgb(194,206,112); }
td.TdClassName
{
border-color: #C2CE70;
}
.TagClassName
{
border-color: #C2CE70;
}
</style>