Shades of Wild Willow #C0CC50
Tints of Wild Willow #C0CC50
RGB
CMYK
RGB Variations
Color information
#C0CC50 (or 0xC0CC50) is known color: Wild Willow. HEX triplet: C0, CC and 50. RGB value is (192,204,80). Sum of RGB (Red+Green+Blue) = 192+204+80=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CC50 is #3F33AF. Grayscale: #BABABA. Windows color (decimal): -4142000 or 5295296. OLE color: 5295296.
HSL color Cylindrical-coordinate representation of color #C0CC50: hue angle of 65.81º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0CC50 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 80 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.2 |
| HSL | 65.81º | 0.55% | 0.56% | - |
| HSV(B) | 65.81º | 0.61% | 0.8% | - |
| XYZ | 44.78 | 54.97 | 15.84 | - |
| YUV | 186.28 | 68.02 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 80 | 0.06 | 0 | 0.61 | 0.2 | 65.81 | 0.55 | 0.56 |
| Hex | C0 | CC | 50 | 6 | 0 | 3D | 14 | 42 | 37 | 38 |
| Octal | 300 | 314 | 120 | 6 | 0 | 75 | 24 | 102 | 67 | 70 |
| Binary | 11000000 | 11001100 | 1010000 | 110 | 0 | 111101 | 10100 | 1000010 | 110111 | 111000 |
Color Harmonies of #C0CC50
Complementary color
Monochromatic Colors of #C0CC50
Black with #C0CC50
Text Example
Text Example
White with #C0CC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CC50; }
p { color: rgb(192,204,80); }
H1.HeaderClassName
{
color: #C0CC50;
}
.AnyTagClassName
{
color: #C0CC50;
}
</style>
background-color css
<style>
a { background-color: #C0CC50; }
a { background-color: rgb(192,204,80); }
div.DivClassName
{
background-color: #C0CC50;
}
.BgClassName
{
background-color: #C0CC50;
}
</style>
border-color css
<style>
span { border-color: #C0CC50; }
span { border-color: rgb(192,204,80); }
td.TdClassName
{
border-color: #C0CC50;
}
.TagClassName
{
border-color: #C0CC50;
}
</style>