Shades of Wild Willow #C0D56A
Tints of Wild Willow #C0D56A
RGB
CMYK
RGB Variations
Color information
#C0D56A (or 0xC0D56A) is known color: Wild Willow. HEX triplet: C0, D5 and 6A. RGB value is (192,213,106). Sum of RGB (Red+Green+Blue) = 192+213+106=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D56A is #3F2A95. Grayscale: #C2C2C2. Windows color (decimal): -4139670 or 7001536. OLE color: 7001536.
HSL color Cylindrical-coordinate representation of color #C0D56A: hue angle of 71.78º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0D56A is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 213 | 106 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.16 |
| HSL | 71.78º | 0.56% | 0.63% | - |
| HSV(B) | 71.78º | 0.5% | 0.84% | - |
| XYZ | 48.13 | 59.84 | 22.65 | - |
| YUV | 194.52 | 78.04 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 213 | 106 | 0.10 | 0 | 0.50 | 0.16 | 71.78 | 0.56 | 0.63 |
| Hex | C0 | D5 | 6A | A | 0 | 32 | 10 | 48 | 38 | 3F |
| Octal | 300 | 325 | 152 | 12 | 0 | 62 | 20 | 110 | 70 | 77 |
| Binary | 11000000 | 11010101 | 1101010 | 1010 | 0 | 110010 | 10000 | 1001000 | 111000 | 111111 |
Color Harmonies of #C0D56A
Complementary color
Monochromatic Colors of #C0D56A
Black with #C0D56A
Text Example
Text Example
White with #C0D56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D56A; }
p { color: rgb(192,213,106); }
H1.HeaderClassName
{
color: #C0D56A;
}
.AnyTagClassName
{
color: #C0D56A;
}
</style>
background-color css
<style>
a { background-color: #C0D56A; }
a { background-color: rgb(192,213,106); }
div.DivClassName
{
background-color: #C0D56A;
}
.BgClassName
{
background-color: #C0D56A;
}
</style>
border-color css
<style>
span { border-color: #C0D56A; }
span { border-color: rgb(192,213,106); }
td.TdClassName
{
border-color: #C0D56A;
}
.TagClassName
{
border-color: #C0D56A;
}
</style>