Shades of Wild Willow #C0D551
Tints of Wild Willow #C0D551
RGB
CMYK
RGB Variations
Color information
#C0D551 (or 0xC0D551) is known color: Wild Willow. HEX triplet: C0, D5 and 51. RGB value is (192,213,81). Sum of RGB (Red+Green+Blue) = 192+213+81=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 81 (32.03% from 255 or 16.67% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D551 is #3F2AAE. Grayscale: #C0C0C0. Windows color (decimal): -4139695 or 5363136. OLE color: 5363136.
HSL color Cylindrical-coordinate representation of color #C0D551: hue angle of 69.55º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0D551 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 213 | 81 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.16 |
| HSL | 69.55º | 0.61% | 0.58% | - |
| HSV(B) | 69.55º | 0.62% | 0.84% | - |
| XYZ | 47.02 | 59.39 | 16.77 | - |
| YUV | 191.67 | 65.54 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 213 | 81 | 0.10 | 0 | 0.62 | 0.16 | 69.55 | 0.61 | 0.58 |
| Hex | C0 | D5 | 51 | A | 0 | 3E | 10 | 46 | 3D | 3A |
| Octal | 300 | 325 | 121 | 12 | 0 | 76 | 20 | 106 | 75 | 72 |
| Binary | 11000000 | 11010101 | 1010001 | 1010 | 0 | 111110 | 10000 | 1000110 | 111101 | 111010 |
Color Harmonies of #C0D551
Complementary color
Monochromatic Colors of #C0D551
Black with #C0D551
Text Example
Text Example
White with #C0D551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D551; }
p { color: rgb(192,213,81); }
H1.HeaderClassName
{
color: #C0D551;
}
.AnyTagClassName
{
color: #C0D551;
}
</style>
background-color css
<style>
a { background-color: #C0D551; }
a { background-color: rgb(192,213,81); }
div.DivClassName
{
background-color: #C0D551;
}
.BgClassName
{
background-color: #C0D551;
}
</style>
border-color css
<style>
span { border-color: #C0D551; }
span { border-color: rgb(192,213,81); }
td.TdClassName
{
border-color: #C0D551;
}
.TagClassName
{
border-color: #C0D551;
}
</style>