Shades of Wild Willow #C0CA70
Tints of Wild Willow #C0CA70
RGB
CMYK
RGB Variations
Color information
#C0CA70 (or 0xC0CA70) is known color: Wild Willow. HEX triplet: C0, CA and 70. RGB value is (192,202,112). Sum of RGB (Red+Green+Blue) = 192+202+112=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CA70 is #3F358F. Grayscale: #BDBDBD. Windows color (decimal): -4142480 or 7391936. OLE color: 7391936.
HSL color Cylindrical-coordinate representation of color #C0CA70: hue angle of 66.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0CA70 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 112 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.21 |
| HSL | 66.67º | 0.46% | 0.62% | - |
| HSV(B) | 66.67º | 0.45% | 0.79% | - |
| XYZ | 45.78 | 54.62 | 23.46 | - |
| YUV | 188.75 | 84.69 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 112 | 0.05 | 0 | 0.45 | 0.21 | 66.67 | 0.46 | 0.62 |
| Hex | C0 | CA | 70 | 5 | 0 | 2D | 15 | 43 | 2E | 3E |
| Octal | 300 | 312 | 160 | 5 | 0 | 55 | 25 | 103 | 56 | 76 |
| Binary | 11000000 | 11001010 | 1110000 | 101 | 0 | 101101 | 10101 | 1000011 | 101110 | 111110 |
Color Harmonies of #C0CA70
Complementary color
Monochromatic Colors of #C0CA70
Black with #C0CA70
Text Example
Text Example
White with #C0CA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA70; }
p { color: rgb(192,202,112); }
H1.HeaderClassName
{
color: #C0CA70;
}
.AnyTagClassName
{
color: #C0CA70;
}
</style>
background-color css
<style>
a { background-color: #C0CA70; }
a { background-color: rgb(192,202,112); }
div.DivClassName
{
background-color: #C0CA70;
}
.BgClassName
{
background-color: #C0CA70;
}
</style>
border-color css
<style>
span { border-color: #C0CA70; }
span { border-color: rgb(192,202,112); }
td.TdClassName
{
border-color: #C0CA70;
}
.TagClassName
{
border-color: #C0CA70;
}
</style>