Shades of Wild Willow #C0CD51
Tints of Wild Willow #C0CD51
RGB
CMYK
RGB Variations
Color information
#C0CD51 (or 0xC0CD51) is known color: Wild Willow. HEX triplet: C0, CD and 51. RGB value is (192,205,81). Sum of RGB (Red+Green+Blue) = 192+205+81=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 81 (32.03% from 255 or 16.95% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CD51 is #3F32AE. Grayscale: #BBBBBB. Windows color (decimal): -4141743 or 5361088. OLE color: 5361088.
HSL color Cylindrical-coordinate representation of color #C0CD51: hue angle of 66.29º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0CD51 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 81 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.20 |
| HSL | 66.29º | 0.55% | 0.56% | - |
| HSV(B) | 66.29º | 0.6% | 0.8% | - |
| XYZ | 45.05 | 55.46 | 16.12 | - |
| YUV | 186.98 | 68.19 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 81 | 0.06 | 0 | 0.60 | 0.20 | 66.29 | 0.55 | 0.56 |
| Hex | C0 | CD | 51 | 6 | 0 | 3C | 14 | 42 | 37 | 38 |
| Octal | 300 | 315 | 121 | 6 | 0 | 74 | 24 | 102 | 67 | 70 |
| Binary | 11000000 | 11001101 | 1010001 | 110 | 0 | 111100 | 10100 | 1000010 | 110111 | 111000 |
Color Harmonies of #C0CD51
Complementary color
Monochromatic Colors of #C0CD51
Black with #C0CD51
Text Example
Text Example
White with #C0CD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CD51; }
p { color: rgb(192,205,81); }
H1.HeaderClassName
{
color: #C0CD51;
}
.AnyTagClassName
{
color: #C0CD51;
}
</style>
background-color css
<style>
a { background-color: #C0CD51; }
a { background-color: rgb(192,205,81); }
div.DivClassName
{
background-color: #C0CD51;
}
.BgClassName
{
background-color: #C0CD51;
}
</style>
border-color css
<style>
span { border-color: #C0CD51; }
span { border-color: rgb(192,205,81); }
td.TdClassName
{
border-color: #C0CD51;
}
.TagClassName
{
border-color: #C0CD51;
}
</style>